public abstract class GenVariableElement extends GenElement implements VariableElement
| Constructor and Description |
|---|
GenVariableElement(Name simpleName,
TypeMirror type) |
GenVariableElement(String simpleName,
TypeMirror type) |
GenVariableElement(TypeMirror type) |
| Modifier and Type | Method and Description |
|---|---|
TypeMirror |
asType() |
Object |
getConstantValue() |
void |
resolveContainedTypeVariables(GenParameterizable parameterizable)
Resolves the type variables of this element in the context of the given ParameterizableElement
|
void |
setConstantValue(Object constantValue) |
void |
setType(TypeMirror type) |
String |
toString() |
accept, add, addAnnotationMirror, addEnclosedElement, addModifier, enclosedElementComparator, enclosingParameterizable, getAnnotationMirrors, getComment, getEnclosedElements, getEnclosingElement, getKind, getModifiers, getSimpleName, removeAnnotationMirror, removeEnclosedElement, removeModifier, setAnnotationMirrors, setComment, setEnclosedElements, setEnclosingElement, setModifiers, setSimpleName, setSimpleName, setVisibilitygetAnnotation, getAnnotationsByTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEnclosingElement, getSimpleNameaccept, equals, getAnnotation, getAnnotationMirrors, getEnclosedElements, getKind, getModifiers, hashCodegetAnnotationsByTypepublic GenVariableElement(TypeMirror type)
public GenVariableElement(Name simpleName, TypeMirror type)
public GenVariableElement(String simpleName, TypeMirror type)
public TypeMirror asType()
asType in interface ElementasType in class GenElementpublic void setType(TypeMirror type)
public void resolveContainedTypeVariables(GenParameterizable parameterizable)
GenElementresolveContainedTypeVariables in class GenElementpublic Object getConstantValue()
getConstantValue in interface VariableElementpublic void setConstantValue(Object constantValue)
Copyright © 2018. All rights reserved.