|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.editor.Mark
org.netbeans.editor.MarkFactory.SyntaxMark
public static class MarkFactory.SyntaxMark
Syntax mark holds info about scan state of syntax scanner. This helps in redraws because reparsing after insert/delete is done only from nearest left syntax mark. Moreover rescaning is done only until there are marks with different scan state. As soon as mark is found with same parsing info as rescanning scanner has, parsing ends.
Constructor Summary | |
---|---|
MarkFactory.SyntaxMark()
Deprecated. |
Method Summary | |
---|---|
Syntax.StateInfo |
getStateInfo()
Deprecated. Get state info of this mark |
TokenItem |
getTokenItem()
Deprecated. |
protected void |
removeUpdateAction(int pos,
int len)
Deprecated. When removal occurs |
void |
updateStateInfo(Syntax syntax)
Deprecated. |
Methods inherited from class org.netbeans.editor.Mark |
---|
compare, dispose, getBackwardBias, getBias, getInsertAfter, getLine, getOffset, isValid, remove, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MarkFactory.SyntaxMark()
Method Detail |
---|
public Syntax.StateInfo getStateInfo()
public void updateStateInfo(Syntax syntax)
public TokenItem getTokenItem()
protected void removeUpdateAction(int pos, int len)
removeUpdateAction
in class Mark
|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |