|
|||||||||
| Home >> All >> org >> gjt >> sp >> jedit >> [ syntax overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.gjt.sp.jedit.syntax
Class IDLTokenMarker

java.lang.Objectorg.gjt.sp.jedit.syntax.TokenMarker
org.gjt.sp.jedit.syntax.CTokenMarker
org.gjt.sp.jedit.syntax.IDLTokenMarker
- public class IDLTokenMarker
- extends CTokenMarker
IDL token marker.
- Version:
- $Id: IDLTokenMarker.java,v 1.1.1.1 2001/08/20 22:32:06 gfx Exp $
| Nested Class Summary |
| Nested classes inherited from class org.gjt.sp.jedit.syntax.TokenMarker |
TokenMarker.LineInfo |
| Field Summary | |
private static KeywordMap |
idlKeywords
|
| Fields inherited from class org.gjt.sp.jedit.syntax.CTokenMarker |
METHOD_DELIMITERS |
| Fields inherited from class org.gjt.sp.jedit.syntax.TokenMarker |
firstToken, lastLine, lastToken, length, lineInfo, nextLineRequested |
| Constructor Summary | |
IDLTokenMarker()
|
|
| Method Summary | |
static KeywordMap |
getKeywords()
|
| Methods inherited from class org.gjt.sp.jedit.syntax.CTokenMarker |
markTokensImpl |
| Methods inherited from class org.gjt.sp.jedit.syntax.TokenMarker |
addToken, addToken, deleteLines, ensureCapacity, getLineCount, getMaxLineWidth, insertLines, isNextLineRequested, markTokens, setLineWidth, supportsMultilineTokens |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
idlKeywords
private static KeywordMap idlKeywords
| Constructor Detail |
IDLTokenMarker
public IDLTokenMarker()
| Method Detail |
getKeywords
public static KeywordMap getKeywords()
|
|||||||||
| Home >> All >> org >> gjt >> sp >> jedit >> [ syntax overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC