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

Classes

class  GreaterThanOrEqualByte
 
class  GreaterThanOrEqualChar
 
class  GreaterThanOrEqualDouble
 
class  GreaterThanOrEqualInt16
 
class  GreaterThanOrEqualInt32
 
class  GreaterThanOrEqualInt64
 
class  GreaterThanOrEqualSByte
 
class  GreaterThanOrEqualSingle
 
class  GreaterThanOrEqualUInt16
 
class  GreaterThanOrEqualUInt32
 
class  GreaterThanOrEqualUInt64
 

Public Member Functions

int Run (InterpretedFrame frame)
 
override string ToString ()
 
virtual string ToDebugString (int instructionIndex, object cookie, Func< int, int > labelIndexer, IReadOnlyList< object > objects)
 

Static Public Member Functions

static Instruction Create (Type type, bool liftedToNull=false)
 

Static Protected Member Functions

static void NullCheck (object o)
 

Properties

override int ConsumedStack [get]
 
override int ProducedStack [get]
 
override string InstructionName [get]
 
virtual int ConsumedContinuations [get]
 
virtual int ProducedContinuations [get]
 
int StackBalance [get]
 
int ContinuationsBalance [get]
 

Private Member Functions

 GreaterThanOrEqualInstruction (object nullValue)
 

Private Attributes

readonly object _nullValue
 

Static Private Attributes

static Instruction s_SByte
 
static Instruction s_Int16
 
static Instruction s_Char
 
static Instruction s_Int32
 
static Instruction s_Int64
 
static Instruction s_Byte
 
static Instruction s_UInt16
 
static Instruction s_UInt32
 
static Instruction s_UInt64
 
static Instruction s_Single
 
static Instruction s_Double
 
static Instruction s_liftedToNullSByte
 
static Instruction s_liftedToNullInt16
 
static Instruction s_liftedToNullChar
 
static Instruction s_liftedToNullInt32
 
static Instruction s_liftedToNullInt64
 
static Instruction s_liftedToNullByte
 
static Instruction s_liftedToNullUInt16
 
static Instruction s_liftedToNullUInt32
 
static Instruction s_liftedToNullUInt64
 
static Instruction s_liftedToNullSingle
 
static Instruction s_liftedToNullDouble
 

Detailed Description

Definition at line 5 of file GreaterThanOrEqualInstruction.cs.


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