Uses of Enum
org.sonatype.maven.polyglot.atom.parsing.Token.Kind
Packages that use Token.Kind
-
Uses of Token.Kind in org.sonatype.maven.polyglot.atom.parsing
Subclasses with type arguments of type Token.Kind in org.sonatype.maven.polyglot.atom.parsingFields 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_MAPMethods in org.sonatype.maven.polyglot.atom.parsing that return Token.KindModifier and TypeMethodDescriptionstatic Token.Kindfrom token text, determines kind.static Token.KindReturns the enum constant of this type with the specified name.static Token.Kind[]Token.Kind.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sonatype.maven.polyglot.atom.parsing with parameters of type Token.KindModifier and TypeMethodDescriptionprivate TokenAtomParser.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.PluginAtomParser.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