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 class
Wrapper.BodyContext
private static class
Wrapper.ClassContext
private static class
Wrapper.IfStatementContext
private static class
Wrapper.MethodContext
private static class
Wrapper.PackageContext
private static class
Wrapper.SwitchStatementContext
private static class
Wrapper.TryStatementContext
private static class
Wrapper.WhileStatementContext
Fields in org.glassfish.pfl.dynamic.codegen.spi declared as Wrapper.Context Modifier and Type Field Description private Wrapper.Context
Wrapper.Context. parent
Fields 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. contexts
private java.util.Stack<Wrapper.Context>
Wrapper.Environment. contexts
Methods 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.Context
Wrapper.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)
-