Class: IV::Phonic::AST::NullLiteral
- Inherits:
-
Literal
- Object
- Node
- Expression
- Literal
- IV::Phonic::AST::NullLiteral
- Defined in:
- lib/iv/phonic/ast.rb
Instance Method Summary collapse
-
#initialize(parent, expr) ⇒ NullLiteral
constructor
A new instance of NullLiteral.
Methods inherited from Expression
Methods inherited from Node
#begin_position, #end_position, #program, #source
Constructor Details
#initialize(parent, expr) ⇒ NullLiteral
Returns a new instance of NullLiteral.
391 392 393 |
# File 'lib/iv/phonic/ast.rb', line 391 def initialize parent, expr super parent, expr end |