public interface MField extends JField, MMember
Mutable version of JField.
Modifier and Type | Method and Description |
---|---|
void |
setType(JClass type) |
void |
setType(java.lang.String typeName) |
void |
setUnqualifiedType(java.lang.String typeName) |
getQualifiedName, getType, isFinal, isStatic, isTransient, isVolatile
setModifiers
addLiteralAnnotation, createComment, findOrCreateAnnotation, getMutableAnnotation, getMutableAnnotations, getMutableComment, removeComment
accept, createSourcePosition, getClassLoader, getMutableSourcePosition, removeSourcePosition, setArtifact, setSimpleName
getContainingClass, getModifiers, isPackagePrivate, isPrivate, isProtected, isPublic
getAllJavadocTags, getAnnotation, getAnnotation, getAnnotations, getAnnotationValue, getComment
accept, getArtifact, getParent, getSimpleName, getSourcePosition, isSourceAvailable, toString
void setType(java.lang.String typeName)
void setUnqualifiedType(java.lang.String typeName)
void setType(JClass type)