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 FSTreeNode
public int getEnd()
public int getStart()
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.