Uses of Class
org.glassfish.pfl.dynamic.codegen.impl.BlockStatement
Packages that use BlockStatement
-
Uses of BlockStatement in org.glassfish.pfl.dynamic.codegen.impl
Subclasses of BlockStatement in org.glassfish.pfl.dynamic.codegen.implFields in org.glassfish.pfl.dynamic.codegen.impl declared as BlockStatementModifier and TypeFieldDescriptionprivate 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 BlockStatementModifier and TypeFieldDescriptionprivate Map
<Type, Pair<Variable, BlockStatement>> TryStatement.catches
(package private) static Attribute
<BlockStatement> ASMUtil.lastBlock
Methods in org.glassfish.pfl.dynamic.codegen.impl that return BlockStatementModifier and TypeMethodDescriptionMethodGenerator.body()
WhileStatement.body()
TryStatement.bodyPart()
SwitchStatement.defaultCase()
IfStatement.falsePart()
TryStatement.finalPart()
ClassGeneratorImpl.initializer()
IfStatement.truePart()
Methods in org.glassfish.pfl.dynamic.codegen.impl that return types with arguments of type BlockStatementModifier and TypeMethodDescriptionAdd a new Catch block to this try statement.TryStatement.catches()
Methods in org.glassfish.pfl.dynamic.codegen.impl with parameters of type BlockStatementModifier and TypeMethodDescriptionvoid
ASMByteCodeVisitor.blockStatementBeforeBodyStatement
(BlockStatement arg, Statement stmt) void
ASMSetupVisitor.blockStatementBeforeBodyStatement
(BlockStatement arg, Statement stmt) void
NopVisitor.blockStatementBeforeBodyStatement
(BlockStatement arg, Statement stmt) void
SourceStatementVisitor.blockStatementBeforeBodyStatement
(BlockStatement arg, Statement stmt) void
TreeWalker.blockStatementBeforeBodyStatement
(BlockStatement arg, Statement stmt) void
ASMByteCodeVisitor.postBlockStatement
(BlockStatement arg) void
ASMSetupVisitor.postBlockStatement
(BlockStatement arg) void
NopVisitor.postBlockStatement
(BlockStatement arg) void
SourceStatementVisitor.postBlockStatement
(BlockStatement arg) void
TreeWalker.postBlockStatement
(BlockStatement arg) boolean
ASMByteCodeVisitor.preBlockStatement
(BlockStatement arg) boolean
ASMSetupVisitor.preBlockStatement
(BlockStatement arg) boolean
NopVisitor.preBlockStatement
(BlockStatement arg) boolean
SourceStatementVisitor.preBlockStatement
(BlockStatement arg) boolean
TreeWalker.preBlockStatement
(BlockStatement arg) void
ASMByteCodeVisitor.tryStatementBeforeBlock
(TryStatement arg, Type type, Variable var, BlockStatement block) void
ASMSetupVisitor.tryStatementBeforeBlock
(TryStatement arg, Type type, Variable var, BlockStatement block) void
NopVisitor.tryStatementBeforeBlock
(TryStatement arg, Type type, Variable var, BlockStatement block) void
SourceStatementVisitor.tryStatementBeforeBlock
(TryStatement arg, Type type, Variable var, BlockStatement block) void
TreeWalker.tryStatementBeforeBlock
(TryStatement arg, Type type, Variable var, BlockStatement block) void
TreeWalker.visitBlockStatement
(BlockStatement arg) void
Visitor.visitBlockStatement
(BlockStatement arg) -
Uses of BlockStatement in org.glassfish.pfl.dynamic.codegen.spi
Fields in org.glassfish.pfl.dynamic.codegen.spi declared as BlockStatementMethods in org.glassfish.pfl.dynamic.codegen.spi that return BlockStatementModifier and TypeMethodDescription(package private) final BlockStatement
Wrapper.Context.bs()
(package private) BlockStatement
Wrapper.Environment.bs()
Methods in org.glassfish.pfl.dynamic.codegen.spi with parameters of type BlockStatementModifier and TypeMethodDescription(package private) final void
Wrapper.Context.setBlockStatement
(BlockStatement bs) Constructors in org.glassfish.pfl.dynamic.codegen.spi with parameters of type BlockStatementModifierConstructorDescription(package private)
BodyContext
(Stack<Wrapper.Context> contexts, BlockStatement bs)