Class PreIncrement
java.lang.Object
com.thoughtworks.qdox.model.expression.UnaryOperator
com.thoughtworks.qdox.model.expression.PreIncrement
- All Implemented Interfaces:
AnnotationValue, Expression
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept(ExpressionVisitor visitor) Accept a visitor for this value.Get a parameter value forJavaAnnotation.getNamedParameter(String).toString()Methods inherited from class UnaryOperator
getValue
-
Constructor Details
-
PreIncrement
-
-
Method Details
-
accept
Accept a visitor for this value.- Parameters:
visitor- Visitor- Returns:
- Visitor result
-
getParameterValue
Get a parameter value forJavaAnnotation.getNamedParameter(String).- Returns:
- Parameter value
-
toString
-