public class Path extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DOWN |
static int |
DOWNS |
static int |
ISOLATED
stopper: yes; children: yes.
|
static int |
MERGEABLE
alternatives get merged.
|
static int |
UP |
static int |
UPS |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static void |
translate(Syntax syntax,
Definition source,
Definition target)
Creates a path with no steps
|
static void |
translate(Syntax syntax,
Definition source,
int[] moves,
int[] symbols,
Definition target,
int modifier)
Creates a path with 1+ steps
|
static void |
translate(Syntax syntax,
Definition source,
int move,
net.oneandone.sushi.util.IntBitSet stopper,
List<Definition> targets,
int modifier) |
public static final int DOWN
public static final int DOWNS
public static final int UP
public static final int UPS
public static final int ISOLATED
public static final int MERGEABLE
public static void translate(Syntax syntax, Definition source, int move, net.oneandone.sushi.util.IntBitSet stopper, List<Definition> targets, int modifier) throws GenericException
targets - list of DefinitionsGenericExceptionpublic static void translate(Syntax syntax, Definition source, Definition target) throws GenericException
GenericExceptionpublic static void translate(Syntax syntax, Definition source, int[] moves, int[] symbols, Definition target, int modifier) throws GenericException
GenericExceptionCopyright © 1998–2017 1&1. All rights reserved.