public class DepthOfExpressionStore extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static DepthOfExpressionElement |
bottomFirstElement |
| Constructor and Description |
|---|
DepthOfExpressionStore() |
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<DepthOfExpressionElement> |
getDepthFirstRow() |
static ArrayList<DepthOfExpressionElement> |
getDepthOtherRows() |
static ArrayList<DepthOfExpressionElement> |
getDepthSecondArgRow() |
public static DepthOfExpressionElement bottomFirstElement
public static ArrayList<DepthOfExpressionElement> getDepthFirstRow()
public static ArrayList<DepthOfExpressionElement> getDepthOtherRows()
public static ArrayList<DepthOfExpressionElement> getDepthSecondArgRow()
Copyright © 2018. All Rights Reserved.