메소드 | 설명 | |
---|---|---|
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 PushStatement ( IPushStatement pushStatement ) : System | ||
pushStatement | IPushStatement | |
리턴 | System |