SymbolTable

edu.vermontstate.mercury.SymbolTable
See theSymbolTable companion trait
object SymbolTable

Defines several exception classes used by all symbol table classes.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

class ConflictingNameException(message: String) extends SymbolTableException

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
class DuplicateObjectNameException(message: String) extends SymbolTableException

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
class DuplicateTypeNameException(message: String) extends SymbolTableException

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
class SymbolTableException(message: String) extends Exception

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
class UnknownObjectNameException(message: String) extends SymbolTableException

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
class UnknownTypeNameException(message: String) extends SymbolTableException

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all