getCurrentClass
public XClass getCurrentClass()
Peeks and return the current class from top of currentClassStack stack.
- The CurrentClass value
setCurrentClass(xjavadoc.XClass)
getCurrentClassTag
public static XTag getCurrentClassTag()
Gets the CurrentClassTag attribute of the DocletSupport class
- The CurrentClassTag value
getCurrentConstructor
public XConstructor getCurrentConstructor()
Returns current constructor.
- The CurrentConstructor value
setCurrentConstructor(xjavadoc.XConstructor)
getCurrentField
public XField getCurrentField()
Returns current field.
- The CurrentField value
setCurrentField(xjavadoc.XField)
getCurrentFieldTag
public static XTag getCurrentFieldTag()
Gets the CurrentFieldTag attribute of the DocletSupport field
- The CurrentFieldTag value
getCurrentMethod
public XMethod getCurrentMethod()
Returns current method.
- The CurrentMethod value
setCurrentMethod(xjavadoc.XMethod)
getCurrentMethodTag
public static XTag getCurrentMethodTag()
Gets the CurrentMethodTag attribute of the DocletSupport class
- The CurrentMethodTag value
getCurrentPackage
public XPackage getCurrentPackage()
Returns current package.
- The CurrentPackage value
setCurrentPackage(xjavadoc.XPackage)
getCurrentTag
public static XTag getCurrentTag()
This method is for backward compatiblity only. Method or Class Tag getter should be used instead.
- The CurrentTag value
isDocletGenerated
public static boolean isDocletGenerated(XClass clazz)
Returns true if the clazz generated by xdoclet. An xdoclet generated class has a class-level xdoclet-generated
tag.
clazz
- Description of Parameter
- The DocletGenerated value
popCurrentClass
public XClass popCurrentClass()
Popes current class from top currentClassStack stack. The poped class is no longer the current class.
- Description of the Returned Value
getCurrentClass()
, setCurrentClass(xjavadoc.XClass)
, pushCurrentClass(xjavadoc.XClass)
pushCurrentClass
public XClass pushCurrentClass(XClass clazz)
Pushes class clazz to top of currentClassStack stack, making it effectively the current class.
clazz
- Description of Parameter
- Description of the Returned Value
getCurrentClass()
, setCurrentClass(xjavadoc.XClass)
, popCurrentClass()
setCurrentClass
public void setCurrentClass(XClass clazz)
Sets current class to clazz by clearing currentClassStack stack and pushing clazz into top of it.
clazz
- The new CurrentClass value
getCurrentClass()
setCurrentClassTag
public static void setCurrentClassTag(XTag currentTag)
Sets the CurrentClassTag attribute of the DocletSupport class
currentTag
- The new CurrentClassTag value
setCurrentConstructor
public void setCurrentConstructor(XConstructor constructor)
Sets the CurrentConstructor attribute of the DocletSupport object
constructor
- The new CurrentConstructor value
setCurrentField
public void setCurrentField(XField field)
Sets the CurrentField attribute of the DocletSupport object
field
- The new CurrentField value
setCurrentFieldTag
public static void setCurrentFieldTag(XTag currentTag)
Sets the CurrentFieldTag attribute of the DocletSupport field
currentTag
- The new CurrentFieldTag value
setCurrentMethod
public void setCurrentMethod(XMethod method)
Sets the CurrentMethod attribute of the DocletSupport object
method
- The new CurrentMethod value
setCurrentMethodTag
public static void setCurrentMethodTag(XTag currentTag)
Sets the CurrentMethodTag attribute of the DocletSupport class
currentTag
- The new CurrentMethodTag value
setCurrentPackage
public void setCurrentPackage(XPackage pakkage)
Returns current package.
pakkage
- The new CurrentPackage value
setCurrentPackage(xjavadoc.XPackage)