Package | Description |
---|---|
eu.bandm.tools.metajava |
Modifier and Type | Interface and Description |
---|---|
interface |
MetaClass |
interface |
MetaField |
interface |
MetaMethod |
interface |
MetaPackage |
interface |
MetaStaticImportable
Supertype of all entities that can appear in an
import static statement. |
interface |
MetaStaticImportableMember
Supertype of all class members that can appear in an
import static
statement. |
Modifier and Type | Class and Description |
---|---|
class |
AnonymousClass |
class |
ArrayClass |
class |
EnvironmentClass |
class |
EnvironmentField |
class |
EnvironmentMethod |
class |
EnvironmentPackage |
class |
GeneratedClass |
class |
GeneratedEnum |
class |
GeneratedEnumConstant |
class |
GeneratedField |
class |
GeneratedMethod |
class |
GeneratedPackage |
Modifier and Type | Method and Description |
---|---|
Set<MetaImportable> |
GeneratedSourceFile.getImports() |
Set<MetaImportable> |
GeneratedSourceContext.getImports() |
Set<MetaImportable> |
GeneratedClass.getImports() |
Modifier and Type | Method and Description |
---|---|
protected void |
Visitor.action(MetaImportable importable) |
void |
GeneratedSourceFile.addImport(MetaImportable importable) |
void |
GeneratedClass.addImport(MetaImportable imp) |
void |
Visitor.match(MetaImportable importable) |
see also the complete user documentation .