Class Lambda
- java.lang.Object
-
- com.thoughtworks.qdox.model.expression.Lambda
-
- All Implemented Interfaces:
AnnotationValue
,Expression
public class Lambda extends java.lang.Object implements AnnotationValue
-
-
Constructor Summary
Constructors Constructor Description Lambda()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
accept(ExpressionVisitor visitor)
Accept a visitor for this value.java.lang.Object
getParameterValue()
Get a parameter value forJavaAnnotation.getNamedParameter(String)
.
-
-
-
Method Detail
-
getParameterValue
public java.lang.Object getParameterValue()
Description copied from interface:Expression
Get a parameter value forJavaAnnotation.getNamedParameter(String)
.- Specified by:
getParameterValue
in interfaceExpression
- Returns:
- Parameter value
-
accept
public java.lang.Object accept(ExpressionVisitor visitor)
Description copied from interface:AnnotationValue
Accept a visitor for this value.- Specified by:
accept
in interfaceAnnotationValue
- Parameters:
visitor
- Visitor- Returns:
- Visitor result
-
-