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

P-Index (Lexer) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.lexer/2 1.19.0 1
A B C D E F G H I J L M N O P R S T V

P

PartType - Enum in org.netbeans.api.lexer
Whether Token represents a complete token or just a part of a complete token.
partType() - Method in class org.netbeans.api.lexer.Token
Check whether this token represents a complete token or whether it's a part of a complete token.
preprocessChar() - Method in class org.netbeans.spi.lexer.CharPreprocessor
Preprocess at least one character of the input.
preprocessedText() - Method in class org.netbeans.api.lexer.Token
Get a text of this token as it was preprocessed by a character preprocessor (e.g.
preprocessError() - Method in class org.netbeans.api.lexer.Token
Get an description of the error that occurred during preprocessing of the token's characters.
preprocessErrorIndex() - Method in class org.netbeans.api.lexer.Token
Get the index relative to the token's begining (in the original input text) of where the preprocessor error has occurred.
primaryCategory() - Method in interface org.netbeans.api.lexer.TokenId
Get name of primary token category into which this token belongs.
PROP_EMBEDDED_LANGUAGE - Static variable in class org.netbeans.spi.lexer.LanguageProvider
The name of the property, which should be fired when the embedded language to Language mapping changes.
PROP_LANGUAGE - Static variable in class org.netbeans.spi.lexer.LanguageProvider
The name of the property, which should be fired when the mime paths to Language mapping changes.

org.netbeans.modules.lexer/2 1.19.0 1
A B C D E F G H I J L M N O P R S T V
Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.