Class FaweParser.ParseEntry

java.lang.Object
com.fastasyncworldedit.core.extension.factory.parser.FaweParser.ParseEntry
Enclosing class:
FaweParser<T>

public static class FaweParser.ParseEntry extends Object
  • Constructor Details

    • ParseEntry

      public ParseEntry(String full, String input, boolean type)
  • Method Details

    • isAnd

      public boolean isAnd()
      Gives if the parsed entry was appended to the original input as an AND.
      Returns:
      if appended to input with '&' rather than ','
    • getInput

      public String getInput()
      The input "name" e.g. for #offset[2][10][2], returns "offset"
      Returns:
      input name
    • getFull

      public String getFull()
      The original full input, including arguments e.g. for #offset[2][10][2], returns "#offset[2][10][2]"
      Returns:
      original full input
    • toString

      public String toString()
      Overrides:
      toString in class Object