public final class TagInfo extends java.lang.Object
| Constructor and Description |
|---|
TagInfo(java.lang.String name,
java.lang.String value,
LineColumn position)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Return name of tag.
|
LineColumn |
getPosition()
Return position of tag.
|
java.lang.String |
getValue()
Return value of tag.
|
public TagInfo(java.lang.String name, java.lang.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 java.lang.String getName()
public java.lang.String getValue()
public LineColumn getPosition()
Copyright © 2001-2020. All Rights Reserved.