Uses of Class
org.glassfish.pfl.dynamic.codegen.impl.CaseBranch
-
Packages that use CaseBranch Package Description org.glassfish.pfl.dynamic.codegen.impl -
-
Uses of CaseBranch in org.glassfish.pfl.dynamic.codegen.impl
Fields in org.glassfish.pfl.dynamic.codegen.impl with type parameters of type CaseBranch Modifier and Type Field Description private java.util.Map<java.lang.Integer,CaseBranch>
SwitchStatement. cases
Methods in org.glassfish.pfl.dynamic.codegen.impl that return CaseBranch Modifier and Type Method Description CaseBranch
SwitchStatement. addCase(int value)
Methods in org.glassfish.pfl.dynamic.codegen.impl that return types with arguments of type CaseBranch Modifier and Type Method Description java.util.Map<java.lang.Integer,CaseBranch>
SwitchStatement. cases()
Methods in org.glassfish.pfl.dynamic.codegen.impl with parameters of type CaseBranch Modifier and Type Method Description void
ASMByteCodeVisitor. caseBranchBeforeBodyStatement(CaseBranch arg)
void
NopVisitor. caseBranchBeforeBodyStatement(CaseBranch arg)
void
SourceStatementVisitor. caseBranchBeforeBodyStatement(CaseBranch arg)
void
TreeWalker. caseBranchBeforeBodyStatement(CaseBranch arg)
void
ASMByteCodeVisitor. postCaseBranch(CaseBranch arg)
void
NopVisitor. postCaseBranch(CaseBranch arg)
void
SourceStatementVisitor. postCaseBranch(CaseBranch arg)
void
TreeWalker. postCaseBranch(CaseBranch arg)
boolean
ASMByteCodeVisitor. preCaseBranch(CaseBranch arg)
boolean
NopVisitor. preCaseBranch(CaseBranch arg)
boolean
SourceStatementVisitor. preCaseBranch(CaseBranch arg)
boolean
TreeWalker. preCaseBranch(CaseBranch arg)
void
TreeWalker. visitCaseBranch(CaseBranch arg)
void
Visitor. visitCaseBranch(CaseBranch arg)
-