|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensolaris.opengrok.analysis.Definitions.Tag
public static class Definitions.Tag
Class that represents a single tag.
| Field Summary | |
|---|---|
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. |
| Constructor Summary | |
|---|---|
protected |
Definitions.Tag(int line,
java.lang.String symbol,
java.lang.String type,
java.lang.String text)
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int line
public final java.lang.String symbol
public final java.lang.String type
public final java.lang.String text
| Constructor Detail |
|---|
protected Definitions.Tag(int line,
java.lang.String symbol,
java.lang.String type,
java.lang.String text)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||