public class SerializedResult extends Object implements Serializable, SerializedRole
Constructor and Description |
---|
SerializedResult(MethodSignature signature,
SerializedValue value) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(RoleVisitor<T> visitor) |
boolean |
equals(Object obj) |
MethodSignature |
getSignature() |
Type |
getType() |
SerializedValue |
getValue() |
int |
hashCode() |
String |
toString() |
public SerializedResult(MethodSignature signature, SerializedValue value)
public MethodSignature getSignature()
public Type getType()
public SerializedValue getValue()
public <T> T accept(RoleVisitor<T> visitor)
accept
in interface SerializedRole
Copyright © 2020. All rights reserved.