Class: BinaryParser::Expression::Token
- Inherits:
-
BinaryParser::Expression
- Object
- BinaryParser::Expression
- BinaryParser::Expression::Token
- Defined in:
- lib/binary_parser/general_class/expression.rb
Defined Under Namespace
Classes: Immediate, Operator, Variable
Instance Method Summary collapse
-
#initialize ⇒ Token
constructor
A new instance of Token.
- #to_rpn ⇒ Object
Methods inherited from BinaryParser::Expression
#%, #*, #+, #-, #/, #binary_op, #coerce, control_var, #control_var?, #eval, immediate, #immediate?, length_var, #length_var?, nextbits_var, #nextbits_var?, #to_exp, value_var, #value_var?, #variable_tokens
Constructor Details
#initialize ⇒ Token
Returns a new instance of Token.
117 118 119 |
# File 'lib/binary_parser/general_class/expression.rb', line 117 def initialize #override but do nothing end |