public interface Identifiable<T extends Element> extends Annotable, Documentable, Accessible, Generifiable
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ModelVisitor visitor) |
Type |
asType() |
TypeMirror |
asTypeMirror() |
String |
getName() |
boolean |
isReservedIdentifier()
Returns whether the variable name is a reserved identifier or not
|
T |
unwrap() |
getAnnotation, getAnnotationMirrors, hasAnnotationgetJavaDocParameterSummary, getJavaDocSummary, getJavaDocTagContent, getThrowsComment, hasJavaDocTagisAbstract, isFinal, isPrivate, isProtected, isPublic, isStaticgetTypeArguments, getXmlDeclaredChilds, hasTypeArgumentsT unwrap()
TypeMirror asTypeMirror()
Type asType()
String getName()
boolean isReservedIdentifier()
void accept(ModelVisitor visitor)
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.