Lombok.ast - v0.2

lombok.ast
Interface TypeMember

All Superinterfaces:
Node
All Known Implementing Classes:
AnnotationDeclaration, AnnotationMethodDeclaration, ClassDeclaration, ConstructorDeclaration, EmptyDeclaration, EnumConstant, EnumDeclaration, InstanceInitializer, InterfaceDeclaration, MethodDeclaration, StaticInitializer, VariableDeclaration

public interface TypeMember
extends Node


Method Summary
 TypeBody upToTypeBody()
           
 
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

upToTypeBody

TypeBody upToTypeBody()

Lombok.ast - v0.2

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