Uses of Interface
eu.bandm.tools.metajava.MetaImportable
-
Uses of MetaImportable in eu.bandm.tools.metajava
Modifier 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.Modifier and TypeClassDescription(package private) class
class
class
class
class
class
class
class
class
class
class
class
class
Modifier and TypeFieldDescription(package private) final Set<MetaImportable>
GeneratedSourceFile.imports
Modifier and TypeMethodDescriptionfinal Set<MetaImportable>
GeneratedClass.getImports()
GeneratedSourceContext.getImports()
GeneratedSourceFile.getImports()
static Comparator<MetaImportable>
AbstractMetaClass.lexicalImportOrder()
Modifier and TypeMethodDescriptionprotected void
Visitor.action
(MetaImportable importable) final void
GeneratedClass.addImport
(MetaImportable imp) void
GeneratedSourceFile.addImport
(MetaImportable importable) void
Visitor.match
(MetaImportable importable)