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 classCaseBranchFields in org.glassfish.pfl.dynamic.codegen.impl declared as BlockStatement Modifier and Type Field Description private 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 BlockStatement Modifier and Type Field Description private java.util.Map<Type,Pair<Variable,BlockStatement>>TryStatement. catches(package private) static Attribute<BlockStatement>ASMUtil. lastBlockMethods in org.glassfish.pfl.dynamic.codegen.impl that return BlockStatement Modifier and Type Method Description BlockStatementMethodGenerator. body()BlockStatementWhileStatement. body()BlockStatementTryStatement. bodyPart()BlockStatementSwitchStatement. defaultCase()BlockStatementIfStatement. falsePart()BlockStatementTryStatement. finalPart()BlockStatementClassGeneratorImpl. initializer()BlockStatementIfStatement. 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 BlockStatementWrapper.Context. blockStatementMethods in org.glassfish.pfl.dynamic.codegen.spi that return BlockStatement Modifier and Type Method Description (package private) BlockStatementWrapper.Context. bs()(package private) BlockStatementWrapper.Environment. bs()Methods in org.glassfish.pfl.dynamic.codegen.spi with parameters of type BlockStatement Modifier and Type Method Description (package private) voidWrapper.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)
-