All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.javacc.parser.ZeroOrMore.html Maven / Gradle / Ivy

There is a newer version: 7.0.13
Show newest version





ZeroOrMore











org.javacc.parser

Class ZeroOrMore



  • public class ZeroOrMore
    extends Expansion
    Describes zero-or-more expansions (e.g., foo*).
    • Field Detail

      • expansion

        public Expansion expansion
        The expansion which is repeated zero or more times.
    • Constructor Detail

      • ZeroOrMore

        public ZeroOrMore()
    • Method Detail

      • dump

        public java.lang.StringBuffer dump(int indent,
                                  java.util.Set<? super Expansion> alreadyDumped)
        Overrides:
        dump in class Expansion




© 2015 - 2024 Weber Informatics LLC | Privacy Policy