Modifier and Type | Method and Description |
---|---|
T |
visit(BinaryValue binaryValue)
Visits value.
|
T |
visit(BooleanValue booleanValue)
Visits value.
|
T |
visit(DateValue dateValue)
Visits value.
|
T |
visit(DecimalValue decimalValue)
Visits value.
|
T |
visit(EnumerationValue enumerationValue)
Visits value.
|
T |
visit(ExpressionValue expressionValue)
Visits value.
|
T |
visit(ExternalValue externalTypeValue)
Visits value.
|
T |
visit(ListValue listValue)
Visits value.
|
T |
visit(LocalDateValue value)
Visits value.
|
T |
visit(MapValue mapValue)
Visits value.
|
T |
visit(NullValue nullValue)
Visits value.
|
T |
visit(ObjectValue objectValue)
Visits value.
|
T |
visit(PropertyPathValue propertyPathValue)
Visits value.
|
T |
visit(PropertyValue propertyValue)
Visits value.
|
T |
visit(RangeValue rangeValue)
Visits value.
|
T |
visit(ReadOnlyRecordValue recordValue)
Visits value.
|
T |
visit(RecordProxySetValue recordProxySetValue)
Visits value.
|
T |
visit(RecordValue recordValue)
Visits value.
|
T |
visit(SetValue setValue)
Visits value.
|
T |
visit(StringValue stringValue)
Visits value.
|
T |
visit(TypeValue typeValue)
Visits value.
|
T visit(ObjectValue objectValue) throws E extends Throwable
T visit(BooleanValue booleanValue) throws E extends Throwable
T visit(DecimalValue decimalValue) throws E extends Throwable
T visit(StringValue stringValue) throws E extends Throwable
T visit(LocalDateValue value) throws E extends Throwable
T visit(RecordValue recordValue) throws E extends Throwable
T visit(ExpressionValue expressionValue) throws E extends Throwable
T visit(ExternalValue externalTypeValue) throws E extends Throwable
T visit(EnumerationValue enumerationValue) throws E extends Throwable
T visit(BinaryValue binaryValue) throws E extends Throwable
T visit(PropertyPathValue propertyPathValue) throws E extends Throwable
T visit(PropertyValue propertyValue) throws E extends Throwable
T visit(ReadOnlyRecordValue recordValue) throws E extends Throwable
T visit(RangeValue rangeValue) throws E extends Throwable
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.