public class ProductionState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
long |
end |
ByteList |
id |
long |
start |
int |
state |
java.lang.Object |
value |
| Constructor and Description |
|---|
ProductionState() |
| Modifier and Type | Method and Description |
|---|---|
static int |
column(long packed) |
int |
end() |
static int |
line(long packed) |
static long |
pack(int line,
int column) |
static long |
shift_line(long packed) |
int |
start() |
java.lang.String |
toString() |
public int state
public ByteList id
public java.lang.Object value
public long start
public long end
public java.lang.String toString()
toString in class java.lang.Objectpublic int start()
public int end()
public static int line(long packed)
public static long shift_line(long packed)
public static long pack(int line,
int column)
public static int column(long packed)
Copyright © 2001-2023 JRuby. All Rights Reserved.