Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Expressions.Interpreter.BranchLabel Class Referencesealed

Package Functions

RuntimeLabel ToRuntimeLabel ()
 
void Mark (InstructionList instructions)
 
void AddBranch (InstructionList instructions, int branchIndex)
 
void FixupBranch (InstructionList instructions, int branchIndex)
 

Properties

int LabelIndex = int.MinValue [get, set]
 
bool HasRuntimeLabel [get]
 
int TargetIndex [get]
 

Private Attributes

int _targetIndex = int.MinValue
 
int _stackDepth = int.MinValue
 
int _continuationStackDepth = int.MinValue
 
List< int > _forwardBranchFixups
 

Detailed Description

Definition at line 5 of file BranchLabel.cs.


The documentation for this class was generated from the following file: