Uses of Interface
org.jd.core.v1.model.javasyntax.reference.ElementValue
Packages that use ElementValue
Package
Description
-
Uses of ElementValue in org.jd.core.v1.model.javasyntax.declaration
Fields in org.jd.core.v1.model.javasyntax.declaration declared as ElementValueMethods in org.jd.core.v1.model.javasyntax.declaration that return ElementValueConstructors in org.jd.core.v1.model.javasyntax.declaration with parameters of type ElementValueModifierConstructorDescriptionMethodDeclaration
(int flags, String name, Type returnedType, String descriptor, ElementValue defaultAnnotationValue) MethodDeclaration
(int flags, String name, Type returnedType, BaseFormalParameter formalParameters, String descriptor, ElementValue defaultAnnotationValue) MethodDeclaration
(BaseAnnotationReference annotationReferences, int flags, String name, BaseTypeParameter typeParameters, Type returnedType, BaseFormalParameter formalParameters, BaseType exceptionTypes, 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 ElementValueModifier and TypeClassDescriptionclass
class
class
Fields in org.jd.core.v1.model.javasyntax.reference declared as ElementValueModifier and TypeFieldDescriptionprotected ElementValue
AnnotationReference.elementValue
protected ElementValue
ElementValuePair.elementValue
Methods in org.jd.core.v1.model.javasyntax.reference that return ElementValueModifier and TypeMethodDescriptionAnnotationReference.getElementValue()
ElementValuePair.getElementValue()
Constructors in org.jd.core.v1.model.javasyntax.reference with parameters of type ElementValueModifierConstructorDescriptionAnnotationReference
(ObjectType type, ElementValue elementValue) protected
AnnotationReference
(ObjectType type, ElementValue elementValue, BaseElementValuePair elementValuePairs) ElementValuePair
(String name, ElementValue elementValue) Constructor parameters in org.jd.core.v1.model.javasyntax.reference with type arguments of type ElementValue -
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 ElementValueModifierConstructorDescriptionClassFileMethodDeclaration
(ClassFileBodyDeclaration bodyDeclaration, ClassFile classFile, Method method, BaseAnnotationReference annotationReferences, String name, BaseTypeParameter typeParameters, Type returnedType, BaseType parameterTypes, BaseType exceptionTypes, ElementValue defaultAnnotationValue, Map<String, TypeArgument> bindings, Map<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 ElementValueMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.util that return ElementValue