C# 클래스 Interpreter.intermediate.ICodeImplementation.ICodeNodeTypeImplementation

상속: ICodeNodeType
파일 보기 프로젝트 열기: dfdemar/Pascal_Interpreter

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
ToString ( ) : string

비공개 메소드들

메소드 설명
ICodeNodeTypeImplementation ( string name ) : System

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

ADD 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation ADD
리턴 ICodeNodeTypeImplementation

AND 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation AND
리턴 ICodeNodeTypeImplementation

ASSIGN 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation ASSIGN
리턴 ICodeNodeTypeImplementation

BOOLEAN_CONSTANT 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation BOOLEAN_CONSTANT
리턴 ICodeNodeTypeImplementation

CALL 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation CALL
리턴 ICodeNodeTypeImplementation

COMPOUND 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation COMPOUND
리턴 ICodeNodeTypeImplementation

EQ 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation EQ
리턴 ICodeNodeTypeImplementation

FIELD 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation FIELD
리턴 ICodeNodeTypeImplementation

FLOAT_DIVIDE 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation FLOAT_DIVIDE
리턴 ICodeNodeTypeImplementation

FUNCTION 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation FUNCTION
리턴 ICodeNodeTypeImplementation

GE 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation GE
리턴 ICodeNodeTypeImplementation

GT 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation GT
리턴 ICodeNodeTypeImplementation

IF 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation IF
리턴 ICodeNodeTypeImplementation

INTEGER_CONSTANT 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation INTEGER_CONSTANT
리턴 ICodeNodeTypeImplementation

INTEGER_DIVIDE 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation INTEGER_DIVIDE
리턴 ICodeNodeTypeImplementation

LE 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation LE
리턴 ICodeNodeTypeImplementation

LOOP 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation LOOP
리턴 ICodeNodeTypeImplementation

LT 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation LT
리턴 ICodeNodeTypeImplementation

MOD 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation MOD
리턴 ICodeNodeTypeImplementation

MULTIPLY 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation MULTIPLY
리턴 ICodeNodeTypeImplementation

NE 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation NE
리턴 ICodeNodeTypeImplementation

NEGATE 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation NEGATE
리턴 ICodeNodeTypeImplementation

NOT 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation NOT
리턴 ICodeNodeTypeImplementation

NO_OP 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation NO_OP
리턴 ICodeNodeTypeImplementation

OR 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation OR
리턴 ICodeNodeTypeImplementation

PARAMETERS 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation PARAMETERS
리턴 ICodeNodeTypeImplementation

PROCEDURE 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation PROCEDURE
리턴 ICodeNodeTypeImplementation

PROGRAM 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation PROGRAM
리턴 ICodeNodeTypeImplementation

REAL_CONSTANT 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation REAL_CONSTANT
리턴 ICodeNodeTypeImplementation

SELECT 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation SELECT
리턴 ICodeNodeTypeImplementation

SELECT_BRANCH 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation SELECT_BRANCH
리턴 ICodeNodeTypeImplementation

SELECT_CONSTANTS 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation SELECT_CONSTANTS
리턴 ICodeNodeTypeImplementation

STRING_CONSTANT 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation STRING_CONSTANT
리턴 ICodeNodeTypeImplementation

SUBSCRIPTS 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation SUBSCRIPTS
리턴 ICodeNodeTypeImplementation

SUBTRACT 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation SUBTRACT
리턴 ICodeNodeTypeImplementation

TEST 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation TEST
리턴 ICodeNodeTypeImplementation

VARIABLE 공개적으로 정적으로 프로퍼티

public static ICodeNodeTypeImplementation,Interpreter.intermediate.ICodeImplementation VARIABLE
리턴 ICodeNodeTypeImplementation