class Xdrgen::AST::Constant
Public Instance Methods
value()
click to toggle source
# File lib/xdrgen/ast/constant.rb, line 3 def value raise NotImplementedError, "implement in subclass" end
# File lib/xdrgen/ast/constant.rb, line 3 def value raise NotImplementedError, "implement in subclass" end