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.implMethods 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)