Uses of Enum Class
org.ek9lang.compiler.common.Suggestion.Source
Packages that use Suggestion.Source
Package
Description
Common parts of processing that can be reused across various phases.
-
Uses of Suggestion.Source in org.ek9lang.compiler.common
Subclasses with type arguments of type Suggestion.Source in org.ek9lang.compiler.commonMethods in org.ek9lang.compiler.common that return Suggestion.SourceModifier and TypeMethodDescriptionSuggestion.source()Returns the value of thesourcerecord component.static Suggestion.SourceReturns the enum constant of this class with the specified name.static Suggestion.Source[]Suggestion.Source.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.ek9lang.compiler.common with parameters of type Suggestion.SourceModifierConstructorDescriptionSuggestion(String name, String displayText, int cost, Integer line, Suggestion.Source source) Creates an instance of aSuggestionrecord class.