Package | Description |
---|---|
org.jruby.ast |
Modifier and Type | Class and Description |
---|---|
class |
LiteralNode
This is not a node in the classic sense in that it has no defined or
interpret method which can be called.
|
class |
NilImplicitNode
A node which behaves like a nil node, but is not actually present in the AST as a syntactical
element (e.g.
|
class |
RequiredKeywordArgumentValueNode
Marker to indicate that rather than assigning nil (where in multiple
places we have nulls getting implicitly converted to nils) we should
raise an error.
|
Copyright © 2001-2015 JRuby. All Rights Reserved.