Uses of Interface
org.glassfish.pfl.dynamic.codegen.impl.AttributedObject
-
Packages that use AttributedObject Package Description org.glassfish.pfl.dynamic.codegen.impl -
-
Uses of AttributedObject in org.glassfish.pfl.dynamic.codegen.impl
Subinterfaces of AttributedObject in org.glassfish.pfl.dynamic.codegen.impl Modifier and Type Interface Description interface
ExpressionInternal
interface
Node
Represents a node in the AST used to generate code.interface
Statement
interface
VariableInternal
Methods in org.glassfish.pfl.dynamic.codegen.impl with parameters of type AttributedObject Modifier and Type Method Description T
Attribute. get(AttributedObject node)
static java.util.Set<Attribute<?>>
Attribute. getAttributes(AttributedObject node)
boolean
Attribute. isSet(AttributedObject node)
void
Attribute. set(AttributedObject node, T arg)
-