Package | Description |
---|---|
org.jruby.ast | |
org.jruby.ast.visitor |
Modifier and Type | Class and Description |
---|---|
class |
NilImplicitNode
A node which behaves like a nil node, but is not actually present in the AST as a syntactical
element (e.g.
|
Modifier and Type | Method and Description |
---|---|
T |
NodeVisitor.visitNilNode(NilNode iVisited) |
T |
AbstractNodeVisitor.visitNilNode(NilNode node) |
Copyright © 2001-2015 JRuby. All Rights Reserved.