Uses of Interface
org.jruby.ast.InvisibleNode
Packages that use InvisibleNode
-
Uses of InvisibleNode in org.jruby.ast
Classes in org.jruby.ast that implement InvisibleNodeModifier and TypeClassDescriptionclassThis is not a node in the classic sense in that it has no defined or interpret method which can be called.classA node which behaves like a nil node, but is not actually present in the AST as a syntactical element (e.g.classMarker to indicate that rather than assigning nil (where in multiple places we have nulls getting implicitly converted to nils) we should raise an error.