|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.internal.formatter.scanner.ScannerContext
public class ScannerContext
Constructor Summary | |
---|---|
ScannerContext()
|
Method Summary | |
---|---|
int |
getOffset()
Returns the offset. |
java.io.Reader |
getReader()
Returns the reader. |
ScannerContext |
initialize(java.io.Reader r)
|
ScannerContext |
initialize(java.io.Reader r,
int offset)
|
int |
popUndo()
Returns the undo. |
void |
pushUndo(int undo)
Sets the undo. |
int |
read()
|
int |
undoStackSize()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScannerContext()
Method Detail |
---|
public ScannerContext initialize(java.io.Reader r)
public ScannerContext initialize(java.io.Reader r, int offset)
public int read() throws java.io.IOException
java.io.IOException
public final int getOffset()
public final java.io.Reader getReader()
public final int undoStackSize()
public final int popUndo()
public void pushUndo(int undo)
undo
- The undo to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |