Uses of Enum Class
org.ek9lang.compiler.directives.DebugAspect
Packages that use DebugAspect
Package
Description
The directives are really aimed at helping the creation of the EK9 language, but they
maybe very useful in the early stages of adoption of EK9 (should there be any).
-
Uses of DebugAspect in org.ek9lang.compiler.directives
Subclasses with type arguments of type DebugAspect in org.ek9lang.compiler.directivesModifier and TypeClassDescriptionenumWhich slice of the generated debug information a@DEBUGdirective asserts against.Methods in org.ek9lang.compiler.directives that return DebugAspectModifier and TypeMethodDescriptionDebugDirective.getAspect()static DebugAspectReturns the enum constant of this class with the specified name.static DebugAspect[]DebugAspect.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.ek9lang.compiler.directives with parameters of type DebugAspectModifierConstructorDescriptionDebugDirective(DirectiveSpec spec, DebugAspect aspect) A new debug-info validation directive.