Method | Description | |
---|---|---|
AddLocal ( string name, TypeData type ) : |
||
AddLocal ( string name, TypeData type, bool isTypecaseVariable ) : |
||
CreateLocal ( string name, TypeData type, bool isTypecaseVariable ) : |
||
GetLocal ( string name ) : |
public AddLocal ( string name, TypeData type ) : |
||
name | string | |
type | TypeData | |
return |
public AddLocal ( string name, TypeData type, bool isTypecaseVariable ) : |
||
name | string | |
type | TypeData | |
isTypecaseVariable | bool | |
return |
public abstract CreateLocal ( string name, TypeData type, bool isTypecaseVariable ) : |
||
name | string | |
type | TypeData | |
isTypecaseVariable | bool | |
return |
public GetLocal ( string name ) : |
||
name | string | |
return |