Class ASTLTNode

  • All Implemented Interfaces:
    Node, Renderable

    public class ASTLTNode
    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.