public class JavadocTag extends Object
Constructor and Description |
---|
JavadocTag(int aLine,
int aColumn,
String aTag)
Constructs the object.
|
JavadocTag(int aLine,
int aColumn,
String aTag,
String aArg1)
Constructs the object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canReferenceImports() |
String |
getArg1() |
int |
getColumnNo() |
int |
getLineNo() |
String |
getTagName() |
boolean |
isAuthorTag() |
boolean |
isInheritDocTag() |
boolean |
isParamTag() |
boolean |
isReturnTag() |
boolean |
isSeeOrInheritDocTag() |
boolean |
isThrowsTag() |
String |
toString() |
public JavadocTag(int aLine, int aColumn, String aTag, String aArg1)
aLine
- the line number of the tagaColumn
- the column number of the tagaTag
- the tag stringaArg1
- the tag argumentpublic JavadocTag(int aLine, int aColumn, String aTag)
aLine
- the line number of the tagaColumn
- the column number of the tagaTag
- the tag stringpublic String getTagName()
public String getArg1()
public int getLineNo()
public int getColumnNo()
public boolean isAuthorTag()
public boolean isReturnTag()
public boolean isParamTag()
public boolean isThrowsTag()
public boolean isSeeOrInheritDocTag()
public boolean isInheritDocTag()
public boolean canReferenceImports()
Copyright © 2001-2012. All Rights Reserved.