Class RegexNode.Char

java.lang.Object
icyllis.arc3d.compiler.lex.RegexNode.Char
All Implemented Interfaces:
RegexNode
Enclosing interface:
RegexNode

public static class RegexNode.Char extends Object implements RegexNode
  • Field Details

    • mChar

      public final char mChar
  • Method Details

    • transition

      public it.unimi.dsi.fastutil.ints.IntList transition(NFA nfa, @Unmodifiable it.unimi.dsi.fastutil.ints.IntList next)
      Description copied from interface: RegexNode
      Creates NFA states for this node, with a successful match against this node resulting in a transition next all the states in the next list.
      Specified by:
      transition in interface RegexNode
    • toString

      public String toString()
      Overrides:
      toString in class Object