public class Label
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
end |
NormException |
error |
Group |
group |
int[] |
input |
int[] |
normalized |
int |
start |
java.util.List<OutputToken> |
tokens |
| Constructor and Description |
|---|
Label() |
public int[] input
public int start
public int end
public java.util.List<OutputToken> tokens
public NormException error
public int[] normalized
public Group group