| Constructor and Description |
|---|
TagInfo(String name,
String value,
LineColumn position)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Return name of tag.
|
LineColumn |
getPosition()
Return position of tag.
|
String |
getValue()
Return value of tag.
|
public TagInfo(String name, String value, LineColumn position)
name - The name of the tag.value - The value of the tag.position - The position of the tag in the comment.public LineColumn getPosition()
Copyright © 2001-2017. All Rights Reserved.