public class JavadocTag extends Object
コンストラクタと説明 |
---|
JavadocTag(int aLine,
int aColumn,
String aTag)
Constructs the object.
|
JavadocTag(int aLine,
int aColumn,
String aTag,
String aArg1)
Constructs the object.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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-2013. All Rights Reserved.