|
.NET Framework | |||||||||
| PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT | |||||||||
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
| Field Summary | |
|---|---|
| int | bufpos |
| bool | staticFlag |
| Constructor Summary | |
|---|---|
| VelocityCharStream(System.IO.TextReader dstream, int startline, int startcolumn, int buffersize) | |
| VelocityCharStream(System.IO.TextReader dstream, int startline, int startcolumn) | |
| Property Summary | |
|---|---|
| int | BeginColumn |
| int | BeginLine |
| int | Column |
| int | EndColumn |
| int | EndLine |
| int | Line |
| Method Summary | |
|---|---|
| void | adjustBeginLineColumn(int newLine, int newCol) |
| void | backup(int amount) |
| char | BeginToken() |
| void | Done() |
| string | GetImage() |
| char[] | GetSuffix(int len) |
| char | readChar() |
| void | ReInit(System.IO.TextReader dstream, int startline, int startcolumn, int buffersize) |
| void | ReInit(System.IO.TextReader dstream, int startline, int startcolumn) |
| Methods inherited from class System.Object |
|---|
| Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString |
| Field Detail |
|---|
public int bufpos
public bool staticFlag
| Constructor Detail |
|---|
public VelocityCharStream(System.IO.TextReader dstream,
int startline,
int startcolumn,
int buffersize)
public VelocityCharStream(System.IO.TextReader dstream,
int startline,
int startcolumn)
| Property Detail |
|---|
public int BeginColumn
public int BeginLine
public int Column
public int EndColumn
public int EndLine
public int Line
| Method Detail |
|---|
public void adjustBeginLineColumn(int newLine,
int newCol)
public void backup(int amount)
public char BeginToken()
public void Done()
public string GetImage()
public char[] GetSuffix(int len)
public char readChar()
public void ReInit(System.IO.TextReader dstream,
int startline,
int startcolumn,
int buffersize)
public void ReInit(System.IO.TextReader dstream,
int startline,
int startcolumn)
|
.NET Framework | |||||||||
| PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT | |||||||||