Skip navigation links
A C D E F G H I K L M N O P R S T X 

A

action - Variable in class to.etc.syntaxer.ParserRule
 
ACTION_HINTS - Static variable in class to.etc.syntaxer.ParserRule
 
add(String, byte) - Method in class to.etc.syntaxer.KeywordMap
Adds a key-value mapping.
add(char[], byte) - Method in class to.etc.syntaxer.KeywordMap
Adds a key-value mapping.
add(KeywordMap) - Method in class to.etc.syntaxer.KeywordMap
Adds the content of another keyword map to this one.
addRule(ParserRule) - Method in class to.etc.syntaxer.ParserRuleSet
 
addRuleSet(ParserRuleSet) - Method in class to.etc.syntaxer.ParserRuleSet
Adds all rules contained in the given ruleset.
addRuleSet(ParserRuleSet) - Method in class to.etc.syntaxer.TokenMarker
 
AT_LINE_START - Static variable in class to.etc.syntaxer.ParserRule
 
AT_WHITESPACE_END - Static variable in class to.etc.syntaxer.ParserRule
 
AT_WORD_START - Static variable in class to.etc.syntaxer.ParserRule
 
attribute(String, String, boolean) - Method in class to.etc.syntaxer.HandlerBase
Handle an attribute assignment.
attribute(String, String, boolean) - Method in interface to.etc.syntaxer.XmlHandler
Attribute.
attribute(String, String, boolean) - Method in class to.etc.syntaxer.XModeHandler
 
ATTRIBUTE_CDATA - Static variable in class to.etc.syntaxer.XmlParser
Constant: the attribute value is a string value.
ATTRIBUTE_DEFAULT_FIXED - Static variable in class to.etc.syntaxer.XmlParser
Constant: the attribute was declared #FIXED.
ATTRIBUTE_DEFAULT_IMPLIED - Static variable in class to.etc.syntaxer.XmlParser
Constant: the attribute was declared #IMPLIED.
ATTRIBUTE_DEFAULT_REQUIRED - Static variable in class to.etc.syntaxer.XmlParser
Constant: the attribute was declared #REQUIRED.
ATTRIBUTE_DEFAULT_SPECIFIED - Static variable in class to.etc.syntaxer.XmlParser
Constant: the attribute has a literal default value specified.
ATTRIBUTE_DEFAULT_UNDECLARED - Static variable in class to.etc.syntaxer.XmlParser
Constant: the attribute is not declared.
ATTRIBUTE_ENTITIES - Static variable in class to.etc.syntaxer.XmlParser
Constant: the attribute value is a list of entity names.
ATTRIBUTE_ENTITY - Static variable in class to.etc.syntaxer.XmlParser
Constant: the attribute value is the name of an entity.
ATTRIBUTE_ENUMERATED - Static variable in class to.etc.syntaxer.XmlParser
Constant: the attribute value is a token from an enumeration.
ATTRIBUTE_ID - Static variable in class to.etc.syntaxer.XmlParser
Constant: the attribute value is a unique identifier.
ATTRIBUTE_IDREF - Static variable in class to.etc.syntaxer.XmlParser
Constant: the attribute value is a reference to a unique identifier.
ATTRIBUTE_IDREFS - Static variable in class to.etc.syntaxer.XmlParser
Constant: the attribute value is a list of ID references.
ATTRIBUTE_NMTOKEN - Static variable in class to.etc.syntaxer.XmlParser
Constant: the attribute value is a name token.
ATTRIBUTE_NMTOKENS - Static variable in class to.etc.syntaxer.XmlParser
Constant: the attribute value is a list of name tokens.
ATTRIBUTE_NOTATION - Static variable in class to.etc.syntaxer.XmlParser
Constant: the attribute is the name of a notation.
ATTRIBUTE_UNDECLARED - Static variable in class to.etc.syntaxer.XmlParser
Constant: the attribute has not been declared for this element type.

C

charAt(int) - Method in class to.etc.syntaxer.CharIndexedSegment
 
charData(char[], int, int) - Method in class to.etc.syntaxer.HandlerBase
Handle character data.
charData(char[], int, int) - Method in interface to.etc.syntaxer.XmlHandler
Character data.
charData(char[], int, int) - Method in class to.etc.syntaxer.XModeHandler
 
CharIndexedSegment - Class in to.etc.syntaxer
Lets gnu.regexp search within Segment objects.
CharIndexedSegment(Segment, int) - Constructor for class to.etc.syntaxer.CharIndexedSegment
Creates a new CharIndexedSegment.
CharIndexedSegment(Segment, boolean) - Constructor for class to.etc.syntaxer.CharIndexedSegment
Creates a new CharIndexedSegment.
clone() - Method in class to.etc.syntaxer.TokenMarker.LineContext
 
colorize(String, String, int, Appendable) - Method in class to.etc.syntaxer.Colorizer
 
Colorizer - Class in to.etc.syntaxer
QD thingy to color-code syntax.
Colorizer() - Constructor for class to.etc.syntaxer.Colorizer
 
Colorizer.Mode - Class in to.etc.syntaxer
 
COMMENT1 - Static variable in class to.etc.syntaxer.Token
 
COMMENT2 - Static variable in class to.etc.syntaxer.Token
 
COMMENT3 - Static variable in class to.etc.syntaxer.Token
 
COMMENT4 - Static variable in class to.etc.syntaxer.Token
 
CONTENT_ANY - Static variable in class to.etc.syntaxer.XmlParser
Constant: the element has a content model of ANY.
CONTENT_ELEMENTS - Static variable in class to.etc.syntaxer.XmlParser
Constant: the element has element content.
CONTENT_EMPTY - Static variable in class to.etc.syntaxer.XmlParser
Constant: the element has declared content of EMPTY.
CONTENT_MIXED - Static variable in class to.etc.syntaxer.XmlParser
Constant: the element has mixed content.
CONTENT_UNDECLARED - Static variable in class to.etc.syntaxer.XmlParser
Constant: an element has not been declared.
createEOLSpanRule(int, String, ParserRuleSet, byte, boolean) - Static method in class to.etc.syntaxer.ParserRule
 
createEscapeRule(String) - Static method in class to.etc.syntaxer.ParserRule
 
createMarkFollowingRule(int, String, byte, boolean) - Static method in class to.etc.syntaxer.ParserRule
 
createMarkPreviousRule(int, String, byte, boolean) - Static method in class to.etc.syntaxer.ParserRule
 
createRegexpEOLSpanRule(char, int, String, ParserRuleSet, byte, boolean, boolean) - Static method in class to.etc.syntaxer.ParserRule
 
createRegexpSequenceRule(char, int, String, ParserRuleSet, byte, boolean) - Static method in class to.etc.syntaxer.ParserRule
 
createRegexpSpanRule(char, int, String, int, String, ParserRuleSet, byte, boolean, boolean, boolean, boolean, boolean) - Static method in class to.etc.syntaxer.ParserRule
 
createSequenceRule(int, String, ParserRuleSet, byte) - Static method in class to.etc.syntaxer.ParserRule
 
createSpanRule(int, String, int, String, ParserRuleSet, byte, boolean, boolean, boolean, boolean) - Static method in class to.etc.syntaxer.ParserRule
 

D

declaredAttributes(String) - Method in class to.etc.syntaxer.XmlParser
Get the declared attributes for an element type.
declaredElements() - Method in class to.etc.syntaxer.XmlParser
Get the declared elements for an XML document.
declaredEntities() - Method in class to.etc.syntaxer.XmlParser
Get declared entities.
declaredNotations() - Method in class to.etc.syntaxer.XmlParser
Get declared notations.
delegate - Variable in class to.etc.syntaxer.ParserRule
 
DIGIT - Static variable in class to.etc.syntaxer.Token
 
doctypeDecl(String, String, String) - Method in class to.etc.syntaxer.HandlerBase
Handle a document type declaration.
doctypeDecl(String, String, String) - Method in interface to.etc.syntaxer.XmlHandler
Document type declaration.
doctypeDecl(String, String, String) - Method in class to.etc.syntaxer.XModeHandler
 

E

end - Variable in class to.etc.syntaxer.ParserRule
 
END - Static variable in class to.etc.syntaxer.Token
 
endDocument() - Method in class to.etc.syntaxer.HandlerBase
Handle the end of the document.
endDocument() - Method in interface to.etc.syntaxer.XmlHandler
End the document.
endDocument() - Method in class to.etc.syntaxer.XModeHandler
 
endElement(String) - Method in class to.etc.syntaxer.HandlerBase
Handle the end of an element.
endElement(String) - Method in interface to.etc.syntaxer.XmlHandler
End an element.
endElement(String) - Method in class to.etc.syntaxer.XModeHandler
 
endExternalEntity(String) - Method in class to.etc.syntaxer.HandlerBase
Handle the end of an external entity.
endExternalEntity(String) - Method in interface to.etc.syntaxer.XmlHandler
End an external entity.
endPosMatch - Variable in class to.etc.syntaxer.ParserRule
 
ENTITY_INTERNAL - Static variable in class to.etc.syntaxer.XmlParser
Constant: the entity is internal.
ENTITY_NDATA - Static variable in class to.etc.syntaxer.XmlParser
Constant: the entity is external, non-XML data.
ENTITY_TEXT - Static variable in class to.etc.syntaxer.XmlParser
Constant: the entity is external XML data.
ENTITY_UNDECLARED - Static variable in class to.etc.syntaxer.XmlParser
Constant: the entity has not been declared.
EOL_SPAN - Static variable in class to.etc.syntaxer.ParserRule
 
equals(Object) - Method in class to.etc.syntaxer.TokenMarker.LineContext
 
error(String, String, int, int) - Method in class to.etc.syntaxer.HandlerBase
Throw an exception for a fatal error.
error(String, String, int, int) - Method in interface to.etc.syntaxer.XmlHandler
Fatal XML parsing error.
error(String, Object) - Method in class to.etc.syntaxer.XModeHandler
Reports an error.
EXCLUDE_MATCH - Static variable in class to.etc.syntaxer.ParserRule
 

F

flush() - Method in class to.etc.syntaxer.HtmlColorizer
 
FUNCTION - Static variable in class to.etc.syntaxer.Token
 

G

getAttributeDefaultValue(String, String) - Method in class to.etc.syntaxer.XmlParser
Retrieve the default value of a declared attribute.
getAttributeDefaultValueType(String, String) - Method in class to.etc.syntaxer.XmlParser
Retrieve the default value type of a declared attribute.
getAttributeEnumeration(String, String) - Method in class to.etc.syntaxer.XmlParser
Retrieve the allowed values for an enumerated attribute type.
getAttributeExpandedValue(String, String) - Method in class to.etc.syntaxer.XmlParser
Retrieve the expanded value of a declared attribute.
getAttributeType(String, String) - Method in class to.etc.syntaxer.XmlParser
Retrieve the declared type of an attribute.
getBackgroundColor() - Method in class to.etc.syntaxer.SyntaxStyle
Returns the background color.
getCharWidth() - Method in class to.etc.syntaxer.SyntaxStyle
Returns the character width of the monospaced font.
getColumn() - Method in exception to.etc.syntaxer.XmlException
Get the column number containing the error.
getColumnNumber() - Method in class to.etc.syntaxer.XmlParser
Return the current column number.
getDefault() - Method in class to.etc.syntaxer.ParserRuleSet
 
getDigitRegexp() - Method in class to.etc.syntaxer.ParserRuleSet
 
getElementContentModel(String) - Method in class to.etc.syntaxer.XmlParser
Look up the content model of an element.
getElementContentType(String) - Method in class to.etc.syntaxer.XmlParser
Look up the content type of an element.
getEntityNotationName(String) - Method in class to.etc.syntaxer.XmlParser
Get the notation name associated with an NDATA entity.
getEntityPublicId(String) - Method in class to.etc.syntaxer.XmlParser
Return an external entity's public identifier, if any.
getEntitySystemId(String) - Method in class to.etc.syntaxer.XmlParser
Return an external entity's system identifier.
getEntityType(String) - Method in class to.etc.syntaxer.XmlParser
Find the type of an entity.
getEntityValue(String) - Method in class to.etc.syntaxer.XmlParser
Return the value of an internal entity.
getEscapeRule() - Method in class to.etc.syntaxer.ParserRuleSet
 
getFont() - Method in class to.etc.syntaxer.SyntaxStyle
Returns the style font.
getForegroundColor() - Method in class to.etc.syntaxer.SyntaxStyle
Returns the text color.
getHighlightDigits() - Method in class to.etc.syntaxer.ParserRuleSet
 
getIgnoreCase() - Method in class to.etc.syntaxer.KeywordMap
Returns true if the keyword map is set to be case insensitive, false otherwise.
getIgnoreCase() - Method in class to.etc.syntaxer.ParserRuleSet
 
getKeywords() - Method in class to.etc.syntaxer.KeywordMap
Returns an array containing all keywords in this keyword map.
getKeywords() - Method in class to.etc.syntaxer.ParserRuleSet
 
getLine() - Method in exception to.etc.syntaxer.XmlException
Get the line number containing the error.
getLineNumber() - Method in class to.etc.syntaxer.XmlParser
Return the current line number.
getMainRuleSet() - Method in class to.etc.syntaxer.TokenMarker
 
getMessage() - Method in exception to.etc.syntaxer.XmlException
Get the error message from the parser.
getMode(String) - Static method in class to.etc.syntaxer.Colorizer
 
getModeForExtension(String) - Static method in class to.etc.syntaxer.Colorizer
 
getModeName() - Method in class to.etc.syntaxer.ParserRuleSet
 
getModeProperties() - Method in class to.etc.syntaxer.XModeHandler
 
getName() - Method in class to.etc.syntaxer.Colorizer.Mode
 
getName() - Method in class to.etc.syntaxer.ParserRuleSet
 
getNonAlphaNumericChars() - Method in class to.etc.syntaxer.KeywordMap
Returns all non-alphanumeric characters that appear in the keywords of this keyword map.
getNotationPublicId(String) - Method in class to.etc.syntaxer.XmlParser
Look up the public identifier for a notation.
getNotationSystemId(String) - Method in class to.etc.syntaxer.XmlParser
Look up the system identifier for a notation.
getNoWordSep() - Method in class to.etc.syntaxer.ParserRuleSet
 
getProperties() - Method in class to.etc.syntaxer.Colorizer.Mode
 
getProperties() - Method in class to.etc.syntaxer.ParserRuleSet
 
getRuleCount() - Method in class to.etc.syntaxer.ParserRuleSet
 
getRules(char) - Method in class to.etc.syntaxer.ParserRuleSet
 
getRuleSet(String) - Method in class to.etc.syntaxer.TokenMarker
 
getRuleSets() - Method in class to.etc.syntaxer.TokenMarker
 
getSegmentMapKey(Segment, int, int) - Method in class to.etc.syntaxer.KeywordMap
 
getSetName() - Method in class to.etc.syntaxer.ParserRuleSet
 
getStandardRuleSet(byte) - Static method in class to.etc.syntaxer.ParserRuleSet
Returns a parser rule set that highlights everything with the specified token type.
getSystemId() - Method in exception to.etc.syntaxer.XmlException
Get the URI of the entity containing the error.
getTerminateChar() - Method in class to.etc.syntaxer.ParserRuleSet
 
getTokenMarker() - Method in class to.etc.syntaxer.Colorizer.Mode
 
getTokenMarker() - Method in class to.etc.syntaxer.XModeHandler
 
getTokenMarker(String) - Method in class to.etc.syntaxer.XModeHandler
Returns the token marker for the given mode.

H

HandlerBase - Class in to.etc.syntaxer
Convenience base class for AElfred handlers.
HandlerBase() - Constructor for class to.etc.syntaxer.HandlerBase
 
handleToken(Segment, byte, int, int, TokenMarker.LineContext) - Method in class to.etc.syntaxer.HtmlColorizer
 
handleToken(Segment, byte, int, int, TokenMarker.LineContext) - Method in interface to.etc.syntaxer.TokenHandler
Called by the token marker when a syntax token has been parsed.
hashChar - Variable in class to.etc.syntaxer.ParserRule
 
hashCode() - Method in class to.etc.syntaxer.TokenMarker.LineContext
 
HtmlColorizer - Class in to.etc.syntaxer
 
HtmlColorizer(Appendable, int) - Constructor for class to.etc.syntaxer.HtmlColorizer
 

I

id - Variable in class to.etc.syntaxer.Token
The id of this token.
ID_COUNT - Static variable in class to.etc.syntaxer.Token
 
ignorableWhitespace(char[], int, int) - Method in class to.etc.syntaxer.HandlerBase
Handle ignorable whitespace.
ignorableWhitespace(char[], int, int) - Method in interface to.etc.syntaxer.XmlHandler
Ignorable whitespace.
inRule - Variable in class to.etc.syntaxer.TokenMarker.LineContext
 
intern() - Method in class to.etc.syntaxer.TokenMarker.LineContext
 
intern(String) - Method in class to.etc.syntaxer.XmlParser
Return an internalised version of a string.
intern(char[], int, int) - Method in class to.etc.syntaxer.XmlParser
Create an internalised string from a character array.
INVALID - Static variable in class to.etc.syntaxer.Token
 
IS_ESCAPE - Static variable in class to.etc.syntaxer.ParserRule
 
isBuiltIn() - Method in class to.etc.syntaxer.ParserRuleSet
Returns if this is a built-in ruleset.
isValid() - Method in class to.etc.syntaxer.CharIndexedSegment
 

K

KEYWORD1 - Static variable in class to.etc.syntaxer.Token
 
KEYWORD2 - Static variable in class to.etc.syntaxer.Token
 
KEYWORD3 - Static variable in class to.etc.syntaxer.Token
 
KEYWORD4 - Static variable in class to.etc.syntaxer.Token
 
KeywordMap - Class in to.etc.syntaxer
A KeywordMap is similar to a hashtable in that it maps keys to values.
KeywordMap(boolean) - Constructor for class to.etc.syntaxer.KeywordMap
Creates a new KeywordMap.
KeywordMap(boolean, int) - Constructor for class to.etc.syntaxer.KeywordMap
Creates a new KeywordMap.

L

LABEL - Static variable in class to.etc.syntaxer.Token
 
length - Variable in class to.etc.syntaxer.Token
The length of this token.
LineContext(ParserRuleSet, TokenMarker.LineContext) - Constructor for class to.etc.syntaxer.TokenMarker.LineContext
 
LineContext() - Constructor for class to.etc.syntaxer.TokenMarker.LineContext
 
LITERAL1 - Static variable in class to.etc.syntaxer.Token
 
LITERAL2 - Static variable in class to.etc.syntaxer.Token
 
LITERAL3 - Static variable in class to.etc.syntaxer.Token
 
LITERAL4 - Static variable in class to.etc.syntaxer.Token
 
lookup(Segment, int, int) - Method in class to.etc.syntaxer.KeywordMap
Looks up a key.

M

main(String[]) - Static method in class to.etc.syntaxer.Colorizer
 
MAJOR_ACTIONS - Static variable in class to.etc.syntaxer.ParserRule
 
MARK_FOLLOWING - Static variable in class to.etc.syntaxer.ParserRule
 
MARK_PREVIOUS - Static variable in class to.etc.syntaxer.ParserRule
 
markTokens(TokenMarker.LineContext, TokenHandler, Segment) - Method in class to.etc.syntaxer.TokenMarker
Do not call this method directly; call Buffer.markTokens() instead.
MARKUP - Static variable in class to.etc.syntaxer.Token
 
Mode(String) - Constructor for class to.etc.syntaxer.Colorizer.Mode
 
move(int) - Method in class to.etc.syntaxer.CharIndexedSegment
 

N

next - Variable in class to.etc.syntaxer.ParserRule
 
next - Variable in class to.etc.syntaxer.Token
The next token in the linked list.
NO_ESCAPE - Static variable in class to.etc.syntaxer.ParserRule
 
NO_LINE_BREAK - Static variable in class to.etc.syntaxer.ParserRule
 
NO_WORD_BREAK - Static variable in class to.etc.syntaxer.ParserRule
 
NULL - Static variable in class to.etc.syntaxer.Token
 

O

offset - Variable in class to.etc.syntaxer.Token
The start offset of this token.
OPERATOR - Static variable in class to.etc.syntaxer.Token
 

P

parent - Variable in class to.etc.syntaxer.TokenMarker.LineContext
 
parse(String, String, String) - Method in class to.etc.syntaxer.XmlParser
Parse an XML document from a URI.
parse(String, String, InputStream, String) - Method in class to.etc.syntaxer.XmlParser
Parse an XML document from a byte stream.
parse(String, String, Reader) - Method in class to.etc.syntaxer.XmlParser
Parse an XML document from a character stream.
ParserRule - Class in to.etc.syntaxer
A parser rule.
ParserRuleSet - Class in to.etc.syntaxer
A set of parser rules.
ParserRuleSet(String, String) - Constructor for class to.etc.syntaxer.ParserRuleSet
 
processingInstruction(String, String) - Method in class to.etc.syntaxer.HandlerBase
Handle a processing instruction.
processingInstruction(String, String) - Method in interface to.etc.syntaxer.XmlHandler
Processing instruction.

R

RE_SYNTAX_JEDIT - Static variable in class to.etc.syntaxer.ParserRule
Perl5 syntax with character classes enabled.
REGEXP - Static variable in class to.etc.syntaxer.ParserRule
 
regionMatches(boolean, Segment, int, char[]) - Static method in class to.etc.syntaxer.SyntaxUtilities
Checks if a subregion of a Segment is equal to a character array.
reset() - Method in class to.etc.syntaxer.CharIndexedSegment
 
resolveEntity(String, String) - Method in class to.etc.syntaxer.HandlerBase
Resolve an external entity.
resolveEntity(String, String) - Method in interface to.etc.syntaxer.XmlHandler
Resolve an External Entity.
resolveEntity(String, String) - Method in class to.etc.syntaxer.XModeHandler
 
resolveImports() - Method in class to.etc.syntaxer.ParserRuleSet
Resolves all rulesets added with ParserRuleSet.addRuleSet(ParserRuleSet).
rules - Variable in class to.etc.syntaxer.Token
The rule set of this token.
rules - Variable in class to.etc.syntaxer.TokenMarker.LineContext
 

S

SEQ - Static variable in class to.etc.syntaxer.ParserRule
 
setCharWidth(int) - Method in class to.etc.syntaxer.SyntaxStyle
Sets the character width of the monospaced font.
setDefault(byte) - Method in class to.etc.syntaxer.ParserRuleSet
 
setDigitRegexp(RE) - Method in class to.etc.syntaxer.ParserRuleSet
 
setEscapeRule(ParserRule) - Method in class to.etc.syntaxer.ParserRuleSet
 
setHandler(XmlHandler) - Method in class to.etc.syntaxer.XmlParser
Set the handler that will receive parsing events.
setHighlightDigits(boolean) - Method in class to.etc.syntaxer.ParserRuleSet
 
setIgnoreCase(boolean) - Method in class to.etc.syntaxer.KeywordMap
Sets if the keyword map should be case insensitive.
setIgnoreCase(boolean) - Method in class to.etc.syntaxer.ParserRuleSet
 
setKeywords(KeywordMap) - Method in class to.etc.syntaxer.ParserRuleSet
 
setLineContext(TokenMarker.LineContext) - Method in class to.etc.syntaxer.HtmlColorizer
 
setLineContext(TokenMarker.LineContext) - Method in interface to.etc.syntaxer.TokenHandler
The token handler can compare this object with the object previously given for this line to see if the token type at the end of the line has changed (meaning subsequent lines might need to be retokenized).
setNoWordSep(String) - Method in class to.etc.syntaxer.ParserRuleSet
 
setProperties(Hashtable) - Method in class to.etc.syntaxer.Colorizer.Mode
 
setProperties(Hashtable) - Method in class to.etc.syntaxer.ParserRuleSet
 
setTerminateChar(int) - Method in class to.etc.syntaxer.ParserRuleSet
 
setTokenMarker(TokenMarker) - Method in class to.etc.syntaxer.Colorizer.Mode
 
SPAN - Static variable in class to.etc.syntaxer.ParserRule
 
spanEndSubst - Variable in class to.etc.syntaxer.TokenMarker.LineContext
 
start - Variable in class to.etc.syntaxer.ParserRule
 
startDocument() - Method in class to.etc.syntaxer.HandlerBase
Handle the start of the document.
startDocument() - Method in interface to.etc.syntaxer.XmlHandler
Start the document.
startDocument() - Method in class to.etc.syntaxer.XModeHandler
 
startElement(String) - Method in class to.etc.syntaxer.HandlerBase
Handle the start of an element.
startElement(String) - Method in interface to.etc.syntaxer.XmlHandler
Start an element.
startElement(String) - Method in class to.etc.syntaxer.XModeHandler
 
startExternalEntity(String) - Method in class to.etc.syntaxer.HandlerBase
Handle the start of an external entity.
startExternalEntity(String) - Method in interface to.etc.syntaxer.XmlHandler
Begin an external entity.
startPosMatch - Variable in class to.etc.syntaxer.ParserRule
 
startRegexp - Variable in class to.etc.syntaxer.ParserRule
 
stringToToken(String) - Static method in class to.etc.syntaxer.Token
Converts a token type string to a token type constant.
SyntaxStyle - Class in to.etc.syntaxer
A simple text style class.
SyntaxStyle(Color, Color, Font) - Constructor for class to.etc.syntaxer.SyntaxStyle
Creates a new SyntaxStyle.
SyntaxUtilities - Class in to.etc.syntaxer
Contains utility functions used by the syntax highlighting code.
SyntaxUtilities() - Constructor for class to.etc.syntaxer.SyntaxUtilities
 

T

to.etc.syntaxer - package to.etc.syntaxer
 
token - Variable in class to.etc.syntaxer.ParserRule
 
Token - Class in to.etc.syntaxer
A linked list of syntax tokens.
Token(byte, int, int, ParserRuleSet) - Constructor for class to.etc.syntaxer.Token
Creates a new token.
TOKEN_TYPES - Static variable in class to.etc.syntaxer.Token
 
TokenHandler - Interface in to.etc.syntaxer
Token markers send tokens to implementations of this interface.
TokenMarker - Class in to.etc.syntaxer
A token marker splits lines of text into tokens.
TokenMarker() - Constructor for class to.etc.syntaxer.TokenMarker
 
TokenMarker.LineContext - Class in to.etc.syntaxer
Stores persistent per-line syntax parser state.
tokenToString(byte) - Static method in class to.etc.syntaxer.Token
Converts a token type constant to a token type string.
toString() - Method in class to.etc.syntaxer.ParserRuleSet
 
toString() - Method in class to.etc.syntaxer.Token
Returns a string representation of this token.

X

XmlException - Exception in to.etc.syntaxer
Convenience exception class for reporting XML parsing errors.
XmlException(String, String, int, int) - Constructor for exception to.etc.syntaxer.XmlException
Construct a new XML parsing exception.
XmlHandler - Interface in to.etc.syntaxer
XML Processing Interface.
XmlParser - Class in to.etc.syntaxer
Parse XML documents and return parse events through call-backs.
XmlParser() - Constructor for class to.etc.syntaxer.XmlParser
Construct a new parser with no associated handler.
XModeHandler - Class in to.etc.syntaxer
XML handler for mode definition files.
XModeHandler(String) - Constructor for class to.etc.syntaxer.XModeHandler
 
A C D E F G H I K L M N O P R S T X 
Skip navigation links

Copyright © 2017 etc.to. All rights reserved.