C# Class CSScheme.InputPort

Inheritance: SchemeUtils
Show file Open project: jackpal/Dandy-Dungeon Class Usage Examples

Public Properties

Property Type Description
EOF String

Public Methods

Method Description
InputPort ( Stream inp ) : System
InputPort ( TextReader inp ) : System
close ( ) : Object
isEOF ( Object x ) : bool
peekCh ( ) : int
peekChar ( ) : Object
read ( ) : Object
readChar ( ) : Object

Private Methods

Method Description
nextToken ( ) : Object
popChar ( ) : int
pushChar ( int ch ) : int
readTail ( bool dotOK ) : Object

Method Details

InputPort() public method

public InputPort ( Stream inp ) : System
inp Stream
return System

InputPort() public method

public InputPort ( TextReader inp ) : System
inp TextReader
return System

close() public method

public close ( ) : Object
return Object

isEOF() public static method

public static isEOF ( Object x ) : bool
x Object
return bool

peekCh() public method

public peekCh ( ) : int
return int

peekChar() public method

public peekChar ( ) : Object
return Object

read() public method

public read ( ) : Object
return Object

readChar() public method

public readChar ( ) : Object
return Object

Property Details

EOF public static property

public static String EOF
return String