Class ElementValueArrayValue
- java.lang.Object
-
- org.jd.core.v1.model.classfile.attribute.ElementValueArrayValue
-
- All Implemented Interfaces:
ElementValue
public class ElementValueArrayValue extends java.lang.Object implements ElementValue
-
-
Field Summary
Fields Modifier and Type Field Description protected ElementValue[]
values
-
Constructor Summary
Constructors Constructor Description ElementValueArrayValue(ElementValue[] values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(ElementValueVisitor visitor)
ElementValue[]
getValues()
-
-
-
Field Detail
-
values
protected ElementValue[] values
-
-
Constructor Detail
-
ElementValueArrayValue
public ElementValueArrayValue(ElementValue[] values)
-
-
Method Detail
-
getValues
public ElementValue[] getValues()
-
accept
public void accept(ElementValueVisitor visitor)
- Specified by:
accept
in interfaceElementValue
-
-