Uses of Class
org.glassfish.pfl.dynamic.codegen.spi.Wrapper.Context
Packages that use Wrapper.Context
-
Uses of Wrapper.Context in org.glassfish.pfl.dynamic.codegen.spi
Subclasses of Wrapper.Context in org.glassfish.pfl.dynamic.codegen.spiModifier and TypeClassDescriptionprivate static class
private static class
private static class
private static class
private static final class
private static class
private static class
private static class
Fields in org.glassfish.pfl.dynamic.codegen.spi declared as Wrapper.ContextFields in org.glassfish.pfl.dynamic.codegen.spi with type parameters of type Wrapper.ContextModifier and TypeFieldDescription(package private) final Stack
<Wrapper.Context> Wrapper.Context.contexts
private Stack
<Wrapper.Context> Wrapper.Environment.contexts
Methods in org.glassfish.pfl.dynamic.codegen.spi with type parameters of type Wrapper.ContextMethods in org.glassfish.pfl.dynamic.codegen.spi that return Wrapper.ContextConstructor parameters in org.glassfish.pfl.dynamic.codegen.spi with type arguments of type Wrapper.ContextModifierConstructorDescription(package private)
BodyContext
(Stack<Wrapper.Context> contexts, BlockStatement bs) (package private)
ClassContext
(Stack<Wrapper.Context> contexts, ClassGeneratorImpl cg) (package private)
Context
(Stack<Wrapper.Context> contexts, State start) (package private)
IfStatementContext
(Stack<Wrapper.Context> contexts, Expression expr) (package private)
MethodContext
(Stack<Wrapper.Context> contexts, MethodGenerator mg) (package private)
PackageContext
(Stack<Wrapper.Context> contexts) (package private)
SwitchStatementContext
(Stack<Wrapper.Context> contexts, Expression expr) (package private)
TryStatementContext
(Stack<Wrapper.Context> contexts) (package private)
WhileStatementContext
(Stack<Wrapper.Context> contexts, Expression expr)