C# Class MyC.Tok

ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
AddTok ( int i, String s ) : void
InitHash ( ) : void
IsDeclKeyword ( ) : bool
LoadName ( ) : void
LoadNum ( ) : void
LoadOp ( ) : void
NotEOF ( ) : bool
ToString ( ) : string
Tok ( Io ihandle ) : System
getFirstChar ( ) : char
getId ( ) : int
getValue ( ) : String
scan ( ) : void
skipWhite ( ) : void

Private Methods

Method Description
isAddOp ( char c ) : bool
isMulOp ( char c ) : bool
isOp ( char c ) : bool
isOrOp ( char c ) : bool
isRelOp ( char c ) : bool
lookup_id ( ) : int

Method Details

AddTok() public static method

public static AddTok ( int i, String s ) : void
i int
s String
return void

InitHash() public method

public InitHash ( ) : void
return void

IsDeclKeyword() public method

public IsDeclKeyword ( ) : bool
return bool

LoadName() public method

public LoadName ( ) : void
return void

LoadNum() public method

public LoadNum ( ) : void
return void

LoadOp() public method

public LoadOp ( ) : void
return void

NotEOF() public method

public NotEOF ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string

Tok() public method

public Tok ( Io ihandle ) : System
ihandle Io
return System

getFirstChar() public method

public getFirstChar ( ) : char
return char

getId() public method

public getId ( ) : int
return int

getValue() public method

public getValue ( ) : String
return String

scan() public method

public scan ( ) : void
return void

skipWhite() public method

public skipWhite ( ) : void
return void