public class ProductionState
extends java.lang.Object
| Constructor and Description |
|---|
ProductionState() |
| Modifier and Type | Method and Description |
|---|---|
static int |
column(long packed) |
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 java.lang.String toString()
toString in class java.lang.Objectpublic int start()
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-2022 JRuby. All Rights Reserved.