C# Class Microsoft.Scripting.Interpreter.InstructionFactory

Datei anzeigen Open project: jschementi/iron Class Usage Examples

Protected Methods

Method Description
DefaultValue ( ) : Microsoft.Scripting.Interpreter.Instruction
GetArrayItem ( ) : Microsoft.Scripting.Interpreter.Instruction
NewArray ( ) : Microsoft.Scripting.Interpreter.Instruction
NewArrayInit ( int elementCount ) : Microsoft.Scripting.Interpreter.Instruction
SetArrayItem ( ) : Microsoft.Scripting.Interpreter.Instruction
TypeAs ( ) : Microsoft.Scripting.Interpreter.Instruction
TypeIs ( ) : Microsoft.Scripting.Interpreter.Instruction

Private Methods

Method Description
GetFactory ( Type type ) : InstructionFactory

Method Details

DefaultValue() protected abstract method

protected abstract DefaultValue ( ) : Microsoft.Scripting.Interpreter.Instruction
return Microsoft.Scripting.Interpreter.Instruction

GetArrayItem() protected abstract method

protected abstract GetArrayItem ( ) : Microsoft.Scripting.Interpreter.Instruction
return Microsoft.Scripting.Interpreter.Instruction

NewArray() protected abstract method

protected abstract NewArray ( ) : Microsoft.Scripting.Interpreter.Instruction
return Microsoft.Scripting.Interpreter.Instruction

NewArrayInit() protected abstract method

protected abstract NewArrayInit ( int elementCount ) : Microsoft.Scripting.Interpreter.Instruction
elementCount int
return Microsoft.Scripting.Interpreter.Instruction

SetArrayItem() protected abstract method

protected abstract SetArrayItem ( ) : Microsoft.Scripting.Interpreter.Instruction
return Microsoft.Scripting.Interpreter.Instruction

TypeAs() protected abstract method

protected abstract TypeAs ( ) : Microsoft.Scripting.Interpreter.Instruction
return Microsoft.Scripting.Interpreter.Instruction

TypeIs() protected abstract method

protected abstract TypeIs ( ) : Microsoft.Scripting.Interpreter.Instruction
return Microsoft.Scripting.Interpreter.Instruction