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

KeywordMatchGenerator (Editor Library) - NetBeans API Javadoc (Current Development Version)

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

org.netbeans.editor.ext
Class KeywordMatchGenerator

java.lang.Object
  extended by org.netbeans.editor.ext.KeywordMatchGenerator

public class KeywordMatchGenerator
extends Object

Generator of code used for matching the keywords or more generally some group of words.


Field Summary
static String IGNORE_CASE
           
static String USE_STRING
           
 
Constructor Summary
KeywordMatchGenerator()
           
 
Method Summary
 void addOption(String option)
           
protected  void appendString(String s)
           
protected  void finishScan()
           
protected  String getCurrentChar()
           
protected  String getKwdConstant(String kwd)
           
protected  String getKwdConstantPrefix()
           
protected  void initScan(String methodName)
           
static void main(String[] args)
          Main method
 void scan()
           
protected  boolean upperCaseKeyConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IGNORE_CASE

public static final String IGNORE_CASE
See Also:
Constant Field Values

USE_STRING

public static final String USE_STRING
See Also:
Constant Field Values
Constructor Detail

KeywordMatchGenerator

public KeywordMatchGenerator()
Method Detail

initScan

protected void initScan(String methodName)

scan

public void scan()

finishScan

protected void finishScan()

addOption

public void addOption(String option)

getKwdConstantPrefix

protected String getKwdConstantPrefix()

getKwdConstant

protected String getKwdConstant(String kwd)

upperCaseKeyConstants

protected boolean upperCaseKeyConstants()

getCurrentChar

protected String getCurrentChar()

appendString

protected void appendString(String s)

main

public static void main(String[] args)
Main method


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.