public class TokenizerResult extends Object
TokenizerResult(boolean found)
TokenizerResult(List<Token> tokens)
TokenizerResult(Token... tokens)
Token
first()
String
firstValue()
boolean
isFound()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TokenizerResult(Token... tokens)
public TokenizerResult(List<Token> tokens)
public TokenizerResult(boolean found)
public boolean isFound()
public Token first()
public String firstValue()
Copyright © 2017. All rights reserved.