Class: Rubycc::Front::AST::EmptyStmt

Inherits:
Data
  • Object
show all
Defined in:
lib/rubycc/front/ast.rb

Overview

The empty statement ";".

Instance Attribute Summary collapse

Instance Attribute Details

#tokenObject (readonly)

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



233
234
235
# File 'lib/rubycc/front/ast.rb', line 233

def token
  @token
end