Class ElementValuePrimitiveType
java.lang.Object
org.jd.core.v1.model.classfile.attribute.ElementValuePrimitiveType
- All Implemented Interfaces:
ElementValue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ElementValueVisitor visitor) <T extends ConstantValue>
Tint
getType()
-
Field Details
-
type
protected int type -
constValue
-
-
Constructor Details
-
ElementValuePrimitiveType
-
-
Method Details
-
getType
public int getType() -
getConstValue
-
accept
- Specified by:
accept
in interfaceElementValue
-