Java.Annotation
Java.AmbiguousName
, Java.ArrayAccessExpression
, Java.ArrayLength
, Java.Assignment
, Java.BinaryOperation
, Java.BooleanLiteral
, Java.BooleanRvalue
, Java.Cast
, Java.CharacterLiteral
, Java.ClassLiteral
, Java.ConditionalExpression
, Java.Crement
, Java.ElementValueArrayInitializer
, Java.FieldAccess
, Java.FieldAccessExpression
, Java.FloatingPointLiteral
, Java.Instanceof
, Java.IntegerLiteral
, Java.Invocation
, Java.Literal
, Java.LocalVariableAccess
, Java.Lvalue
, Java.MarkerAnnotation
, Java.MethodInvocation
, Java.NewAnonymousClassInstance
, Java.NewArray
, Java.NewClassInstance
, Java.NewInitializedArray
, Java.NormalAnnotation
, Java.NullLiteral
, Java.ParameterAccess
, Java.ParenthesizedExpression
, Java.QualifiedThisReference
, Java.Rvalue
, Java.SimpleConstant
, Java.SingleElementAnnotation
, Java.StringLiteral
, Java.SuperclassFieldAccessExpression
, Java.SuperclassMethodInvocation
, Java.ThisReference
, Java.UnaryOperation
public static interface Java.ElementValue
Java.NormalAnnotation
.Modifier and Type | Method | Description |
---|---|---|
void |
accept(Visitor.ElementValueVisitor visitor) |
Invokes the '
visit...() ' method of Visitor.ElementValueVisitor for the concrete Java.ElementValue type. |
void accept(Visitor.ElementValueVisitor visitor)
visit...()
' method of Visitor.ElementValueVisitor
for the concrete Java.ElementValue
type.Copyright © 2001–2019. All rights reserved.