Class ASTIntegerRange

  • All Implemented Interfaces:
    Cloneable, Node, Renderable

    public class ASTIntegerRange
    extends SimpleNode
    handles the range 'operator' [ n .. m ] Please look at the Parser.jjt file which is what controls the generation of this class.
    Author:
    Geir Magnusson Jr.