Class UnaryOperatorDef

java.lang.Object
com.thoughtworks.qdox.parser.expression.ExpressionDef
com.thoughtworks.qdox.parser.expression.UnaryOperatorDef
All Implemented Interfaces:
ElemValueDef
Direct Known Subclasses:
LogicalNotDef, MinusSignDef, NotDef, PlusSignDef, PostDecrementDef, PostIncrementDef, PreDecrementDef, PreIncrementDef

public abstract class UnaryOperatorDef extends ExpressionDef
  • Field Details

  • Constructor Details

    • UnaryOperatorDef

      public UnaryOperatorDef(ElemValueDef elemValueDef)
  • Method Details

    • getElemValueDef

      public ElemValueDef getElemValueDef()
      Returns:
      the elemValueDef