|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Syntax.StateInfo | |
---|---|
org.netbeans.editor | |
org.netbeans.editor.ext | Completion Design View |
Uses of Syntax.StateInfo in org.netbeans.editor |
---|
Classes in org.netbeans.editor that implement Syntax.StateInfo | |
---|---|
static class |
Syntax.BaseStateInfo
Base implementation of the StateInfo interface |
Methods in org.netbeans.editor that return Syntax.StateInfo | |
---|---|
Syntax.StateInfo |
Syntax.createStateInfo()
Create state info appropriate for particular analyzer |
Syntax.StateInfo |
MarkFactory.SyntaxMark.getStateInfo()
Deprecated. Get state info of this mark |
Methods in org.netbeans.editor with parameters of type Syntax.StateInfo | |
---|---|
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. |
Uses of Syntax.StateInfo in org.netbeans.editor.ext |
---|
Classes in org.netbeans.editor.ext that implement Syntax.StateInfo | |
---|---|
static class |
MultiSyntax.MultiStateInfo
Class that can contain any number of the additional state infos from other syntaxes. |
Methods in org.netbeans.editor.ext that return Syntax.StateInfo | |
---|---|
Syntax.StateInfo |
MultiSyntax.createStateInfo()
|
Methods in org.netbeans.editor.ext with parameters of type Syntax.StateInfo | |
---|---|
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. |
|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |