Uses of Enum Class
org.ek9lang.compiler.ir.EscapeMetaData.EscapeLevel
Packages that use EscapeMetaData.EscapeLevel
-
Uses of EscapeMetaData.EscapeLevel in org.ek9lang.compiler.ir
Subclasses with type arguments of type EscapeMetaData.EscapeLevel in org.ek9lang.compiler.irModifier and TypeClassDescriptionstatic enumEscape level classification.Methods in org.ek9lang.compiler.ir that return EscapeMetaData.EscapeLevelModifier and TypeMethodDescriptionEscapeMetaData.escapeLevel()Returns the value of theescapeLevelrecord component.static EscapeMetaData.EscapeLevelReturns the enum constant of this class with the specified name.static EscapeMetaData.EscapeLevel[]EscapeMetaData.EscapeLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.ek9lang.compiler.ir with parameters of type EscapeMetaData.EscapeLevelModifierConstructorDescriptionEscapeMetaData(EscapeMetaData.EscapeLevel escapeLevel, EscapeMetaData.LifetimeScope lifetimeScope, Set<String> optimizationHints) Creates an instance of aEscapeMetaDatarecord class.