public interface ExpressionType
| Modifier and Type | Field and Description | 
|---|---|
static short | 
STRUCT_ARRAY
The array structure type. 
 | 
static short | 
STRUCT_SCALAR
The scalar structure type. 
 | 
static short | 
STRUCT_STRUCTURE
The structure structure type. 
 | 
static short | 
TYPE_BOOL
The boolean type. 
 | 
static short | 
TYPE_DYNAMIC
The dynamic type. 
 | 
static short | 
TYPE_FLOAT
The float type. 
 | 
static short | 
TYPE_INTEGER
The integer type. 
 | 
static short | 
TYPE_NUMERIC
The numeric type. 
 | 
static short | 
TYPE_STRING
The String type. 
 | 
static short | 
TYPE_UNDEF
The undefined type. 
 | 
static final short TYPE_UNDEF
static final short TYPE_BOOL
static final short TYPE_NUMERIC
static final short TYPE_INTEGER
static final short TYPE_FLOAT
static final short TYPE_STRING
static final short TYPE_DYNAMIC
static final short STRUCT_SCALAR
static final short STRUCT_ARRAY
static final short STRUCT_STRUCTURE
Copyright © 2018 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence