AnnotationDeclaration(EnumSet<Modifier> modifiers,
List<AnnotationExpr> annotations,
String name,
List<BodyDeclaration<?>> members) |
AnnotationDeclaration(Range range,
EnumSet<Modifier> modifiers,
List<AnnotationExpr> annotations,
String name,
List<BodyDeclaration<?>> members) |
AnnotationMemberDeclaration(EnumSet<Modifier> modifiers,
List<AnnotationExpr> annotations,
Type type,
String name,
Expression defaultValue) |
AnnotationMemberDeclaration(Range range,
EnumSet<Modifier> modifiers,
List<AnnotationExpr> annotations,
Type type,
String name,
Expression defaultValue) |
BodyDeclaration(List<AnnotationExpr> annotations) |
BodyDeclaration(Range range,
List<AnnotationExpr> annotations) |
ClassOrInterfaceDeclaration(EnumSet<Modifier> modifiers,
List<AnnotationExpr> annotations,
boolean isInterface,
String name,
List<TypeParameter> typeParameters,
List<ClassOrInterfaceType> extendsList,
List<ClassOrInterfaceType> implementsList,
List<BodyDeclaration<?>> members) |
ClassOrInterfaceDeclaration(Range range,
EnumSet<Modifier> modifiers,
List<AnnotationExpr> annotations,
boolean isInterface,
String name,
List<TypeParameter> typeParameters,
List<ClassOrInterfaceType> extendsList,
List<ClassOrInterfaceType> implementsList,
List<BodyDeclaration<?>> members) |
ConstructorDeclaration(EnumSet<Modifier> modifiers,
List<AnnotationExpr> annotations,
List<TypeParameter> typeParameters,
String name,
List<Parameter> parameters,
List<ReferenceType> throws_,
BlockStmt block) |
ConstructorDeclaration(Range range,
EnumSet<Modifier> modifiers,
List<AnnotationExpr> annotations,
List<TypeParameter> typeParameters,
String name,
List<Parameter> parameters,
List<ReferenceType> throws_,
BlockStmt block) |
EnumConstantDeclaration(List<AnnotationExpr> annotations,
String name,
List<Expression> args,
List<BodyDeclaration<?>> classBody) |
EnumConstantDeclaration(Range range,
List<AnnotationExpr> annotations,
String name,
List<Expression> args,
List<BodyDeclaration<?>> classBody) |
EnumDeclaration(EnumSet<Modifier> modifiers,
List<AnnotationExpr> annotations,
String name,
List<ClassOrInterfaceType> implementsList,
List<EnumConstantDeclaration> entries,
List<BodyDeclaration<?>> members) |
EnumDeclaration(Range range,
EnumSet<Modifier> modifiers,
List<AnnotationExpr> annotations,
String name,
List<ClassOrInterfaceType> implementsList,
List<EnumConstantDeclaration> entries,
List<BodyDeclaration<?>> members) |
FieldDeclaration(EnumSet<Modifier> modifiers,
List<AnnotationExpr> annotations,
Type elementType,
List<ArrayBracketPair> arrayBracketPairsAfterElementType,
List<VariableDeclarator> variables) |
FieldDeclaration(Range range,
EnumSet<Modifier> modifiers,
List<AnnotationExpr> annotations,
Type elementType,
List<VariableDeclarator> variables,
List<ArrayBracketPair> arrayBracketPairsAfterElementType) |
MethodDeclaration(EnumSet<Modifier> modifiers,
List<AnnotationExpr> annotations,
List<TypeParameter> typeParameters,
Type elementType,
List<ArrayBracketPair> arrayBracketPairsAfterElementType,
String name,
List<Parameter> parameters,
List<ArrayBracketPair> arrayBracketPairsAfterParameterList,
List<ReferenceType> throws_,
BlockStmt body) |
MethodDeclaration(Range range,
EnumSet<Modifier> modifiers,
List<AnnotationExpr> annotations,
List<TypeParameter> typeParameters,
Type elementType,
List<ArrayBracketPair> arrayBracketPairsAfterElementType,
NameExpr nameExpr,
List<Parameter> parameters,
List<ArrayBracketPair> arrayBracketPairsAfterParameterList,
List<ReferenceType> throws_,
BlockStmt body) |
Parameter(Range range,
EnumSet<Modifier> modifiers,
List<AnnotationExpr> annotations,
Type elementType,
List<ArrayBracketPair> arrayBracketPairsAfterElementType,
boolean isVarArgs,
VariableDeclaratorId id) |
TypeDeclaration(List<AnnotationExpr> annotations,
EnumSet<Modifier> modifiers,
String name,
List<BodyDeclaration<?>> members) |
TypeDeclaration(Range range,
List<AnnotationExpr> annotations,
EnumSet<Modifier> modifiers,
String name,
List<BodyDeclaration<?>> members) |