Свойство | Type | Description | |
---|---|---|---|
NumberLabel | int |
Méthode | Description | |
---|---|---|
BuildOpcode ( ABCDataTypeReader reader, AbcCode abc ) : |
Convenience method for creating an opcode from a position in a byte array. Returns an opcode object with references resolved and advances the position to the next place in the byte array.
|
|
CreateDebugFile ( string fileName ) : |
Convenience method for debug file opcodes, which can be inserted sneakily at the last moment when serialising the bytecode, and so need to be created in this lightweight way.
|
|
CreateDebugLine ( uint line ) : |
Convenience method for debug line opcodes, which can be inserted sneakily at the last moment when serialising the bytecode, and so need to be created in this lightweight way.
|
|
OffsetProc ( OffsetProcMethod opm ) : void |
Process opcode references into offset values.
|
|
Opcode ( AbcCode abc ) : System.Collections.Generic | ||
ToString ( ) : string | ||
VerifyArgTypes ( Mnemonics mnemonic, object args ) : bool |
Méthode | Description | |
---|---|---|
ExpectedArgsString ( ) : string |
Used for error messages to say what argument types an opcode was expecting.
|
public static BuildOpcode ( ABCDataTypeReader reader, AbcCode abc ) : |
||
reader | ABCDataTypeReader | Where to read the next opcode from |
abc | AbcCode | The code within which we're reading |
Résultat |
public static CreateDebugFile ( string fileName ) : |
||
fileName | string | |
Résultat |
public static CreateDebugLine ( uint line ) : |
||
line | uint | |
Résultat |
public OffsetProc ( OffsetProcMethod opm ) : void | ||
opm | OffsetProcMethod | A delegate that does the /// processing. |
Résultat | void |
public Opcode ( AbcCode abc ) : System.Collections.Generic | ||
abc | AbcCode | |
Résultat | System.Collections.Generic |
public static VerifyArgTypes ( Mnemonics mnemonic, object args ) : bool | ||
mnemonic | Mnemonics | |
args | object | |
Résultat | bool |