Lombok.ast - v0.2

lombok.ast
Interface DescribedNode

All Superinterfaces:
Node
All Known Subinterfaces:
TypeDeclaration
All Known Implementing Classes:
Annotation, AnnotationDeclaration, AnnotationElement, AnnotationMethodDeclaration, BinaryExpression, Catch, CharLiteral, ClassDeclaration, ClassLiteral, ConstructorInvocation, EmptyDeclaration, EnumConstant, EnumDeclaration, FloatingPointLiteral, Identifier, IntegralLiteral, InterfaceDeclaration, KeywordModifier, LabelledStatement, MethodDeclaration, MethodInvocation, StringLiteral, TypeReference, TypeVariable, UnaryExpression

public interface DescribedNode
extends Node


Method Summary
 String getDescription()
          A very short string that is particularly useful in describing this node.
 
Methods inherited from interface lombok.ast.Node
accept, addMessage, copy, detach, getChildren, getGeneratedBy, getMessages, getParent, getPosition, hasMessage, hasParent, isGenerated, replace, replaceChild, setPosition, toString, unparent
 

Method Detail

getDescription

String getDescription()
A very short string that is particularly useful in describing this node. Can always be null to indicate this particular instance has no useful name (usually, but not neccessarily, because it is not valid). NB: This method should never throw an exception!


Lombok.ast - v0.2

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