Class NodeChoice

java.lang.Object
com.randomnoun.common.jexl.ast.NodeChoice
All Implemented Interfaces:
Node, Serializable

public class NodeChoice extends Object implements Node
Represents a grammar choice, e.g. ( A | B )
See Also: