public class ObjectToSetupCode extends Object implements Deserializer<Computation>
| Modifier and Type | Class and Description |
|---|---|
static class |
ObjectToSetupCode.Factory |
| Modifier and Type | Field and Description |
|---|---|
static Adaptors<ObjectToSetupCode> |
DEFAULT |
| Constructor and Description |
|---|
ObjectToSetupCode() |
ObjectToSetupCode(LocalVariableNameGenerator locals,
TypeManager types) |
ObjectToSetupCode(LocalVariableNameGenerator locals,
TypeManager types,
Adaptors<ObjectToSetupCode> adaptors) |
| Modifier and Type | Method and Description |
|---|---|
TypeManager |
getTypes() |
String |
localVariable(SerializedValue value,
Type type) |
Computation |
visitField(SerializedField field) |
Computation |
visitImmutableType(SerializedImmutableType value) |
Computation |
visitReferenceType(SerializedReferenceType value) |
Computation |
visitValueType(SerializedValueType value) |
public static final Adaptors<ObjectToSetupCode> DEFAULT
public ObjectToSetupCode()
public ObjectToSetupCode(LocalVariableNameGenerator locals, TypeManager types)
public ObjectToSetupCode(LocalVariableNameGenerator locals, TypeManager types, Adaptors<ObjectToSetupCode> adaptors)
public TypeManager getTypes()
public String localVariable(SerializedValue value, Type type)
public Computation visitField(SerializedField field)
visitField in interface Deserializer<Computation>public Computation visitReferenceType(SerializedReferenceType value)
visitReferenceType in interface Deserializer<Computation>public Computation visitValueType(SerializedValueType value)
visitValueType in interface Deserializer<Computation>public Computation visitImmutableType(SerializedImmutableType value)
visitImmutableType in interface Deserializer<Computation>Copyright © 2016. All rights reserved.