|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Statement | |
|---|---|
| org.glassfish.pfl.dynamic.codegen.impl | |
| Uses of Statement in org.glassfish.pfl.dynamic.codegen.impl |
|---|
| Subinterfaces of Statement in org.glassfish.pfl.dynamic.codegen.impl | |
|---|---|
interface |
ExpressionInternal
|
interface |
VariableInternal
|
| Methods in org.glassfish.pfl.dynamic.codegen.impl that return types with arguments of type Statement | |
|---|---|
List<Statement> |
BlockStatement.body()
Return the list of Statements in this BlockStatement. |
| Methods in org.glassfish.pfl.dynamic.codegen.impl with parameters of type Statement | |
|---|---|
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.postStatement(Statement arg)
|
void |
TreeWalker.postStatement(Statement arg)
|
void |
ASMByteCodeVisitor.postStatement(Statement arg)
|
boolean |
NopVisitor.preStatement(Statement arg)
|
boolean |
TreeWalker.preStatement(Statement arg)
|
boolean |
ASMByteCodeVisitor.preStatement(Statement arg)
|
void |
Visitor.visitStatement(Statement arg)
|
void |
TreeWalker.visitStatement(Statement arg)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||