public final class TagInfo extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
name
Name of the tag ("link", "see", etc).
|
private LineColumn |
position
Position of the tag in the given comment.
|
private java.lang.String |
value
Value of the tag.
|
| 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.
|
private final java.lang.String name
private final java.lang.String value
private final LineColumn position
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-2022. All Rights Reserved.