Uses of Interface
org.glassfish.pfl.dynamic.codegen.impl.Statement
Packages that use Statement
-
Uses of Statement in org.glassfish.pfl.dynamic.codegen.impl
Subinterfaces of Statement in org.glassfish.pfl.dynamic.codegen.implClasses in org.glassfish.pfl.dynamic.codegen.impl that implement StatementModifier and TypeClassDescriptionfinal class
class
Main factory for creating statements.final class
final class
final class
static final class
static final class
static final class
static class
Representation of any sort of method call other than a constructor invocation.static final class
static final class
Class that represents a constant value of any primitive type, a String, or a Class.static class
static class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
Class used to represent the current object ("this" in java).static final class
static final class
Representation of the application of a UnaryOperator to an Expression.static final class
static final class
Class that represents a void expression.final class
final class
class
final class
final class
final class
final class
Fields in org.glassfish.pfl.dynamic.codegen.impl with type parameters of type StatementMethods in org.glassfish.pfl.dynamic.codegen.impl that return types with arguments of type StatementModifier and TypeMethodDescriptionBlockStatement.body()
Return the list of Statements in this BlockStatement.Methods in org.glassfish.pfl.dynamic.codegen.impl with parameters of type StatementModifier and TypeMethodDescriptionvoid
ASMByteCodeVisitor.blockStatementBeforeBodyStatement
(BlockStatement arg, Statement stmt) void
ASMSetupVisitor.blockStatementBeforeBodyStatement
(BlockStatement arg, Statement stmt) void
NopVisitor.blockStatementBeforeBodyStatement
(BlockStatement arg, Statement stmt) void
SourceStatementVisitor.blockStatementBeforeBodyStatement
(BlockStatement arg, Statement stmt) void
TreeWalker.blockStatementBeforeBodyStatement
(BlockStatement arg, Statement stmt) private void
ASMByteCodeVisitor.popIfNeeded
(Statement lastStatement) void
ASMByteCodeVisitor.postStatement
(Statement arg) void
NopVisitor.postStatement
(Statement arg) void
TreeWalker.postStatement
(Statement arg) boolean
ASMByteCodeVisitor.preStatement
(Statement arg) boolean
NopVisitor.preStatement
(Statement arg) boolean
TreeWalker.preStatement
(Statement arg) void
TreeWalker.visitStatement
(Statement arg) void
Visitor.visitStatement
(Statement arg)