- 所有已知子接口:
AnnotationValue
- 所有已知实现类:
Add,And,AnnotationValueList,Assignment,BinaryOperator,Cast,Constant,DefaultJavaAnnotation,Divide,Equals,ExclusiveOr,FieldRef,GreaterEquals,GreaterThan,Lambda,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
-
方法概要
-
方法详细资料
-
getParameterValue
Object getParameterValue()Get a parameter value forJavaAnnotation.getNamedParameter(String).- 返回:
- Parameter value
-