Uses of Class
org.ek9lang.compiler.phase5.AbstractSafeSymbolMarker
Packages that use AbstractSafeSymbolMarker
Package
Description
I - PRE Intermediate Representation generation checks.
-
Uses of AbstractSafeSymbolMarker in org.ek9lang.compiler.phase5
Subclasses of AbstractSafeSymbolMarker in org.ek9lang.compiler.phase5Modifier and TypeClassDescription(package private) class
Once an expression has been assessed as being simple enough to process, this consumer is called to mark the appropriate symbol(s) used in the expression as safe if the appropriate methods are called.(package private) final class
It may be that before calling this you have determined that 'isSet' has been called or you 'know' that the value of the variable is present and set.