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

SyntaxUpdateTokens.TokenInfo (Editor Library) - NetBeans API Javadoc (Current Development Version)

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

org.netbeans.editor
Class SyntaxUpdateTokens.TokenInfo

java.lang.Object
  extended by org.netbeans.editor.SyntaxUpdateTokens.TokenInfo
Enclosing class:
SyntaxUpdateTokens

public class SyntaxUpdateTokens.TokenInfo
extends Object


Constructor Summary
SyntaxUpdateTokens.TokenInfo(TokenID id, TokenContextPath contextPath, int offset, int length)
           
 
Method Summary
 TokenContextPath getContextPath()
           
 TokenID getID()
           
 int getLength()
           
 int getOffset()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SyntaxUpdateTokens.TokenInfo

public SyntaxUpdateTokens.TokenInfo(TokenID id,
                                    TokenContextPath contextPath,
                                    int offset,
                                    int length)
Method Detail

getID

public final TokenID getID()

getContextPath

public final TokenContextPath getContextPath()

getOffset

public final int getOffset()

getLength

public int getLength()

toString

public String toString()
Overrides:
toString in class Object

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.