Property | Type | Description | |
---|---|---|---|
Type | int | ||
Value | object |
Method | Description | |
---|---|---|
ActionPush ( int type, object val ) : System |
constructor.
|
|
Compile ( |
||
CompileBody ( |
compile push type and value (but not action code), so method can be used by
|
|
GetIntValue ( ) : int |
get push value as int
|
|
GetStringValue ( ) : string |
get value as string
|
|
ToString ( ) : string |
overriden ToString method
|
public ActionPush ( int type, object val ) : System | ||
type | int | push type |
val | object | push value |
return | System |
public Compile ( |
||
w | ||
return | void |
public CompileBody ( |
||
w | ||
return | void |