public class ArrayNode extends FSTreeNode
ArrayNode.| Modifier and Type | Field and Description |
|---|---|
static int |
CUTOFF |
static int |
MULT |
children| Constructor and Description |
|---|
ArrayNode(int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd() |
int |
getStart() |
protected void |
initChildren() |
String |
toString() |
public static final int CUTOFF
public static final int MULT
protected void initChildren()
initChildren in class FSTreeNodepublic int getEnd()
public int getStart()
Copyright © 2018. All rights reserved.