public class VarHypSubst
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static VarHypSubst |
END_OF_LIST |
ParseNode |
sourceNode |
VarHyp |
targetVarHyp |
Constructor and Description |
---|
VarHypSubst(VarHyp target,
ParseNode source) |
public static final VarHypSubst END_OF_LIST
public VarHyp targetVarHyp
public ParseNode sourceNode