|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.co.badgersinfoil.metaas.impl.antlr.LinkedListTokenSource
public class LinkedListTokenSource
| Constructor Summary | |
|---|---|
LinkedListTokenSource(org.antlr.runtime.TokenSource delegate)
|
|
| Method Summary | |
|---|---|
org.antlr.runtime.Token |
nextToken()
|
void |
setDelegate(org.antlr.runtime.TokenSource delegate)
Redefines the TokenSource to which this object delagates the task of token creation. |
void |
setLast(LinkedListToken tok)
Overrides the 'last' token which this object is remembering in order to build next/previous links. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LinkedListTokenSource(org.antlr.runtime.TokenSource delegate)
| Method Detail |
|---|
public org.antlr.runtime.Token nextToken()
nextToken in interface org.antlr.runtime.TokenSourcepublic void setDelegate(org.antlr.runtime.TokenSource delegate)
public void setLast(LinkedListToken tok)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||