protected abstract class TokenStream.TokenFactory extends Object implements TokenStream.Tokens
Modifier and Type | Field and Description |
---|---|
protected List<TokenStream.Token> |
tokens |
Modifier | Constructor and Description |
---|---|
protected |
TokenFactory() |
Modifier and Type | Method and Description |
---|---|
List<TokenStream.Token> |
getTokens() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addToken, addToken, addToken
protected final List<TokenStream.Token> tokens
public List<TokenStream.Token> getTokens()
Copyright © 2020 JBoss by Red Hat. All rights reserved.