Uses of Enum Class
org.sonatype.maven.polyglot.atom.parsing.Token.Kind
Packages that use Token.Kind
-
Uses of Token.Kind in org.sonatype.maven.polyglot.atom.parsing
Fields in org.sonatype.maven.polyglot.atom.parsing declared as Token.KindFields in org.sonatype.maven.polyglot.atom.parsing with type parameters of type Token.KindModifier and TypeFieldDescriptionprivate static final Map
<String, Token.Kind> Token.Kind.TOKEN_MAP
Methods in org.sonatype.maven.polyglot.atom.parsing that return Token.KindModifier and TypeMethodDescriptionstatic Token.Kind
from token text, determines kind.static Token.Kind
Returns the enum constant of this class with the specified name.static Token.Kind[]
Token.Kind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sonatype.maven.polyglot.atom.parsing with parameters of type Token.KindModifier and TypeMethodDescriptionprivate Token
AtomParser.anyOf
(Token.Kind... ident) AtomParser.dependencies
(Token.Kind kind, boolean allowNullVersion) Dependencies of a project.AtomParser.match
(Token.Kind... ident) private org.apache.maven.model.Plugin
AtomParser.plugin
(Token.Kind keyword) private List
<org.apache.maven.model.Plugin> AtomParser.plugins
(Token.Kind keyword) Additional plugins and their configuration.AtomParser.properties
(Token.Kind kind) Constructors in org.sonatype.maven.polyglot.atom.parsing with parameters of type Token.Kind