Uses of Interface
eu.bandm.tools.metajava.MetaImportable
Packages that use MetaImportable
Package
Description
Mirror of Java reflection: Build java sources as object models.
-
Uses of MetaImportable in eu.bandm.tools.metajava
Subinterfaces of MetaImportable in eu.bandm.tools.metajavaModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
Supertype of all entities that can appear in animport static
statement.interface
Supertype of all class members that can appear in animport static
statement.Classes in eu.bandm.tools.metajava that implement MetaImportableModifier and TypeClassDescription(package private) class
class
class
class
class
class
class
class
class
class
class
class
class
Fields in eu.bandm.tools.metajava with type parameters of type MetaImportableModifier and TypeFieldDescription(package private) final Set
<MetaImportable> GeneratedSourceFile.imports
Methods in eu.bandm.tools.metajava that return types with arguments of type MetaImportableModifier and TypeMethodDescriptionfinal Set
<MetaImportable> GeneratedClass.getImports()
GeneratedSourceContext.getImports()
GeneratedSourceFile.getImports()
static Comparator
<MetaImportable> AbstractMetaClass.lexicalImportOrder()
Methods in eu.bandm.tools.metajava with parameters of type MetaImportableModifier and TypeMethodDescriptionprotected void
Visitor.action
(MetaImportable importable) final void
GeneratedClass.addImport
(MetaImportable imp) void
GeneratedSourceFile.addImport
(MetaImportable importable) void
Visitor.match
(MetaImportable importable)