| Constructor parameters in koala.dynamicjava.tree with type arguments of type TypeParameter |
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 |
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 |
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 |
TypeDeclaration(ModifierSet mods,
String name,
Option<List<TypeParameter>> tparams,
List<? extends ReferenceTypeName> impl,
List<Node> body,
SourceInfo si)
Creates a new class declaration |