Reporter
extends ObjectThis trait defines a tool to report errors/warnings that do not depend on Position.
Supertypes
ObjectMembers
def
argError
( message: String , index: Int ) : Unit
def
argsError
( message: String ) : Unit
def
hasReported
( ) : BooleanClaims whether an error or a warning has been reported
Claims whether an error or a warning has been reported
def
partError
( message: String , index: Int , offset: Int ) : Unit
def
partWarning
( message: String , index: Int , offset: Int ) : Unit
def
resetReported
( ) : UnitStores the old value of the reported and reset it to false
Stores the old value of the reported and reset it to false
def
restoreReported
( ) : UnitRestores the value of the reported boolean that has been reset
Restores the value of the reported boolean that has been reset
def