public abstract class GenericDeclaration extends Object
| Constructor and Description |
|---|
GenericDeclaration(int access,
String name,
String signature) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getAccess() |
String |
getName() |
String |
getSignature() |
int |
hashCode() |
boolean |
isFinal() |
boolean |
isPrivate() |
boolean |
isProtected() |
boolean |
isPublic() |
boolean |
isStatic() |
public int getAccess()
public String getName()
public String getSignature()
public boolean isFinal()
public boolean isStatic()
public boolean isPublic()
public boolean isProtected()
public boolean isPrivate()
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.