Uses of Interface
org.jruby.ast.InvisibleNode

Packages that use InvisibleNode
Package
Description
 
  • Uses of InvisibleNode in org.jruby.ast

    Classes in org.jruby.ast that implement InvisibleNode
    Modifier and Type
    Class
    Description
    class 
    This is not a node in the classic sense in that it has no defined or interpret method which can be called.
    class 
    A node which behaves like a nil node, but is not actually present in the AST as a syntactical element (e.g.
    class 
    Marker to indicate that rather than assigning nil (where in multiple places we have nulls getting implicitly converted to nils) we should raise an error.