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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetParameterValue()Get a parameter value forJavaAnnotation.getNamedParameter(String).
-
-
-
Method Detail
-
getParameterValue
java.lang.Object getParameterValue()
Get a parameter value forJavaAnnotation.getNamedParameter(String).- Returns:
- Parameter value
-
-