Class: Idl::PostDecrementExpressionSyntaxNode

Inherits:
Treetop::Runtime::SyntaxNode show all
Defined in:
lib/idl/ast.rb

Instance Method Summary collapse

Instance Method Details

#to_astObject



3185
3186
3187
# File 'lib/idl/ast.rb', line 3185

def to_ast
  PostDecrementExpressionAst.new(input, interval, rval.to_ast)
end