Class ClassFileEnumDeclaration.ClassFileConstant
java.lang.Object
org.jd.core.v1.model.javasyntax.declaration.EnumDeclaration.Constant
org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration.ClassFileEnumDeclaration.ClassFileConstant
- All Implemented Interfaces:
Declaration
- Enclosing class:
ClassFileEnumDeclaration
-
Field Summary
FieldsFields inherited from class org.jd.core.v1.model.javasyntax.declaration.EnumDeclaration.Constant
annotationReferences, arguments, bodyDeclaration, lineNumber, name
Fields inherited from interface org.jd.core.v1.model.javasyntax.declaration.Declaration
FLAG_ABSTRACT, FLAG_ANNOTATION, FLAG_BRIDGE, FLAG_DEFAULT, FLAG_ENUM, FLAG_FINAL, FLAG_INTERFACE, FLAG_MANDATED, FLAG_MODULE, FLAG_NATIVE, FLAG_OPEN, FLAG_PRIVATE, FLAG_PROTECTED, FLAG_PUBLIC, FLAG_STATIC, FLAG_STATIC_PHASE, FLAG_STRICT, FLAG_SUPER, FLAG_SYNCHRONIZED, FLAG_SYNTHETIC, FLAG_TRANSIENT, FLAG_TRANSITIVE, FLAG_VARARGS, FLAG_VOLATILE
-
Constructor Summary
ConstructorsConstructorDescriptionClassFileConstant
(int lineNumber, String name, int index, BaseExpression arguments, BodyDeclaration bodyDeclaration) -
Method Summary
Methods inherited from class org.jd.core.v1.model.javasyntax.declaration.EnumDeclaration.Constant
accept, getAnnotationReferences, getArguments, getBodyDeclaration, getLineNumber, getName, setArguments
-
Field Details
-
index
protected int index
-
-
Constructor Details
-
ClassFileConstant
public ClassFileConstant(int lineNumber, String name, int index, BaseExpression arguments, BodyDeclaration bodyDeclaration)
-
-
Method Details