lombok.ast
Interface TypeBody
- All Superinterfaces:
- Node
- All Known Implementing Classes:
- EnumTypeBody, NormalTypeBody
public interface TypeBody
- extends 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 |
astMembers
StrictListAccessor<TypeMember,? extends TypeBody> astMembers()
rawMembers
RawListAccessor<TypeMember,? extends TypeBody> rawMembers()
upIfAnonymousClassToConstructorInvocation
ConstructorInvocation upIfAnonymousClassToConstructorInvocation()
upToEnumConstant
EnumConstant upToEnumConstant()
upToTypeDeclaration
TypeDeclaration upToTypeDeclaration()
Copyright © 2010-2011 The Project Lombok Authors, licensed under the MIT licence.