Class SymbolTypeOrException

java.lang.Object
org.ek9lang.compiler.common.SymbolTypeOrException
All Implemented Interfaces:
Function<ISymbol,ISymbol>, UnaryOperator<ISymbol>

public final class SymbolTypeOrException extends Object implements UnaryOperator<ISymbol>
Just gets the type from a symbol, or throws a compiler exception if missing. Missing types should have been detected in earlier stages. So be carful which phase you use this with.