Uses of Class
org.glassfish.pfl.dynamic.codegen.spi.Wrapper.Context
-
Packages that use Wrapper.Context Package Description org.glassfish.pfl.dynamic.codegen.spi -
-
Uses of Wrapper.Context in org.glassfish.pfl.dynamic.codegen.spi
Subclasses of Wrapper.Context in org.glassfish.pfl.dynamic.codegen.spi Modifier and Type Class Description private static classWrapper.BodyContextprivate static classWrapper.ClassContextprivate static classWrapper.IfStatementContextprivate static classWrapper.MethodContextprivate static classWrapper.PackageContextprivate static classWrapper.SwitchStatementContextprivate static classWrapper.TryStatementContextprivate static classWrapper.WhileStatementContextFields in org.glassfish.pfl.dynamic.codegen.spi declared as Wrapper.Context Modifier and Type Field Description private Wrapper.ContextWrapper.Context. parentFields in org.glassfish.pfl.dynamic.codegen.spi with type parameters of type Wrapper.Context Modifier and Type Field Description (package private) java.util.Stack<Wrapper.Context>Wrapper.Context. contextsprivate java.util.Stack<Wrapper.Context>Wrapper.Environment. contextsMethods in org.glassfish.pfl.dynamic.codegen.spi with type parameters of type Wrapper.Context Modifier and Type Method Description private <T extends Wrapper.Context>
TWrapper.Environment. top(java.lang.Class<T> cls)Methods in org.glassfish.pfl.dynamic.codegen.spi that return Wrapper.Context Modifier and Type Method Description Wrapper.ContextWrapper.Context. parent()Constructor parameters in org.glassfish.pfl.dynamic.codegen.spi with type arguments of type Wrapper.Context Constructor Description BodyContext(java.util.Stack<Wrapper.Context> contexts, BlockStatement bs)ClassContext(java.util.Stack<Wrapper.Context> contexts, ClassGeneratorImpl cg)Context(java.util.Stack<Wrapper.Context> contexts, State start)IfStatementContext(java.util.Stack<Wrapper.Context> contexts, Expression expr)MethodContext(java.util.Stack<Wrapper.Context> contexts, MethodGenerator mg)PackageContext(java.util.Stack<Wrapper.Context> contexts)SwitchStatementContext(java.util.Stack<Wrapper.Context> contexts, Expression expr)TryStatementContext(java.util.Stack<Wrapper.Context> contexts)WhileStatementContext(java.util.Stack<Wrapper.Context> contexts, Expression expr)
-