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 interfaceExpressionInternalinterfaceNodeRepresents a node in the AST used to generate code.interfaceStatementinterfaceVariableInternalMethods in org.glassfish.pfl.dynamic.codegen.impl with parameters of type AttributedObject Modifier and Type Method Description TAttribute. get(AttributedObject node)static java.util.Set<Attribute<?>>Attribute. getAttributes(AttributedObject node)booleanAttribute. isSet(AttributedObject node)voidAttribute. set(AttributedObject node, T arg)
-