AnnotationDeclaration(EnumSet<Modifier> modifiers,
NodeList<AnnotationExpr> annotations,
NameExpr name,
NodeList<BodyDeclaration<?>> members) |
AnnotationDeclaration(Range range,
EnumSet<Modifier> modifiers,
NodeList<AnnotationExpr> annotations,
NameExpr name,
NodeList<BodyDeclaration<?>> members) |
ClassOrInterfaceDeclaration(EnumSet<Modifier> modifiers,
NodeList<AnnotationExpr> annotations,
boolean isInterface,
NameExpr name,
NodeList<TypeParameter> typeParameters,
NodeList<ClassOrInterfaceType> extendsList,
NodeList<ClassOrInterfaceType> implementsList,
NodeList<BodyDeclaration<?>> members) |
ClassOrInterfaceDeclaration(Range range,
EnumSet<Modifier> modifiers,
NodeList<AnnotationExpr> annotations,
boolean isInterface,
NameExpr name,
NodeList<TypeParameter> typeParameters,
NodeList<ClassOrInterfaceType> extendsList,
NodeList<ClassOrInterfaceType> implementsList,
NodeList<BodyDeclaration<?>> members) |
ConstructorDeclaration(EnumSet<Modifier> modifiers,
NodeList<AnnotationExpr> annotations,
NodeList<TypeParameter> typeParameters,
NameExpr name,
NodeList<Parameter> parameters,
NodeList<ReferenceType<?>> throws_,
BlockStmt block) |
ConstructorDeclaration(Range range,
EnumSet<Modifier> modifiers,
NodeList<AnnotationExpr> annotations,
NodeList<TypeParameter> typeParameters,
NameExpr name,
NodeList<Parameter> parameters,
NodeList<ReferenceType<?>> throws_,
BlockStmt block) |
EnumDeclaration(EnumSet<Modifier> modifiers,
NodeList<AnnotationExpr> annotations,
NameExpr name,
NodeList<ClassOrInterfaceType> implementsList,
NodeList<EnumConstantDeclaration> entries,
NodeList<BodyDeclaration<?>> members) |
EnumDeclaration(Range range,
EnumSet<Modifier> modifiers,
NodeList<AnnotationExpr> annotations,
NameExpr name,
NodeList<ClassOrInterfaceType> implementsList,
NodeList<EnumConstantDeclaration> entries,
NodeList<BodyDeclaration<?>> members) |
MethodDeclaration(Range range,
EnumSet<Modifier> modifiers,
NodeList<AnnotationExpr> annotations,
NodeList<TypeParameter> typeParameters,
Type elementType,
NodeList<ArrayBracketPair> arrayBracketPairsAfterElementType,
NameExpr nameExpr,
boolean isDefault,
NodeList<Parameter> parameters,
NodeList<ArrayBracketPair> arrayBracketPairsAfterParameterList,
NodeList<ReferenceType<?>> throws_,
BlockStmt body) |
TypeDeclaration(NodeList<AnnotationExpr> annotations,
EnumSet<Modifier> modifiers,
NameExpr name,
NodeList<BodyDeclaration<?>> members) |
TypeDeclaration(Range range,
NodeList<AnnotationExpr> annotations,
EnumSet<Modifier> modifiers,
NameExpr name,
NodeList<BodyDeclaration<?>> members) |