Class FieldDeclaration
java.lang.Object
org.jd.core.v1.model.javasyntax.declaration.FieldDeclaration
- All Implemented Interfaces:
Iterable<MemberDeclaration>, BaseMemberDeclaration, Declaration, MemberDeclaration, Base<MemberDeclaration>
- Direct Known Subclasses:
ClassFileFieldDeclaration
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BaseAnnotationReferenceprotected BaseFieldDeclaratorprotected intprotected TypeFields inherited from interface 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
ConstructorsConstructorDescriptionFieldDeclaration(int flags, Type type, BaseFieldDeclarator fieldDeclarators) FieldDeclaration(BaseAnnotationReference annotationReferences, int flags, Type type, BaseFieldDeclarator fieldDeclarators) -
Method Summary
Methods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
annotationReferences
-
flags
protected int flags -
type
-
fieldDeclarators
-
-
Constructor Details
-
FieldDeclaration
-
FieldDeclaration
public FieldDeclaration(BaseAnnotationReference annotationReferences, int flags, Type type, BaseFieldDeclarator fieldDeclarators)
-
-
Method Details
-
getFlags
public int getFlags() -
getAnnotationReferences
-
getType
-
getFieldDeclarators
-
equals
-
hashCode
-
accept
- Specified by:
acceptin interfaceDeclaration
-
toString
-