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.Objectaccept(ExpressionVisitor visitor)Accept a visitor for this value.java.lang.ObjectgetParameterValue()Get a parameter value forJavaAnnotation.getNamedParameter(String).
-
-
-
Method Detail
-
getParameterValue
public java.lang.Object getParameterValue()
Description copied from interface:ExpressionGet a parameter value forJavaAnnotation.getNamedParameter(String).- Specified by:
getParameterValuein interfaceExpression- Returns:
- Parameter value
-
accept
public java.lang.Object accept(ExpressionVisitor visitor)
Description copied from interface:AnnotationValueAccept a visitor for this value.- Specified by:
acceptin interfaceAnnotationValue- Parameters:
visitor- Visitor- Returns:
- Visitor result
-
-