C# Class Interpreter.backend.interpreter.RuntimeErrorCode

Mostra file Open project: dfdemar/Pascal_Interpreter Class Usage Examples

Public Properties

Property Type Description
DIVISION_BY_ZERO RuntimeErrorCode
INVALID_CASE_EXPRESSION_VALUE RuntimeErrorCode
INVALID_INPUT RuntimeErrorCode
INVALID_STANDARD_FUNCTION_ARGUMENT RuntimeErrorCode
STACK_OVERFLOW RuntimeErrorCode
UNIMPLEMENTED_FEATURE RuntimeErrorCode
UNINITIALIZED_VALUE RuntimeErrorCode
VALUE_RANGE RuntimeErrorCode

Public Methods

Method Description
ToString ( ) : string

Private Methods

Method Description
RuntimeErrorCode ( string name, string message ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

DIVISION_BY_ZERO public_oe static_oe property

public static RuntimeErrorCode,Interpreter.backend.interpreter DIVISION_BY_ZERO
return RuntimeErrorCode

INVALID_CASE_EXPRESSION_VALUE public_oe static_oe property

public static RuntimeErrorCode,Interpreter.backend.interpreter INVALID_CASE_EXPRESSION_VALUE
return RuntimeErrorCode

INVALID_INPUT public_oe static_oe property

public static RuntimeErrorCode,Interpreter.backend.interpreter INVALID_INPUT
return RuntimeErrorCode

INVALID_STANDARD_FUNCTION_ARGUMENT public_oe static_oe property

public static RuntimeErrorCode,Interpreter.backend.interpreter INVALID_STANDARD_FUNCTION_ARGUMENT
return RuntimeErrorCode

STACK_OVERFLOW public_oe static_oe property

public static RuntimeErrorCode,Interpreter.backend.interpreter STACK_OVERFLOW
return RuntimeErrorCode

UNIMPLEMENTED_FEATURE public_oe static_oe property

public static RuntimeErrorCode,Interpreter.backend.interpreter UNIMPLEMENTED_FEATURE
return RuntimeErrorCode

UNINITIALIZED_VALUE public_oe static_oe property

public static RuntimeErrorCode,Interpreter.backend.interpreter UNINITIALIZED_VALUE
return RuntimeErrorCode

VALUE_RANGE public_oe static_oe property

public static RuntimeErrorCode,Interpreter.backend.interpreter VALUE_RANGE
return RuntimeErrorCode