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 BlockStatementMethodGenerator.bodyprivate BlockStatementWhileStatement.bodyprivate BlockStatementTryStatement.bodyPartprivate BlockStatementSwitchStatement.defaultCaseprivate BlockStatementIfStatement.falsePartprivate BlockStatementTryStatement.finalPartprivate BlockStatementClassGeneratorImpl.initializerprivate BlockStatementIfStatement.truePartFields 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.lastBlockMethods 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 TypeMethodDescriptionvoidASMByteCodeVisitor.blockStatementBeforeBodyStatement(BlockStatement arg, Statement stmt) voidASMSetupVisitor.blockStatementBeforeBodyStatement(BlockStatement arg, Statement stmt) voidNopVisitor.blockStatementBeforeBodyStatement(BlockStatement arg, Statement stmt) voidSourceStatementVisitor.blockStatementBeforeBodyStatement(BlockStatement arg, Statement stmt) voidTreeWalker.blockStatementBeforeBodyStatement(BlockStatement arg, Statement stmt) voidASMByteCodeVisitor.postBlockStatement(BlockStatement arg) voidASMSetupVisitor.postBlockStatement(BlockStatement arg) voidNopVisitor.postBlockStatement(BlockStatement arg) voidSourceStatementVisitor.postBlockStatement(BlockStatement arg) voidTreeWalker.postBlockStatement(BlockStatement arg) booleanASMByteCodeVisitor.preBlockStatement(BlockStatement arg) booleanASMSetupVisitor.preBlockStatement(BlockStatement arg) booleanNopVisitor.preBlockStatement(BlockStatement arg) booleanSourceStatementVisitor.preBlockStatement(BlockStatement arg) booleanTreeWalker.preBlockStatement(BlockStatement arg) voidASMByteCodeVisitor.tryStatementBeforeBlock(TryStatement arg, Type type, Variable var, BlockStatement block) voidASMSetupVisitor.tryStatementBeforeBlock(TryStatement arg, Type type, Variable var, BlockStatement block) voidNopVisitor.tryStatementBeforeBlock(TryStatement arg, Type type, Variable var, BlockStatement block) voidSourceStatementVisitor.tryStatementBeforeBlock(TryStatement arg, Type type, Variable var, BlockStatement block) voidTreeWalker.tryStatementBeforeBlock(TryStatement arg, Type type, Variable var, BlockStatement block) voidTreeWalker.visitBlockStatement(BlockStatement arg) voidVisitor.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 BlockStatementWrapper.Context.bs()(package private) BlockStatementWrapper.Environment.bs()Methods in org.glassfish.pfl.dynamic.codegen.spi with parameters of type BlockStatementModifier and TypeMethodDescription(package private) final voidWrapper.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)