[go: up one dir, main page]

Menu

[r6]: / cell / LinkControl.java  Maximize  Restore  History

Download this file

13 lines (12 with data), 295 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
package cell;
public class LinkControl
{
static byte SRC_NAME = 0;
// Can contain both asterisk and plus.
static byte SRC_COL_START = 1;
static byte COL_COUNT = 2;
static byte DEST_COL_START = 3;
static byte FRAC = 4;
static byte DEST_NAME = 5;
// Can only contain plus.
}