Class: RedParse::GoalPostToken
Overview
not to appear in final tree
Instance Attribute Summary collapse
-
#offset ⇒ Object
readonly
Returns the value of attribute offset.
Attributes inherited from Token
Attributes included from Stackable::Meta
#boolean_identity_params, #identity_params
Instance Method Summary collapse
- #ident ⇒ Object
- #image ⇒ Object
-
#initialize(offset) ⇒ GoalPostToken
constructor
A new instance of GoalPostToken.
Methods inherited from Token
#begin_parsetree, #data, #lvalue, #rescue_parsetree, #to_parsetree, #unary
Methods included from Stackable::Meta
#build_exemplars, #enumerate_exemplars, #identity_param
Methods included from Stackable
Constructor Details
#initialize(offset) ⇒ GoalPostToken
Returns a new instance of GoalPostToken.
5081 |
# File 'lib/redparse/node.rb', line 5081 def initialize(offset); @offset=offset end |
Instance Attribute Details
#offset ⇒ Object (readonly)
Returns the value of attribute offset.
5083 5084 5085 |
# File 'lib/redparse/node.rb', line 5083 def offset @offset end |
Instance Method Details
#ident ⇒ Object
5082 |
# File 'lib/redparse/node.rb', line 5082 def ident; "|" end |
#image ⇒ Object
5085 |
# File 'lib/redparse/node.rb', line 5085 def image; "|" end |