public class NilImplicitNode extends NilNode implements InvisibleNode
Modifier and Type | Field and Description |
---|---|
static NilImplicitNode |
NIL |
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, definition, eql, getName, getNodeType, interpret
assign, createList, createList, createList, createList, getNodeName, getPosition, setPosition, toString
public static final NilImplicitNode NIL
Copyright © 2001-2016 JRuby. All Rights Reserved.