public final class TagInfo extends Object
| 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 String getName()
public String getValue()
public LineColumn getPosition()
Copyright © 2001–2018. All rights reserved.