public static class Definitions.Tag
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
int |
line
Line number of the tag.
|
java.lang.String |
symbol
The symbol used in the definition.
|
java.lang.String |
text
The full line on which the definition occurs.
|
java.lang.String |
type
The type of the tag.
|
Modifier | Constructor and Description |
---|---|
protected |
Definitions.Tag(int line,
java.lang.String symbol,
java.lang.String type,
java.lang.String text) |