Uses of Class
org.glassfish.pfl.dynamic.codegen.impl.IfStatement
-
Packages that use IfStatement Package Description org.glassfish.pfl.dynamic.codegen.impl org.glassfish.pfl.dynamic.codegen.spi -
-
Uses of IfStatement in org.glassfish.pfl.dynamic.codegen.impl
Methods in org.glassfish.pfl.dynamic.codegen.impl that return IfStatement Modifier and Type Method Description IfStatement
BlockStatement. addIf(Expression cond)
Methods in org.glassfish.pfl.dynamic.codegen.impl with parameters of type IfStatement Modifier and Type Method Description boolean
ASMByteCodeVisitor. ifStatementBeforeFalsePart(IfStatement arg)
boolean
NopVisitor. ifStatementBeforeFalsePart(IfStatement arg)
boolean
SourceStatementVisitor. ifStatementBeforeFalsePart(IfStatement arg)
boolean
TreeWalker. ifStatementBeforeFalsePart(IfStatement arg)
void
ASMByteCodeVisitor. ifStatementBeforeTruePart(IfStatement arg)
void
NopVisitor. ifStatementBeforeTruePart(IfStatement arg)
void
SourceStatementVisitor. ifStatementBeforeTruePart(IfStatement arg)
void
TreeWalker. ifStatementBeforeTruePart(IfStatement arg)
void
ASMByteCodeVisitor. postIfStatement(IfStatement arg)
void
NopVisitor. postIfStatement(IfStatement arg)
void
SourceStatementVisitor. postIfStatement(IfStatement arg)
void
TreeWalker. postIfStatement(IfStatement arg)
boolean
ASMByteCodeVisitor. preIfStatement(IfStatement arg)
boolean
NopVisitor. preIfStatement(IfStatement arg)
boolean
SourceStatementVisitor. preIfStatement(IfStatement arg)
boolean
TreeWalker. preIfStatement(IfStatement arg)
void
TreeWalker. visitIfStatement(IfStatement arg)
void
Visitor. visitIfStatement(IfStatement arg)
-
Uses of IfStatement in org.glassfish.pfl.dynamic.codegen.spi
Fields in org.glassfish.pfl.dynamic.codegen.spi declared as IfStatement Modifier and Type Field Description private IfStatement
Wrapper.IfStatementContext. ifstmt
-