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