| Constructors in koala.dynamicjava.tree with parameters of type ModifierSet |
ClassDeclaration(ModifierSet mods,
String name,
Option<List<TypeParameter>> tparams,
ReferenceTypeName ext,
List<? extends ReferenceTypeName> impl,
List<Node> body)
Creates a new class declaration |
ClassDeclaration(ModifierSet mods,
String name,
Option<List<TypeParameter>> tparams,
ReferenceTypeName ext,
List<? extends ReferenceTypeName> impl,
List<Node> body,
SourceInfo si)
Creates a new class declaration |
ClassDeclaration(ModifierSet mods,
String name,
ReferenceTypeName ext,
List<? extends ReferenceTypeName> impl,
List<Node> body)
Creates a new class declaration |
ClassDeclaration(ModifierSet mods,
String name,
ReferenceTypeName ext,
List<? extends ReferenceTypeName> impl,
List<Node> body,
SourceInfo si)
Creates a new class declaration |
ConstructorDeclaration(ModifierSet mods,
Option<List<TypeParameter>> tparams,
String name,
List<FormalParameter> params,
List<? extends ReferenceTypeName> excepts,
ConstructorCall eci,
List<Node> stmts)
Creates a new method declaration |
ConstructorDeclaration(ModifierSet mods,
Option<List<TypeParameter>> tparams,
String name,
List<FormalParameter> params,
List<? extends ReferenceTypeName> excepts,
ConstructorCall eci,
List<Node> stmts,
SourceInfo si)
Creates a new method declaration |
ConstructorDeclaration(ModifierSet mods,
String name,
List<FormalParameter> params,
List<? extends ReferenceTypeName> excepts,
ConstructorCall eci,
List<Node> stmts)
Creates a new method declaration |
ConstructorDeclaration(ModifierSet mods,
String name,
List<FormalParameter> params,
List<? extends ReferenceTypeName> excepts,
ConstructorCall eci,
List<Node> stmts,
SourceInfo si)
Creates a new method declaration |
Declaration(ModifierSet mods,
SourceInfo si)
|
EnumDeclaration.EnumConstant(ModifierSet mods,
String _name,
List<? extends Expression> _args,
List<Node> _classBody,
SourceInfo si)
|
EnumDeclaration(ModifierSet mods,
String name,
List<? extends ReferenceTypeName> impl,
EnumDeclaration.EnumBody body)
Creates a new enum declaration |
EnumDeclaration(ModifierSet mods,
String name,
List<? extends ReferenceTypeName> impl,
EnumDeclaration.EnumBody body,
SourceInfo si)
Creates a new enum declaration |
FieldDeclaration(ModifierSet mods,
TypeName type,
String name,
Expression init)
Creates a new field declaration |
FieldDeclaration(ModifierSet mods,
TypeName type,
String name,
Expression init,
SourceInfo si)
Creates a new field declaration |
FormalParameter(ModifierSet mods,
TypeName t,
String n)
Initializes the node |
FormalParameter(ModifierSet mods,
TypeName t,
String n,
SourceInfo si)
Initializes the node |
InterfaceDeclaration(ModifierSet mods,
boolean ann,
String name,
List<? extends ReferenceTypeName> impl,
List<Node> body)
Creates a new interface declaration |
InterfaceDeclaration(ModifierSet mods,
boolean ann,
String name,
List<? extends ReferenceTypeName> impl,
List<Node> body,
SourceInfo si)
Creates a new interface declaration |
InterfaceDeclaration(ModifierSet mods,
boolean ann,
String name,
Option<List<TypeParameter>> tparams,
List<? extends ReferenceTypeName> impl,
List<Node> body)
Creates a new interface declaration |
InterfaceDeclaration(ModifierSet mods,
boolean ann,
String name,
Option<List<TypeParameter>> tparams,
List<? extends ReferenceTypeName> impl,
List<Node> body,
SourceInfo si)
Creates a new interface declaration |
MethodDeclaration(ModifierSet mods,
Option<List<TypeParameter>> tparams,
TypeName type,
String name,
List<FormalParameter> params,
List<? extends ReferenceTypeName> excepts,
BlockStatement body)
Creates a new method declaration |
MethodDeclaration(ModifierSet mods,
Option<List<TypeParameter>> tparams,
TypeName type,
String name,
List<FormalParameter> params,
List<? extends ReferenceTypeName> excepts,
BlockStatement body,
SourceInfo si)
Creates a new method declaration |
MethodDeclaration(ModifierSet mods,
TypeName type,
String name,
List<FormalParameter> params,
List<? extends ReferenceTypeName> excepts,
BlockStatement body)
Creates a new method declaration |
MethodDeclaration(ModifierSet mods,
TypeName type,
String name,
List<FormalParameter> params,
List<? extends ReferenceTypeName> excepts,
BlockStatement body,
SourceInfo si)
Creates a new method declaration |
PackageDeclaration(ModifierSet mods,
List<IdentifierToken> ident)
Creates a new package declaration node |
PackageDeclaration(ModifierSet mods,
List<IdentifierToken> ident,
SourceInfo si)
Creates a new package declaration node |
PackageDeclaration(ModifierSet mods,
String nm,
SourceInfo si)
Creates a new package declaration node |
TypeDeclaration(ModifierSet mods,
String name,
Option<List<TypeParameter>> tparams,
List<? extends ReferenceTypeName> impl,
List<Node> body,
SourceInfo si)
Creates a new class declaration |
VariableDeclaration(ModifierSet mods,
TypeName type,
String name,
Expression init)
Creates a new variable declaration |
VariableDeclaration(ModifierSet mods,
TypeName type,
String name,
Expression init,
SourceInfo si)
Creates a new variable declaration |