Uses of Interface
org.jd.core.v1.model.javasyntax.reference.ElementValue
-
-
Uses of ElementValue in org.jd.core.v1.model.javasyntax.declaration
Fields in org.jd.core.v1.model.javasyntax.declaration declared as ElementValue Modifier and Type Field Description protected ElementValue
MethodDeclaration. defaultAnnotationValue
Methods in org.jd.core.v1.model.javasyntax.declaration that return ElementValue Modifier and Type Method Description ElementValue
MethodDeclaration. getDefaultAnnotationValue()
Constructors in org.jd.core.v1.model.javasyntax.declaration with parameters of type ElementValue Constructor Description MethodDeclaration(int flags, java.lang.String name, Type returnedType, java.lang.String descriptor, ElementValue defaultAnnotationValue)
MethodDeclaration(int flags, java.lang.String name, Type returnedType, BaseFormalParameter formalParameters, java.lang.String descriptor, ElementValue defaultAnnotationValue)
MethodDeclaration(BaseAnnotationReference annotationReferences, int flags, java.lang.String name, BaseTypeParameter typeParameters, Type returnedType, BaseFormalParameter formalParameters, BaseType exceptionTypes, java.lang.String descriptor, BaseStatement statements, ElementValue defaultAnnotationValue)
-
Uses of ElementValue in org.jd.core.v1.model.javasyntax.reference
Classes in org.jd.core.v1.model.javasyntax.reference that implement ElementValue Modifier and Type Class Description class
AnnotationElementValue
class
ElementValueArrayInitializerElementValue
class
ExpressionElementValue
Fields in org.jd.core.v1.model.javasyntax.reference declared as ElementValue Modifier and Type Field Description protected ElementValue
AnnotationReference. elementValue
protected ElementValue
ElementValuePair. elementValue
Methods in org.jd.core.v1.model.javasyntax.reference that return ElementValue Modifier and Type Method Description ElementValue
AnnotationReference. getElementValue()
ElementValue
ElementValuePair. getElementValue()
Constructors in org.jd.core.v1.model.javasyntax.reference with parameters of type ElementValue Constructor Description AnnotationReference(ObjectType type, ElementValue elementValue)
AnnotationReference(ObjectType type, ElementValue elementValue, BaseElementValuePair elementValuePairs)
ElementValuePair(java.lang.String name, ElementValue elementValue)
Constructor parameters in org.jd.core.v1.model.javasyntax.reference with type arguments of type ElementValue Constructor Description ElementValues(java.util.Collection<ElementValue> collection)
-
Uses of ElementValue in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration
Constructors in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration with parameters of type ElementValue Constructor Description ClassFileMethodDeclaration(ClassFileBodyDeclaration bodyDeclaration, ClassFile classFile, Method method, BaseAnnotationReference annotationReferences, java.lang.String name, BaseTypeParameter typeParameters, Type returnedType, BaseType parameterTypes, BaseType exceptionTypes, ElementValue defaultAnnotationValue, java.util.Map<java.lang.String,TypeArgument> bindings, java.util.Map<java.lang.String,BaseType> typeBounds, int firstLineNumber)
-
Uses of ElementValue in org.jd.core.v1.service.converter.classfiletojavasyntax.util
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.util declared as ElementValue Modifier and Type Field Description protected ElementValue
AnnotationConverter. elementValue
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util that return ElementValue Modifier and Type Method Description ElementValue
AnnotationConverter. convert(ElementValue ev)
-