Package org.ek9lang.compiler.phase5
Class SafeGenericAccessMarker
java.lang.Object
org.ek9lang.compiler.phase5.SafeGenericAccessMarker
Marks specific types of variable of specific types (generic Result/Option) in a manner
that enables the compiler to check if access to certain methods is safe.
-
Constructor Details
-
SafeGenericAccessMarker
SafeGenericAccessMarker(SymbolsAndScopes symbolsAndScopes) Constructor to provided typed access.
-
-
Method Details