| Package | Description |
|---|---|
| org.jsimpledb.parse.expr |
Classes for parsing Java expressions with JSimpleDB-specific extensions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLValue
Abstract
LValue implementation. |
class |
InstanceFieldValue
Value that reflects a non-static field in some Java object. |
class |
JSimpleFieldValue
|
class |
MutableBeanPropertyValue
Value that reflects a mutable bean property in some object. |
class |
SimpleFieldValue
Value that reflects a core API SimpleField in some database object. |
class |
StaticFieldValue
|
class |
ValueValue
|
class |
VarValue
Value that represents a ParseSession variable. |
| Modifier and Type | Method and Description |
|---|---|
LValue |
Value.asLValue(String operation)
Verify that this instance is actually an
LValue. |
LValue |
AbstractValue.asLValue(String operation) |
Copyright © 2017. All rights reserved.