Class TokenTree

java.lang.Object
cruise.umple.compiler.TokenTree

public class TokenTree
extends java.lang.Object
This class used to represent the binary tree of require-statement argument Ex: require [A and B or C] will be formed as: ... or... ... and... C A B