C# Class YAMP.Errors.YAMPOperatorMissingError

The operator missing error.
Inheritance: YAMPParseError
Afficher le fichier Open project: FlorianRappl/YAMP

Méthodes publiques

Méthode Description
YAMPOperatorMissingError ( Int32 line, Int32 column ) : System
YAMPOperatorMissingError ( ParseEngine pe ) : System

Method Details

YAMPOperatorMissingError() public méthode

public YAMPOperatorMissingError ( Int32 line, Int32 column ) : System
line System.Int32
column System.Int32
Résultat System

YAMPOperatorMissingError() public méthode

public YAMPOperatorMissingError ( ParseEngine pe ) : System
pe ParseEngine
Résultat System