|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jruby.ast.Node
org.jruby.ast.NilNode
org.jruby.ast.NilImplicitNode
public class NilImplicitNode
A node which behaves like a nil node, but is not actually present in the AST as a syntactical element (e.g. IDE's should ignore occurences of this node. We have this as seperate subclass so that IDE consumers can more easily ignore these.
| Field Summary | |
|---|---|
static NilImplicitNode |
NIL
|
| Fields inherited from class org.jruby.ast.Node |
|---|
ASSIGNMENT_BYTELIST, CLASS_VARIABLE_BYTELIST, CONSTANT_BYTELIST, EXPRESSION_BYTELIST, FALSE_BYTELIST, GLOBAL_VARIABLE_BYTELIST, INSTANCE_VARIABLE_BYTELIST, LOCAL_VARIABLE_BYTELIST, LOCAL_VARIABLE_IN_BLOCK_BYTELIST, METHOD_BYTELIST, NIL_BYTELIST, SELF_BYTELIST, SUPER_BYTELIST, TRUE_BYTELIST, YIELD_BYTELIST |
| Constructor Summary | |
|---|---|
NilImplicitNode()
|
|
| Method Summary |
|---|
| Methods inherited from class org.jruby.ast.NilNode |
|---|
accept, childNodes, definition, eql, getName, getNodeType, interpret |
| Methods inherited from class org.jruby.ast.Node |
|---|
assign, createList, getNodeName, getPosition, isInvisible, setPosition, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final NilImplicitNode NIL
| Constructor Detail |
|---|
public NilImplicitNode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||