Uses of Interface
org.glassfish.pfl.dynamic.codegen.impl.AttributedObject
Packages that use AttributedObject
-
Uses of AttributedObject in org.glassfish.pfl.dynamic.codegen.impl
Subinterfaces of AttributedObject in org.glassfish.pfl.dynamic.codegen.implModifier and TypeInterfaceDescriptioninterface
interface
Represents a node in the AST used to generate code.interface
interface
Classes in org.glassfish.pfl.dynamic.codegen.impl that implement AttributedObjectModifier and TypeClassDescriptionfinal class
class
An implementation of the AttributedObject interface.class
Main factory for creating statements.final class
final class
final class
Class used to generate a description of a class or interface.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.class
final class
final class
class
Base class for implementing various kinds of Nodes in the AST.final class
class
final class
final class
final class
final class
Methods in org.glassfish.pfl.dynamic.codegen.impl with parameters of type AttributedObjectModifier and TypeMethodDescriptionAttribute.get
(AttributedObject node) Attribute.getAttributes
(AttributedObject node) boolean
Attribute.isSet
(AttributedObject node) void
Attribute.set
(AttributedObject node, T arg)