Class ProductionState

java.lang.Object
org.jruby.parser.ProductionState

public class ProductionState extends Object
  • Field Details

    • state

      public int state
    • id

      public ByteList id
    • value

      public Object value
    • start

      public long start
    • end

      public long end
  • Constructor Details

    • ProductionState

      public ProductionState()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • start

      public int start()
    • end

      public int end()
    • line

      public static int line(long packed)
    • shift_line

      public static long shift_line(long packed)
    • pack

      public static long pack(int line, int column)
    • column

      public static int column(long packed)