|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BodyDeclaration | |
---|---|
pt.compiler.parser | |
pt.compiler.parser.ast.body | |
pt.compiler.parser.ast.expr |
Uses of BodyDeclaration in pt.compiler.parser |
---|
Methods in pt.compiler.parser that return BodyDeclaration | |
---|---|
BodyDeclaration |
JavaParser.AnnotationBodyDeclaration()
|
BodyDeclaration |
JavaParser.ClassOrInterfaceBodyDeclaration(boolean isInterface)
|
Uses of BodyDeclaration in pt.compiler.parser.ast.body |
---|
Subclasses of BodyDeclaration in pt.compiler.parser.ast.body | |
---|---|
class |
AnnotationDeclaration
|
class |
AnnotationMemberDeclaration
|
class |
ClassOrInterfaceDeclaration
|
class |
ConstructorDeclaration
|
class |
EmptyMemberDeclaration
|
class |
EmptyTypeDeclaration
|
class |
EnumConstantDeclaration
|
class |
EnumDeclaration
|
class |
FieldDeclaration
|
class |
InitializerDeclaration
|
class |
MethodDeclaration
|
class |
TaskDeclaration
|
class |
TypeDeclaration
|
Methods in pt.compiler.parser.ast.body that return types with arguments of type BodyDeclaration | |
---|---|
java.util.List<BodyDeclaration> |
EnumConstantDeclaration.getClassBody()
|
java.util.List<BodyDeclaration> |
TypeDeclaration.getMembers()
|
Constructor parameters in pt.compiler.parser.ast.body with type arguments of type BodyDeclaration | |
---|---|
AnnotationDeclaration(int line,
int column,
JavadocComment javaDoc,
int modifiers,
java.util.List<AnnotationExpr> annotations,
java.lang.String name,
java.util.List<BodyDeclaration> members)
|
|
ClassOrInterfaceDeclaration(int line,
int column,
JavadocComment javaDoc,
int modifiers,
java.util.List<AnnotationExpr> annotations,
boolean isInterface,
java.lang.String name,
java.util.List<TypeParameter> typeParameters,
java.util.List<ClassOrInterfaceType> extendsList,
java.util.List<ClassOrInterfaceType> implementsList,
java.util.List<BodyDeclaration> members)
|
|
EnumConstantDeclaration(int line,
int column,
JavadocComment javaDoc,
java.util.List<AnnotationExpr> annotations,
java.lang.String name,
java.util.List<Expression> args,
java.util.List<BodyDeclaration> classBody)
|
|
EnumDeclaration(int line,
int column,
JavadocComment javaDoc,
int modifiers,
java.util.List<AnnotationExpr> annotations,
java.lang.String name,
java.util.List<ClassOrInterfaceType> implementsList,
java.util.List<EnumConstantDeclaration> entries,
java.util.List<BodyDeclaration> members)
|
|
TypeDeclaration(int line,
int column,
JavadocComment javaDoc,
java.lang.String name,
int modifiers,
java.util.List<BodyDeclaration> members)
|
Uses of BodyDeclaration in pt.compiler.parser.ast.expr |
---|
Methods in pt.compiler.parser.ast.expr that return types with arguments of type BodyDeclaration | |
---|---|
java.util.List<BodyDeclaration> |
ObjectCreationExpr.getAnonymousClassBody()
|
Constructor parameters in pt.compiler.parser.ast.expr with type arguments of type BodyDeclaration | |
---|---|
ObjectCreationExpr(int line,
int column,
Expression scope,
ClassOrInterfaceType type,
java.util.List<Type> typeArgs,
java.util.List<Expression> args,
java.util.List<BodyDeclaration> anonymousBody)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |