|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjodd.lagarto.LagartoLexer.Position
public static class LagartoLexer.Position
Current position.
| Field Summary | |
|---|---|
int |
column
|
int |
line
|
int |
offset
|
| Constructor Summary | |
|---|---|
LagartoLexer.Position(int offset)
|
|
LagartoLexer.Position(int line,
int column)
|
|
LagartoLexer.Position(int offset,
int line,
int column)
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int offset
public int line
public int column
| Constructor Detail |
|---|
public LagartoLexer.Position(int offset,
int line,
int column)
public LagartoLexer.Position(int line,
int column)
public LagartoLexer.Position(int offset)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||