Uses of Class
org.glassfish.pfl.dynamic.codegen.impl.BlockStatement
-
Packages that use BlockStatement Package Description org.glassfish.pfl.dynamic.codegen.impl org.glassfish.pfl.dynamic.codegen.spi -
-
Uses of BlockStatement in org.glassfish.pfl.dynamic.codegen.impl
Subclasses of BlockStatement in org.glassfish.pfl.dynamic.codegen.impl Modifier and Type Class Description class
CaseBranch
Fields in org.glassfish.pfl.dynamic.codegen.impl declared as BlockStatement Modifier and Type Field Description private BlockStatement
MethodGenerator. body
private BlockStatement
WhileStatement. body
private BlockStatement
TryStatement. bodyPart
private BlockStatement
SwitchStatement. defaultCase
private BlockStatement
IfStatement. falsePart
private BlockStatement
TryStatement. finalPart
private BlockStatement
ClassGeneratorImpl. initializer
private BlockStatement
IfStatement. truePart
Fields in org.glassfish.pfl.dynamic.codegen.impl with type parameters of type BlockStatement Modifier and Type Field Description private java.util.Map<Type,Pair<Variable,BlockStatement>>
TryStatement. catches
(package private) static Attribute<BlockStatement>
ASMUtil. lastBlock
Methods in org.glassfish.pfl.dynamic.codegen.impl that return BlockStatement Modifier and Type Method Description BlockStatement
MethodGenerator. body()
BlockStatement
WhileStatement. body()
BlockStatement
TryStatement. bodyPart()
BlockStatement
SwitchStatement. defaultCase()
BlockStatement
IfStatement. falsePart()
BlockStatement
TryStatement. finalPart()
BlockStatement
ClassGeneratorImpl. initializer()
BlockStatement
IfStatement. truePart()
Methods in org.glassfish.pfl.dynamic.codegen.impl that return types with arguments of type BlockStatement Modifier and Type Method Description Pair<Variable,BlockStatement>
TryStatement. addCatch(Type type, java.lang.String ident)
Add a new Catch block to this try statement.java.util.Map<Type,Pair<Variable,BlockStatement>>
TryStatement. catches()
-
Uses of BlockStatement in org.glassfish.pfl.dynamic.codegen.spi
Fields in org.glassfish.pfl.dynamic.codegen.spi declared as BlockStatement Modifier and Type Field Description private BlockStatement
Wrapper.Context. blockStatement
Methods in org.glassfish.pfl.dynamic.codegen.spi that return BlockStatement Modifier and Type Method Description (package private) BlockStatement
Wrapper.Context. bs()
(package private) BlockStatement
Wrapper.Environment. bs()
Methods in org.glassfish.pfl.dynamic.codegen.spi with parameters of type BlockStatement Modifier and Type Method Description (package private) void
Wrapper.Context. setBlockStatement(BlockStatement bs)
Constructors in org.glassfish.pfl.dynamic.codegen.spi with parameters of type BlockStatement Constructor Description BodyContext(java.util.Stack<Wrapper.Context> contexts, BlockStatement bs)
-