|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAptType
public class AptType
The AptType abstract class defines a base set of methods that are generally available for template usage on type declaration objects
Constructor Summary | |
---|---|
AptType()
|
Method Summary | |
---|---|
String |
getClassName()
Returns the fully qualified classname of this AptType |
String |
getFormalClassName()
Returns the class name and the names of any formal type parameters associated with the type. |
String |
getFormalShortName()
Returns the short name and the names of any formal type parameters associated with the type. |
String |
getFormalTypeParameterNames()
Returns the name of any formal type parameter names associated with the type declaration. |
String |
getFormalTypeParameters()
Returns the full formal type parameter declaration associated with the type declaration |
String |
getPackage()
Returns the base package name associated with the AptType |
String |
getShortName()
Returns the unqualified class name associated with the AptType |
TypeDeclaration |
getTypeDeclaration()
Returns the underlying type declaration name |
protected void |
setDeclaration(TypeDeclaration typeDecl)
Sets the TypeDeclaration associated with this AptType. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AptType()
Method Detail |
---|
protected void setDeclaration(TypeDeclaration typeDecl)
public String getClassName()
public String getPackage()
public String getShortName()
public String getFormalTypeParameters()
public String getFormalTypeParameterNames()
public String getFormalShortName()
public String getFormalClassName()
public TypeDeclaration getTypeDeclaration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |