Uses of Class
org.glassfish.pfl.dynamic.codegen.impl.BlockStatement

Packages that use BlockStatement
org.glassfish.pfl.dynamic.codegen.impl   
 

Uses of BlockStatement in org.glassfish.pfl.dynamic.codegen.impl
 

Subclasses of BlockStatement in org.glassfish.pfl.dynamic.codegen.impl
 class CaseBranch
           
 

Methods in org.glassfish.pfl.dynamic.codegen.impl that return BlockStatement
 BlockStatement WhileStatement.body()
           
 BlockStatement MethodGenerator.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
 org.glassfish.pfl.basic.contain.Pair<Variable,BlockStatement> TryStatement.addCatch(Type type, String ident)
          Add a new Catch block to this try statement.
 Map<Type,org.glassfish.pfl.basic.contain.Pair<Variable,BlockStatement>> TryStatement.catches()
           
 

Methods in org.glassfish.pfl.dynamic.codegen.impl with parameters of type BlockStatement
 void NopVisitor.blockStatementBeforeBodyStatement(BlockStatement arg, Statement stmt)
           
 void TreeWalker.blockStatementBeforeBodyStatement(BlockStatement arg, Statement stmt)
           
 void ASMSetupVisitor.blockStatementBeforeBodyStatement(BlockStatement arg, Statement stmt)
           
 void SourceStatementVisitor.blockStatementBeforeBodyStatement(BlockStatement arg, Statement stmt)
           
 void ASMByteCodeVisitor.blockStatementBeforeBodyStatement(BlockStatement arg, Statement stmt)
           
 void NopVisitor.postBlockStatement(BlockStatement arg)
           
 void TreeWalker.postBlockStatement(BlockStatement arg)
           
 void ASMSetupVisitor.postBlockStatement(BlockStatement arg)
           
 void SourceStatementVisitor.postBlockStatement(BlockStatement arg)
           
 void ASMByteCodeVisitor.postBlockStatement(BlockStatement arg)
           
 boolean NopVisitor.preBlockStatement(BlockStatement arg)
           
 boolean TreeWalker.preBlockStatement(BlockStatement arg)
           
 boolean ASMSetupVisitor.preBlockStatement(BlockStatement arg)
           
 boolean SourceStatementVisitor.preBlockStatement(BlockStatement arg)
           
 boolean ASMByteCodeVisitor.preBlockStatement(BlockStatement arg)
           
 void NopVisitor.tryStatementBeforeBlock(TryStatement arg, Type type, Variable var, BlockStatement block)
           
 void TreeWalker.tryStatementBeforeBlock(TryStatement arg, Type type, Variable var, BlockStatement block)
           
 void ASMSetupVisitor.tryStatementBeforeBlock(TryStatement arg, Type type, Variable var, BlockStatement block)
           
 void SourceStatementVisitor.tryStatementBeforeBlock(TryStatement arg, Type type, Variable var, BlockStatement block)
           
 void ASMByteCodeVisitor.tryStatementBeforeBlock(TryStatement arg, Type type, Variable var, BlockStatement block)
           
 void Visitor.visitBlockStatement(BlockStatement arg)
           
 void TreeWalker.visitBlockStatement(BlockStatement arg)
           
 



Copyright © 2013 Oracle. All Rights Reserved.