Class ASTGENode

  • All Implemented Interfaces:
    Node, Renderable

    public class ASTGENode
    extends SimpleNode
    Handles arg1 >= arg2

    Only subclasses of Number can be compared.

    Please look at the Parser.jjt file which is what controls the generation of this class.