public class GenField extends GenVariableElement implements VariableElement
| Modifier and Type | Field and Description |
|---|---|
static ElementKind |
kind |
| Constructor and Description |
|---|
GenField(Name simpleName,
TypeMirror type) |
GenField(String simpleName,
TypeMirror type) |
GenField(TypeMirror type) |
| Modifier and Type | Method and Description |
|---|---|
CodeBody |
getConstantExpr() |
ElementKind |
getKind() |
CodeBody |
setConstantExpr(CodeBody constantExpr) |
asType, getConstantValue, resolveContainedTypeVariables, setConstantValue, setType, toStringaccept, add, addAnnotationMirror, addEnclosedElement, addModifier, enclosedElementComparator, enclosingParameterizable, getAnnotationMirrors, getComment, getEnclosedElements, getEnclosingElement, getModifiers, getSimpleName, removeAnnotationMirror, removeEnclosedElement, removeModifier, setAnnotationMirrors, setComment, setEnclosedElements, setEnclosingElement, setModifiers, setSimpleName, setSimpleName, setVisibilitygetAnnotation, getAnnotationsByTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetConstantValue, getEnclosingElement, getSimpleNameaccept, asType, equals, getAnnotation, getAnnotationMirrors, getEnclosedElements, getModifiers, hashCodegetAnnotationsByTypepublic static final ElementKind kind
public GenField(TypeMirror type)
public GenField(Name simpleName, TypeMirror type)
public GenField(String simpleName, TypeMirror type)
public CodeBody getConstantExpr()
public ElementKind getKind()
getKind in interface ElementgetKind in class GenElementCopyright © 2018. All rights reserved.