Package org.prism

Class Nodes.UntilNode

java.lang.Object
org.prism.Nodes.Node
org.prism.Nodes.UntilNode
Enclosing class:
Nodes

public static final class Nodes.UntilNode extends Nodes.Node
 Represents the use of the `until` keyword, either in the block form or the modifier form.

     bar until foo
     ^^^^^^^^^^^^^

     until foo do bar end
     ^^^^^^^^^^^^^^^^^^^^