Uses of Package
org.glassfish.pfl.dynamic.codegen.impl
Packages that use org.glassfish.pfl.dynamic.codegen.impl
-
Classes in org.glassfish.pfl.dynamic.codegen.impl used by org.glassfish.pfl.dynamic.codegen.implClassDescriptionClass used to represnt an AST verification errorDefines the context in which a variable occurs.Class used to define dynamic attributes on AttributedObject instances.The interface that an Object must implement in order to support Attributes.An implementation of the AttributedObject interface.Main factory for creating statements.Class that is responsible for low-level bytecode generation using ASM.Class used to generate a description of a class or interface.Extends the file utility Printer with line numbers that are also optionally stored as Attributes in Nodes for annotating the AST.Simple wrapper class around a UnaryVoidFunction.Used to create all expressions.Representation of binary operators.Representation of any sort of method call other than a constructor invocation.Class that represents a constant value of any primitive type, a String, or a Class.Class used to represent the current object ("this" in java).Operators that apply to a single expression.Representation of the application of a UnaryOperator to an Expression.Class that represents a void expression.This trivial class exists only to give a slightly more readable toString method for ASM labels.Represents a node in the AST used to generate code.Base class for implementing various kinds of Nodes in the AST.This is a general purpose utility that does a complete traversal of a Node tree.
-
Classes in org.glassfish.pfl.dynamic.codegen.impl used by org.glassfish.pfl.dynamic.codegen.spiClassDescriptionMain factory for creating statements.Class used to generate a description of a class or interface.Used to create all expressions.Representation of binary operators.