public class PoshCharStream
extends cz.cuni.amis.pogamut.sposh.elements.SimpleCharStream
| Constructor and Description |
|---|
PoshCharStream(org.netbeans.spi.lexer.LexerInput input) |
| Modifier and Type | Method and Description |
|---|---|
void |
backup(int i) |
char |
BeginToken() |
void |
Done() |
int |
getBeginColumn() |
int |
getBeginLine() |
int |
getColumn()
Deprecated.
|
int |
getEndColumn() |
int |
getEndLine() |
String |
GetImage() |
int |
getLine()
Deprecated.
|
char[] |
GetSuffix(int len) |
char |
readChar() |
public char BeginToken()
throws IOException
BeginToken in class cz.cuni.amis.pogamut.sposh.elements.SimpleCharStreamIOExceptionpublic String GetImage()
GetImage in class cz.cuni.amis.pogamut.sposh.elements.SimpleCharStreampublic char[] GetSuffix(int len)
GetSuffix in class cz.cuni.amis.pogamut.sposh.elements.SimpleCharStreampublic void backup(int i)
backup in class cz.cuni.amis.pogamut.sposh.elements.SimpleCharStreampublic int getBeginColumn()
getBeginColumn in class cz.cuni.amis.pogamut.sposh.elements.SimpleCharStreampublic int getBeginLine()
getBeginLine in class cz.cuni.amis.pogamut.sposh.elements.SimpleCharStreampublic int getEndColumn()
getEndColumn in class cz.cuni.amis.pogamut.sposh.elements.SimpleCharStreampublic int getEndLine()
getEndLine in class cz.cuni.amis.pogamut.sposh.elements.SimpleCharStreampublic char readChar()
throws IOException
readChar in class cz.cuni.amis.pogamut.sposh.elements.SimpleCharStreamIOException@Deprecated public int getColumn()
getColumn in class cz.cuni.amis.pogamut.sposh.elements.SimpleCharStream@Deprecated public int getLine()
getLine in class cz.cuni.amis.pogamut.sposh.elements.SimpleCharStreampublic void Done()
Done in class cz.cuni.amis.pogamut.sposh.elements.SimpleCharStreamCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.