C# Class Microsoft.Bek.Frontend.AST.ident

Inheritance: expr
Show file Open project: AutomataDotNet/Automata Class Usage Examples

Public Properties

Property Type Description
line int
name string
pos int

Public Methods

Method Description
Equals ( object obj ) : bool
GenerateCode ( string language, StringBuilder sb ) : void
GetBoundVars ( ) : IEnumerable
GetFunctionNames ( ) : IEnumerable
GetHashCode ( ) : int
GetVarId ( ) : int
ToC ( StringBuilder sb ) : void
ToCS ( StringBuilder sb ) : void
ToJS ( StringBuilder sb ) : void
ToString ( ) : string
ident ( string name, int line, int pos ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GenerateCode() public method

public GenerateCode ( string language, StringBuilder sb ) : void
language string
sb StringBuilder
return void

GetBoundVars() public method

public GetBoundVars ( ) : IEnumerable
return IEnumerable

GetFunctionNames() public method

public GetFunctionNames ( ) : IEnumerable
return IEnumerable

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetVarId() public method

public GetVarId ( ) : int
return int

ToC() public method

public ToC ( StringBuilder sb ) : void
sb StringBuilder
return void

ToCS() public method

public ToCS ( StringBuilder sb ) : void
sb StringBuilder
return void

ToJS() public method

public ToJS ( StringBuilder sb ) : void
sb StringBuilder
return void

ToString() public method

public ToString ( ) : string
return string

ident() public method

public ident ( string name, int line, int pos ) : System
name string
line int
pos int
return System

Property Details

line public property

public int line
return int

name public property

public string name
return string

pos public property

public int pos
return int