프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_constants | List |
||
_numConstants |
메소드 | 설명 | |
---|---|---|
ActionConstantPool ( ) : System |
Creates a new constant pool, and replaces the old constant pool if one already exists
|
|
ActionConstantPool ( List |
Creates a new constant pool, and replaces the old constant pool if one already exists
|
|
ToString ( ) : string |
Converts the action to a string
|
메소드 | 설명 | |
---|---|---|
Parse ( System sourceStream, byte sourceVersion ) : void |
|
|
ParseFrom ( ) : bool |
Parses the action from a string array
|
|
Render ( System outputStream ) : ulong |
|
public ActionConstantPool ( List |
||
list | List |
The list of constants |
리턴 | System |
protected Parse ( System sourceStream, byte sourceVersion ) : void | ||
sourceStream | System | |
sourceVersion | byte | |
리턴 | void |