Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
override int | Run (InterpretedFrame frame) |
override string | ToString () |
virtual string | ToDebugString (int instructionIndex, object cookie, Func< int, int > labelIndexer, IReadOnlyList< object > objects) |
Static Protected Member Functions | |
static void | NullCheck (object o) |
Static Package Attributes | |
static readonly ThrowInstruction | Throw = new ThrowInstruction(hasResult: true, isRethrow: false) |
static readonly ThrowInstruction | VoidThrow = new ThrowInstruction(hasResult: false, isRethrow: false) |
static readonly ThrowInstruction | Rethrow = new ThrowInstruction(hasResult: true, isRethrow: true) |
static readonly ThrowInstruction | VoidRethrow = new ThrowInstruction(hasResult: false, isRethrow: true) |
Properties | |
override string | InstructionName [get] |
override int | ProducedStack [get] |
override int | ConsumedStack [get] |
virtual int | ConsumedContinuations [get] |
virtual int | ProducedContinuations [get] |
int | StackBalance [get] |
int | ContinuationsBalance [get] |
Private Member Functions | |
ThrowInstruction (bool hasResult, bool isRethrow) | |
Static Private Member Functions | |
static Exception | WrapThrownObject (object thrown) |
Private Attributes | |
readonly bool | _hasResult |
readonly bool | _rethrow |
Definition at line 5 of file ThrowInstruction.cs.