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

Syntax.StateInfo (Editor Library) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.lib/1 1.14.0 3

org.netbeans.editor
Interface Syntax.StateInfo

All Known Implementing Classes:
MultiSyntax.MultiStateInfo, Syntax.BaseStateInfo
Enclosing class:
Syntax

public static interface Syntax.StateInfo

Interface that stores two basic pieces of information about the state of the whole lexical analyzer - its internal state and preScan.


Method Summary
 int getPreScan()
          Get the preScan value
 int getState()
          Get the internal state
 void setPreScan(int preScan)
          Store the preScan value
 void setState(int state)
          Store the internal state
 

Method Detail

getState

int getState()
Get the internal state


setState

void setState(int state)
Store the internal state


getPreScan

int getPreScan()
Get the preScan value


setPreScan

void setPreScan(int preScan)
Store the preScan value


org.netbeans.modules.editor.lib/1 1.14.0 3

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