Class StringAnalyzer1

java.lang.Object
one.empty3.library1.tree.StringAnalyzer1

public class StringAnalyzer1 extends Object
The StringAnalyzer1 class is responsible for analyzing string inputs and performing parsing operations. It contains methods for parsing and retrieving constructs.
See Also:
  • Field Details

  • Constructor Details

    • StringAnalyzer1

      public StringAnalyzer1()
      This class represents a StringAnalyzer1 object that can perform parsing operations on a string input.
  • Method Details

    • getConstruct

      @NotNull protected @NotNull StringAnalyzer1.Construct getConstruct()
      Retrieves the Construct object from the current instance.
      Returns:
      the Construct object
    • parse

      public int parse(@Nullable @Nullable String input)
    • parse

      public int parse(@NotNull @NotNull StringAnalyzer1.Token token1, @Nullable @Nullable String input)