|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.apt.mirror.declaration.DeclarationImpl
com.sun.tools.apt.mirror.declaration.ParameterDeclarationImpl
public class ParameterDeclarationImpl
Implementation of ParameterDeclaration
| Field Summary | |
|---|---|
protected Symbol.VarSymbol |
sym
|
| Fields inherited from class com.sun.tools.apt.mirror.declaration.DeclarationImpl |
|---|
env, identityFilter |
| Constructor Summary | |
|---|---|
ParameterDeclarationImpl(AptEnv env,
Symbol.VarSymbol sym)
|
|
| Method Summary | |
|---|---|
void |
accept(DeclarationVisitor v)
Applies a visitor to this declaration. |
boolean |
equals(java.lang.Object obj)
Tests whether an object represents the same declaration as this. |
TypeMirror |
getType()
Returns the type of this parameter. |
int |
hashCode()
|
java.lang.String |
toString()
Returns the simple name of the parameter. |
| Methods inherited from class com.sun.tools.apt.mirror.declaration.DeclarationImpl |
|---|
getAnnotation, getAnnotation, getAnnotationMirrors, getDocComment, getMembers, getModifiers, getPosition, getSimpleName |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.sun.mirror.declaration.Declaration |
|---|
getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName |
| Field Detail |
|---|
protected Symbol.VarSymbol sym
| Constructor Detail |
|---|
ParameterDeclarationImpl(AptEnv env,
Symbol.VarSymbol sym)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
ParameterDeclarationImpl overrides this implementation.
equals in interface Declarationequals in class DeclarationImplobj - the object to be compared with this declaration
public int hashCode()
ParameterDeclarationImpl overrides this implementation.
hashCode in class DeclarationImplpublic TypeMirror getType()
getType in interface ParameterDeclarationpublic void accept(DeclarationVisitor v)
accept in interface Declarationaccept in class DeclarationImplv - the visitor operating on this declaration
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||