Table of Contents

Class UnexpectedEndOfTokensException

Namespace
StepLang.Parsing
Assembly
StepLang.dll
public class UnexpectedEndOfTokensException : ParserException, ISerializable
Inheritance
UnexpectedEndOfTokensException
Implements
Inherited Members

Constructors

UnexpectedEndOfTokensException(TokenLocation?, string)

public UnexpectedEndOfTokensException(TokenLocation? location, string message = "Expected a statement")

Parameters

location TokenLocation
message string