public class GenParameter extends GenVariableElement implements VariableElement
| Modifier and Type | Field and Description |
|---|---|
static ElementKind |
kind |
| Constructor and Description |
|---|
GenParameter(Name simpleName,
TypeMirror type) |
GenParameter(String simpleName,
TypeMirror type) |
GenParameter(TypeMirror type) |
| Modifier and Type | Method and Description |
|---|---|
ElementKind |
getKind() |
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 GenParameter(TypeMirror type)
public GenParameter(Name simpleName, TypeMirror type)
public GenParameter(String simpleName, TypeMirror type)
public ElementKind getKind()
getKind in interface ElementgetKind in class GenElementCopyright © 2018. All rights reserved.