C# Class Interpreter.intermediate.ICodeImplementation.ICodeKeyImplementation

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

Public Properties

Property Type Description
ID ICodeKeyImplementation
LINE ICodeKeyImplementation
VALUE ICodeKeyImplementation

Public Methods

Method Description
ToString ( ) : string

Private Methods

Method Description
ICodeKeyImplementation ( string name ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

ID public_oe static_oe property

public static ICodeKeyImplementation,Interpreter.intermediate.ICodeImplementation ID
return ICodeKeyImplementation

LINE public_oe static_oe property

public static ICodeKeyImplementation,Interpreter.intermediate.ICodeImplementation LINE
return ICodeKeyImplementation

VALUE public_oe static_oe property

public static ICodeKeyImplementation,Interpreter.intermediate.ICodeImplementation VALUE
return ICodeKeyImplementation