C# Class kOS.Screen.Interpreter.InterpreterPath

Inheritance: kOS.Safe.Execution.InternalPath
Show file Open project: KSP-KOS/KOS

Public Methods

Method Description
InterpreterPath ( Interpreter interpreter ) : System
Line ( int line ) : string
ToString ( ) : string

Method Details

InterpreterPath() public method

public InterpreterPath ( Interpreter interpreter ) : System
interpreter Interpreter
return System

Line() public method

public Line ( int line ) : string
line int
return string

ToString() public method

public ToString ( ) : string
return string