public class CEAST extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CEAST.Constant |
static class |
CEAST.NodeList |
static class |
CEAST.Operator |
static class |
CEAST.Path |
static class |
CEAST.SliceList |
static class |
CEAST.Sort |
static class |
CEAST.StringList |
Modifier and Type | Field and Description |
---|---|
CEAST.NodeList |
clauses |
Map<String,Slice> |
dimdefs |
DapVariable |
field |
CEAST |
filter |
boolean |
isleaf |
CEAST.Constant |
kind |
CEAST |
lhs |
String |
name |
CEAST.Operator |
op |
CEAST |
projection |
CEAST |
rhs |
Slice |
slice |
List<Slice> |
slices |
CEAST.Sort |
sort |
CEAST.NodeList |
subnodes |
CEAST |
tree |
Object |
value |
Constructor and Description |
---|
CEAST(CEAST.Sort sort) |
Modifier and Type | Method and Description |
---|---|
void |
addSegment(CEAST segment) |
String |
toString() |
static void |
toString(CEAST node,
StringBuilder buf) |
public CEAST.Sort sort
public CEAST.NodeList clauses
public CEAST tree
public String name
public boolean isleaf
public CEAST.NodeList subnodes
public CEAST projection
public CEAST filter
public DapVariable field
public CEAST.Operator op
public CEAST lhs
public CEAST rhs
public CEAST.Constant kind
public Object value
public Slice slice
public CEAST(CEAST.Sort sort)
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.