Uses of Class
org.jruby.ast.NilNode
Packages that use NilNode
-
Uses of NilNode in org.jruby.ast
Subclasses of NilNode in org.jruby.astModifier and TypeClassDescriptionclass
A node which behaves like a nil node, but is not actually present in the AST as a syntactical element (e.g. -
Uses of NilNode in org.jruby.ast.visitor
Methods in org.jruby.ast.visitor with parameters of type NilNodeModifier and TypeMethodDescriptionAbstractNodeVisitor.visitNilNode
(NilNode node) NodeVisitor.visitNilNode
(NilNode iVisited)