站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

LexerRestartInfo (Lexer) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.lexer/2 1.19.0 1

org.netbeans.spi.lexer
Class LexerRestartInfo<T extends TokenId>

java.lang.Object
  extended by 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:

Method Summary
 Object getAttributeValue(Object key)
           
 LexerInput input()
           
 InputAttributes inputAttributes()
           
 LanguagePath languagePath()
           
 Object state()
           
 TokenFactory<T> tokenFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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)

org.netbeans.modules.lexer/2 1.19.0 1

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.