Uses of Class
org.codehaus.janino.Java.ElementValuePair
Packages that use Java.ElementValuePair
Package
Description
The core of the Janino Java compiler.
Application-independent helper classes.
-
Uses of Java.ElementValuePair in org.codehaus.janino
Fields in org.codehaus.janino declared as Java.ElementValuePairModifier and TypeFieldDescriptionfinal Java.ElementValuePair[]
Java.NormalAnnotation.elementValuePairs
The element-value-pairs associated with this annotation.Methods in org.codehaus.janino that return Java.ElementValuePairModifier and TypeMethodDescriptionprivate Java.ElementValuePair
Parser.parseElementValuePair()
ElementValuePair := Identifier '=' ElementValueConstructors in org.codehaus.janino with parameters of type Java.ElementValuePairModifierConstructorDescriptionNormalAnnotation
(Java.ReferenceType type, Java.ElementValuePair[] elementValuePairs) -
Uses of Java.ElementValuePair in org.codehaus.janino.util
Methods in org.codehaus.janino.util that return Java.ElementValuePairModifier and TypeMethodDescriptionDeepCopier.copyElementValuePair
(Java.ElementValuePair subject) DeepCopier.copyElementValuePairs
(Java.ElementValuePair[] subject) Methods in org.codehaus.janino.util with parameters of type Java.ElementValuePairModifier and TypeMethodDescriptionDeepCopier.copyElementValuePair
(Java.ElementValuePair subject) DeepCopier.copyElementValuePairs
(Java.ElementValuePair[] subject)