Index

A C G P Y 
All Classes and Interfaces|All Packages|Constant Field Values

A

advance() - Method in class com.blacksquircle.ui.language.python.lexer.PythonLexer
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.

C

com.blacksquircle.ui.language.python.lexer - package com.blacksquircle.ui.language.python.lexer
 

G

getTokenEnd() - Method in class com.blacksquircle.ui.language.python.lexer.PythonLexer
 
getTokenStart() - Method in class com.blacksquircle.ui.language.python.lexer.PythonLexer
 

P

PythonLexer - Class in com.blacksquircle.ui.language.python.lexer
 
PythonLexer(Reader) - Constructor for class com.blacksquircle.ui.language.python.lexer.PythonLexer
Creates a new scanner

Y

yyatEOF() - Method in class com.blacksquircle.ui.language.python.lexer.PythonLexer
Returns whether the scanner has reached the end of the reader it reads from.
yybegin(int) - Method in class com.blacksquircle.ui.language.python.lexer.PythonLexer
Enters a new lexical state.
yycharat(int) - Method in class com.blacksquircle.ui.language.python.lexer.PythonLexer
Returns the character at the given position from the matched text.
yyclose() - Method in class com.blacksquircle.ui.language.python.lexer.PythonLexer
Closes the input reader.
YYEOF - Static variable in class com.blacksquircle.ui.language.python.lexer.PythonLexer
This character denotes the end of file.
YYINITIAL - Static variable in class com.blacksquircle.ui.language.python.lexer.PythonLexer
 
yylength() - Method in class com.blacksquircle.ui.language.python.lexer.PythonLexer
How many characters were matched.
yypushback(int) - Method in class com.blacksquircle.ui.language.python.lexer.PythonLexer
Pushes the specified amount of characters back into the input stream.
yyreset(Reader) - Method in class com.blacksquircle.ui.language.python.lexer.PythonLexer
Resets the scanner to read from a new input stream.
yystate() - Method in class com.blacksquircle.ui.language.python.lexer.PythonLexer
Returns the current lexical state.
yytext() - Method in class com.blacksquircle.ui.language.python.lexer.PythonLexer
Returns the text matched by the current regular expression.
A C G P Y 
All Classes and Interfaces|All Packages|Constant Field Values