Interface Expression
- All Known Subinterfaces:
AnnotationValue
- All Known Implementing Classes:
Add,And,AnnotationValueList,Assignment,BinaryOperator,Cast,Constant,DefaultJavaAnnotation,Divide,Equals,ExclusiveOr,FieldRef,GreaterEquals,GreaterThan,LessEquals,LessThan,LogicalAnd,LogicalNot,LogicalOr,MethodInvocation,MinusSign,Multiply,Not,NotEquals,Or,ParenExpression,PlusSign,PostDecrement,PostIncrement,PreDecrement,PreIncrement,Query,Remainder,ShiftLeft,ShiftRight,Subtract,TypeRef,UnaryOperator,UnsignedShiftRight
public interface Expression
-
Method Summary
Modifier and TypeMethodDescriptionGet a parameter value forJavaAnnotation.getNamedParameter(String).
-
Method Details
-
getParameterValue
Object getParameterValue()Get a parameter value forJavaAnnotation.getNamedParameter(String).- Returns:
- Parameter value
-