Lombok.ast - v0.2

lombok.ast
Interface TypeBody

All Superinterfaces:
Node
All Known Implementing Classes:
EnumTypeBody, NormalTypeBody

public interface TypeBody
extends Node


Method Summary
 StrictListAccessor<TypeMember,? extends TypeBody> astMembers()
           
 RawListAccessor<TypeMember,? extends TypeBody> rawMembers()
           
 ConstructorInvocation upIfAnonymousClassToConstructorInvocation()
           
 EnumConstant upToEnumConstant()
           
 TypeDeclaration upToTypeDeclaration()
           
 
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

astMembers

StrictListAccessor<TypeMember,? extends TypeBody> astMembers()

rawMembers

RawListAccessor<TypeMember,? extends TypeBody> rawMembers()

upIfAnonymousClassToConstructorInvocation

ConstructorInvocation upIfAnonymousClassToConstructorInvocation()

upToEnumConstant

EnumConstant upToEnumConstant()

upToTypeDeclaration

TypeDeclaration upToTypeDeclaration()

Lombok.ast - v0.2

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