Свойство | Type | Description | |
---|---|---|---|
defs | List |
Méthode | Description | |
---|---|---|
Add ( |
||
Add ( IEnumerable |
||
FindAlphabetDef ( |
||
FindDef ( |
||
FindEnumDef ( |
||
FindFunctionDef ( |
||
GetConstantSort ( |
||
Parse ( Stream source, bool typecheck = true ) : |
Parses a fast program from a source stream. Calls Parser.ParseFromStream.
|
|
Parse ( string source, bool typecheck = true ) : |
Parses a fast program from a source string. Calls Parser.ParseFromString.
|
|
PrettyPrint ( StringBuilder sb ) : void | ||
Typecheck ( ) : void |
public FindAlphabetDef ( |
||
alph | ||
Résultat |
public FindEnumDef ( |
||
enu | ||
Résultat |
public FindFunctionDef ( |
||
func | ||
Résultat |
public GetConstantSort ( |
||
id | ||
Résultat |
public static Parse ( Stream source, bool typecheck = true ) : |
||
source | Stream | given source stream |
typecheck | bool | if false then typechecking is omitted |
Résultat |
public static Parse ( string source, bool typecheck = true ) : |
||
source | string | given source string |
typecheck | bool | if false then typechecking is omitted |
Résultat |
public PrettyPrint ( StringBuilder sb ) : void | ||
sb | StringBuilder | |
Résultat | void |