Method | Description | |
---|---|---|
Dispatch ( ICodeVisitor visitor ) : void |
Calls visitor.Visit((IPushStatement)this).
|
|
PushStatement ( ) : System |
Allocates a statement that pushes a value onto an implicit operand stack.
|
|
PushStatement ( IPushStatement pushStatement ) : System |
Allocates a shallow copy of a statement that pushes a value onto an implicit operand stack.
|
public Dispatch ( ICodeVisitor visitor ) : void | ||
visitor | ICodeVisitor | |
return | void |
public PushStatement ( IPushStatement pushStatement ) : System | ||
pushStatement | IPushStatement | |
return | System |