Class SymbolTypeOrException
java.lang.Object
org.ek9lang.compiler.common.SymbolTypeOrException
- All Implemented Interfaces:
Function<ISymbol,
,ISymbol> 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.
-
Constructor Details
-
SymbolTypeOrException
public SymbolTypeOrException()
-
-
Method Details
-
apply
-