Class AssertThrowsSymbol

All Implemented Interfaces:
Serializable, IScope, IScopedSymbol, ISymbol, ISymbolNature, ITokenReference

public class AssertThrowsSymbol extends ControlSymbol
EK9 assertThrows expression - captures an expected exception type and expression. When used in an assignment context, the return type is the exception type.
See Also: