Lombok.ast - v0.2

lombok.ast
Interface AnnotationValue

All Superinterfaces:
Node
All Known Subinterfaces:
Expression
All Known Implementing Classes:
Annotation, AnnotationValueArray, ArrayAccess, ArrayCreation, ArrayInitializer, BinaryExpression, BooleanLiteral, Cast, CharLiteral, ClassLiteral, ConstructorInvocation, FloatingPointLiteral, InlineIfExpression, InstanceOf, IntegralLiteral, MethodInvocation, NullLiteral, Select, StringLiteral, Super, This, UnaryExpression, VariableReference

public interface AnnotationValue
extends Node


Method Summary
 
Methods inherited from interface lombok.ast.Node
accept, addMessage, copy, detach, getChildren, getGeneratedBy, getMessages, getParent, getPosition, hasMessage, hasParent, isGenerated, replace, replaceChild, setPosition, toString, unparent
 


Lombok.ast - v0.2

Copyright © 2010-2011 The Project Lombok Authors, licensed under the MIT licence.