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

M-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

M

maxLookahead() - Method in class org.netbeans.spi.lexer.CharPreprocessor
Return maximum number of extra characters (not being part of the recognized sequence) that this preprocessor may look ahead in order to recognize the preprocessed character sequence.
maxOrdinal() - Method in class org.netbeans.api.lexer.Language
Get maximum ordinal of all the token ids that this language contains.
merge(Collection<T>, Collection<T>) - Method in class org.netbeans.api.lexer.Language
Merge two collections of token ids from this language into an efficient indexed set (the implementation similar to EnumSet).
mimePath() - Method in class org.netbeans.api.lexer.LanguagePath
Gets the mime path equivalent of this language path.
mimeType() - Method in class org.netbeans.api.lexer.Language
Gets the mime type of this language.
mimeType() - Method in class org.netbeans.spi.lexer.LanguageHierarchy
Gets the mime type of the language constructed from this language hierarchy.
modificationOffset() - Method in class org.netbeans.api.lexer.TokenHierarchyEvent
Get offset in the input source where the modification occurred.
move(int) - Method in class org.netbeans.api.lexer.TokenSequence
Move token sequence to be positioned between index-1 and index tokens where Token[index] either starts at offset or "contains" the offset.
moveEnd() - Method in class org.netbeans.api.lexer.TokenSequence
Move the token sequence to be positioned behind the last token.
moveIndex(int) - Method in class org.netbeans.api.lexer.TokenSequence
Position token sequence between index-1 and index tokens.
moveNext() - Method in class org.netbeans.api.lexer.TokenSequence
Move to the next token in this token sequence.
movePrevious() - Method in class org.netbeans.api.lexer.TokenSequence
Move to a previous token in this token sequence.
moveStart() - Method in class org.netbeans.api.lexer.TokenSequence
Move the token sequence to be positioned before the first token.
mutableInputSource() - Method in class org.netbeans.api.lexer.TokenHierarchy
Get mutable input source providing text over which this token hierarchy was constructed.
MutableTextInput<I> - Class in org.netbeans.spi.lexer
Mutable attributed character sequence allowing to listen for changes in its text.
MutableTextInput() - Constructor for class org.netbeans.spi.lexer.MutableTextInput
 

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.