Enum Class LookAround

java.lang.Object
java.lang.Enum<LookAround>
com.plantuml.ubrex.LookAround
All Implemented Interfaces:
Serializable, Comparable<LookAround>, Constable

public enum LookAround extends Enum<LookAround>
  • Enum Constant Details

    • LOOK_AHEAD_POSITIVE

      public static final LookAround LOOK_AHEAD_POSITIVE
    • LOOK_AHEAD_NEGATIVE

      public static final LookAround LOOK_AHEAD_NEGATIVE
    • LOOK_BEHIND_POSITIVE

      public static final LookAround LOOK_BEHIND_POSITIVE
    • LOOK_BEHIND_NEGATIVE

      public static final LookAround LOOK_BEHIND_NEGATIVE
    • END_OF_TEXT

      public static final LookAround END_OF_TEXT
  • Method Details

    • values

      public static LookAround[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static LookAround valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • from

      public static LookAround from(CharSequence input)
    • isLookBehind

      public boolean isLookBehind()
    • isLookAhead

      public boolean isLookAhead()
    • getDefinitionSize

      public int getDefinitionSize()