public class Lambda extends Object implements AnnotationValue
Constructor and Description |
---|
Lambda() |
Modifier and Type | Method and Description |
---|---|
Object |
accept(ExpressionVisitor visitor)
Accept a visitor for this value.
|
Object |
getParameterValue()
Get a parameter value for
JavaAnnotation.getNamedParameter(String) . |
public Object getParameterValue()
Expression
JavaAnnotation.getNamedParameter(String)
.getParameterValue
in interface Expression
public Object accept(ExpressionVisitor visitor)
AnnotationValue
accept
in interface AnnotationValue
visitor
- VisitorCopyright © 2002–2024. All rights reserved.