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

ExtSyntaxSupport.DeclarationTokenProcessor (Editor Library) - NetBeans API Javadoc (Current Development Version)

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

org.netbeans.editor.ext
Interface ExtSyntaxSupport.DeclarationTokenProcessor

All Superinterfaces:
TokenProcessor
Enclosing class:
ExtSyntaxSupport

public static interface ExtSyntaxSupport.DeclarationTokenProcessor
extends TokenProcessor

Token processor extended to get declaration position of the given variable.


Method Summary
 int getDeclarationPosition()
          Get the declaration position.
 
Methods inherited from interface org.netbeans.editor.TokenProcessor
eot, nextBuffer, token
 

Method Detail

getDeclarationPosition

int getDeclarationPosition()
Get the declaration position.


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.