C# Class Interpreter.intermediate.ICodeImplementation.ICodeNodeTypeImplementation

Inheritance: ICodeNodeType
ファイルを表示 Open project: dfdemar/Pascal_Interpreter

Public Properties

Property Type Description
ADD ICodeNodeTypeImplementation
AND ICodeNodeTypeImplementation
ASSIGN ICodeNodeTypeImplementation
BOOLEAN_CONSTANT ICodeNodeTypeImplementation
CALL ICodeNodeTypeImplementation
COMPOUND ICodeNodeTypeImplementation
EQ ICodeNodeTypeImplementation
FIELD ICodeNodeTypeImplementation
FLOAT_DIVIDE ICodeNodeTypeImplementation
FUNCTION ICodeNodeTypeImplementation
GE ICodeNodeTypeImplementation
GT ICodeNodeTypeImplementation
IF ICodeNodeTypeImplementation
INTEGER_CONSTANT ICodeNodeTypeImplementation
INTEGER_DIVIDE ICodeNodeTypeImplementation
LE ICodeNodeTypeImplementation
LOOP ICodeNodeTypeImplementation
LT ICodeNodeTypeImplementation
MOD ICodeNodeTypeImplementation
MULTIPLY ICodeNodeTypeImplementation
NE ICodeNodeTypeImplementation
NEGATE ICodeNodeTypeImplementation
NOT ICodeNodeTypeImplementation
NO_OP ICodeNodeTypeImplementation
OR ICodeNodeTypeImplementation
PARAMETERS ICodeNodeTypeImplementation
PROCEDURE ICodeNodeTypeImplementation
PROGRAM ICodeNodeTypeImplementation
REAL_CONSTANT ICodeNodeTypeImplementation
SELECT ICodeNodeTypeImplementation
SELECT_BRANCH ICodeNodeTypeImplementation
SELECT_CONSTANTS ICodeNodeTypeImplementation
STRING_CONSTANT ICodeNodeTypeImplementation
SUBSCRIPTS ICodeNodeTypeImplementation
SUBTRACT ICodeNodeTypeImplementation
TEST ICodeNodeTypeImplementation
VARIABLE ICodeNodeTypeImplementation

Public Methods

Method Description
ToString ( ) : string

Private Methods

Method Description
ICodeNodeTypeImplementation ( string name ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

ADD public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation ADD
return ICodeNodeTypeImplementation

AND public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation AND
return ICodeNodeTypeImplementation

ASSIGN public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation ASSIGN
return ICodeNodeTypeImplementation

BOOLEAN_CONSTANT public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation BOOLEAN_CONSTANT
return ICodeNodeTypeImplementation

CALL public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation CALL
return ICodeNodeTypeImplementation

COMPOUND public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation COMPOUND
return ICodeNodeTypeImplementation

EQ public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation EQ
return ICodeNodeTypeImplementation

FIELD public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation FIELD
return ICodeNodeTypeImplementation

FLOAT_DIVIDE public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation FLOAT_DIVIDE
return ICodeNodeTypeImplementation

FUNCTION public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation FUNCTION
return ICodeNodeTypeImplementation

GE public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation GE
return ICodeNodeTypeImplementation

GT public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation GT
return ICodeNodeTypeImplementation

IF public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation IF
return ICodeNodeTypeImplementation

INTEGER_CONSTANT public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation INTEGER_CONSTANT
return ICodeNodeTypeImplementation

INTEGER_DIVIDE public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation INTEGER_DIVIDE
return ICodeNodeTypeImplementation

LE public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation LE
return ICodeNodeTypeImplementation

LOOP public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation LOOP
return ICodeNodeTypeImplementation

LT public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation LT
return ICodeNodeTypeImplementation

MOD public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation MOD
return ICodeNodeTypeImplementation

MULTIPLY public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation MULTIPLY
return ICodeNodeTypeImplementation

NE public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation NE
return ICodeNodeTypeImplementation

NEGATE public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation NEGATE
return ICodeNodeTypeImplementation

NOT public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation NOT
return ICodeNodeTypeImplementation

NO_OP public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation NO_OP
return ICodeNodeTypeImplementation

OR public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation OR
return ICodeNodeTypeImplementation

PARAMETERS public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation PARAMETERS
return ICodeNodeTypeImplementation

PROCEDURE public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation PROCEDURE
return ICodeNodeTypeImplementation

PROGRAM public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation PROGRAM
return ICodeNodeTypeImplementation

REAL_CONSTANT public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation REAL_CONSTANT
return ICodeNodeTypeImplementation

SELECT public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation SELECT
return ICodeNodeTypeImplementation

SELECT_BRANCH public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation SELECT_BRANCH
return ICodeNodeTypeImplementation

SELECT_CONSTANTS public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation SELECT_CONSTANTS
return ICodeNodeTypeImplementation

STRING_CONSTANT public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation STRING_CONSTANT
return ICodeNodeTypeImplementation

SUBSCRIPTS public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation SUBSCRIPTS
return ICodeNodeTypeImplementation

SUBTRACT public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation SUBTRACT
return ICodeNodeTypeImplementation

TEST public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation TEST
return ICodeNodeTypeImplementation

VARIABLE public_oe static_oe property

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation VARIABLE
return ICodeNodeTypeImplementation