当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
LexerRestartInfo (Lexer) - NetBeans API Javadoc (Current Development Version)
org.netbeans.spi.lexer
Class LexerRestartInfo<T extends TokenId>
java.lang.Object
org.netbeans.spi.lexer.LexerRestartInfo<T>
public final class LexerRestartInfo<T extends TokenId>
- extends Object
Lexer restart info contains all the necessary information for restarting
of a lexer mainly the lexer input, state and token factory.
- Since:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
input
public LexerInput input()
tokenFactory
public TokenFactory<T> tokenFactory()
state
public Object state()
languagePath
public LanguagePath languagePath()
inputAttributes
public InputAttributes inputAttributes()
getAttributeValue
public Object getAttributeValue(Object key)