public class NattyTokenSource extends Object implements org.antlr.runtime.TokenSource
| Constructor and Description |
|---|
NattyTokenSource(List<org.antlr.runtime.Token> tokens) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSourceName() |
List<org.antlr.runtime.Token> |
getTokens() |
org.antlr.runtime.Token |
nextToken() |
public NattyTokenSource(List<org.antlr.runtime.Token> tokens)
public org.antlr.runtime.Token nextToken()
nextToken in interface org.antlr.runtime.TokenSourcepublic String getSourceName()
getSourceName in interface org.antlr.runtime.TokenSourcepublic List<org.antlr.runtime.Token> getTokens()
Copyright © 2015. All rights reserved.