public class NilImplicitNode extends NilNode implements InvisibleNode
| Modifier and Type | Field and Description |
|---|---|
static NilImplicitNode |
NIL |
containsVariableAssignment, newline| Constructor and Description |
|---|
NilImplicitNode() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNil()
Whether the node evaluates to nil and has no side effects.
|
accept, childNodes, getNodeType, needsDefinitionCheckcontainsVariableAssignment, createList, createList, createList, createList, executesOnce, findFirstChild, getFile, getLine, getNodeName, isNewline, setLine, setNewline, toString, toString, toStringExtraInfo, toStringInternal, unsetNewlinepublic static final NilImplicitNode NIL
Copyright © 2001-2022 JRuby. All Rights Reserved.