Uses of Interface
eu.bandm.tools.metajava.GeneratedSourceContext
Packages that use GeneratedSourceContext
Package
Description
Mirror of Java reflection: Build java sources as object models.
-
Uses of GeneratedSourceContext in eu.bandm.tools.metajava
Classes in eu.bandm.tools.metajava that implement GeneratedSourceContextModifier and TypeClassDescriptionclass
class
class
class
class
Fields in eu.bandm.tools.metajava declared as GeneratedSourceContextMethods in eu.bandm.tools.metajava that return GeneratedSourceContextModifier and TypeMethodDescriptionfinal GeneratedSourceContext
ReferenceRewriter.ObscureException.getContext()
final GeneratedSourceContext
GeneratedClass.getParentSourceContext()
GeneratedSourceContext.getParentSourceContext()
final GeneratedSourceContext
GeneratedSourceFile.getParentSourceContext()
Methods in eu.bandm.tools.metajava with parameters of type GeneratedSourceContextModifier and TypeMethodDescriptionprotected void
Visitor.action
(GeneratedSourceContext context) void
Visitor.match
(GeneratedSourceContext context) Constructors in eu.bandm.tools.metajava with parameters of type GeneratedSourceContextModifierConstructorDescription(package private)
GeneratedClass
(GeneratedPackage metaPackage, GeneratedSourceContext parentSource, int modifiers, String name, MetaType superClass) (package private)
GeneratedEnum
(GeneratedPackage metaPackage, GeneratedSourceContext parentSource, int modifiers, String id) ObscureException
(GeneratedSourceContext context, String name) ReferenceRewriter
(GeneratedSourceContext context) ReferenceRewriter
(GeneratedSourceContext context, Set<? extends String> obscured)