Package | Description |
---|---|
org.netbeans.editor | |
org.netbeans.editor.ext |
Completion Design View
|
Modifier and Type | Class and Description |
---|---|
static class |
Syntax.BaseStateInfo
Base implementation of the StateInfo interface
|
Modifier and Type | Method and Description |
---|---|
Syntax.StateInfo |
Syntax.createStateInfo()
Create state info appropriate for particular analyzer
|
Syntax.StateInfo |
MarkFactory.SyntaxMark.getStateInfo()
Deprecated.
Get state info of this mark
|
Modifier and Type | Method and Description |
---|---|
int |
Syntax.compareState(Syntax.StateInfo stateInfo)
Compare state of this analyzer to given state info
|
void |
Syntax.load(Syntax.StateInfo stateInfo,
char[] buffer,
int offset,
int len,
boolean lastBuffer,
int stopPosition)
Load the state from syntax mark into analyzer.
|
void |
Syntax.loadState(Syntax.StateInfo stateInfo)
Load valid mark state into the analyzer.
|
void |
Syntax.storeState(Syntax.StateInfo stateInfo)
Store state of this analyzer into given mark state.
|
Modifier and Type | Class and Description |
---|---|
static class |
MultiSyntax.MultiStateInfo
Class that can contain any number of the additional state infos from
other syntaxes.
|
Modifier and Type | Method and Description |
---|---|
Syntax.StateInfo |
MultiSyntax.createStateInfo() |
Modifier and Type | Method and Description |
---|---|
int |
MultiSyntax.compareState(Syntax.StateInfo stateInfo)
Compare state of this analyzer to given state info.
|
void |
MultiSyntax.load(Syntax.StateInfo stateInfo,
char[] buffer,
int offset,
int len,
boolean lastBuffer,
int stopPosition) |
void |
MultiSyntax.storeState(Syntax.StateInfo stateInfo)
Store state of this analyzer into given mark state.
|
Built on January 23 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.