Class: Xdrgen::AST::Constant
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Xdrgen::AST::Constant
- Defined in:
- lib/xdrgen/ast/constant.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
3 4 5 |
# File 'lib/xdrgen/ast/constant.rb', line 3 def value raise NotImplementedError, "implement in subclass" end |