Class ASTUnsignedShiftRight

All Implemented Interfaces:
Serializable, JavaSource, Node, NodeType

class ASTUnsignedShiftRight extends NumericExpression
$Id$
  • Constructor Details

    • ASTUnsignedShiftRight

      public ASTUnsignedShiftRight(int id)
    • ASTUnsignedShiftRight

      public ASTUnsignedShiftRight(OgnlParser p, int id)
  • Method Details