public class ArrayNode extends FSTreeNode
ArrayNode.| Modifier and Type | Field and Description |
|---|---|
static int |
CUTOFF
The Constant CUTOFF.
|
static int |
MULT
The Constant MULT.
|
children| Constructor and Description |
|---|
ArrayNode(int start,
int end)
Instantiates a new array node.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd()
Gets the end.
|
int |
getStart()
Gets the start.
|
protected void |
initChildren()
Inits the children.
|
String |
toString() |
public static final int CUTOFF
public static final int MULT
public ArrayNode(int start,
int end)
start - the startend - the endprotected void initChildren()
FSTreeNodeinitChildren in class FSTreeNodepublic int getEnd()
public int getStart()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.