public static interface VmErrors.ExecutionStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
VmErrors.Aborted |
getAborted()
.types.Aborted aborted = 2; |
VmErrors.AbortedOrBuilder |
getAbortedOrBuilder()
.types.Aborted aborted = 2; |
VmErrors.ArithmeticError |
getArithmeticError()
.types.ArithmeticError arithmetic_error = 3; |
VmErrors.ArithmeticErrorOrBuilder |
getArithmeticErrorOrBuilder()
.types.ArithmeticError arithmetic_error = 3; |
VmErrors.ExecutionStatus.ExecutionStatusCase |
getExecutionStatusCase() |
VmErrors.DynamicReferenceError |
getReferenceError()
.types.DynamicReferenceError reference_error = 4; |
VmErrors.DynamicReferenceErrorOrBuilder |
getReferenceErrorOrBuilder()
.types.DynamicReferenceError reference_error = 4; |
VmErrors.RuntimeStatus |
getRuntimeStatus()
.types.RuntimeStatus runtime_status = 1; |
int |
getRuntimeStatusValue()
.types.RuntimeStatus runtime_status = 1; |
boolean |
hasAborted()
.types.Aborted aborted = 2; |
boolean |
hasArithmeticError()
.types.ArithmeticError arithmetic_error = 3; |
boolean |
hasReferenceError()
.types.DynamicReferenceError reference_error = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getRuntimeStatusValue()
.types.RuntimeStatus runtime_status = 1;VmErrors.RuntimeStatus getRuntimeStatus()
.types.RuntimeStatus runtime_status = 1;boolean hasAborted()
.types.Aborted aborted = 2;VmErrors.Aborted getAborted()
.types.Aborted aborted = 2;VmErrors.AbortedOrBuilder getAbortedOrBuilder()
.types.Aborted aborted = 2;boolean hasArithmeticError()
.types.ArithmeticError arithmetic_error = 3;VmErrors.ArithmeticError getArithmeticError()
.types.ArithmeticError arithmetic_error = 3;VmErrors.ArithmeticErrorOrBuilder getArithmeticErrorOrBuilder()
.types.ArithmeticError arithmetic_error = 3;boolean hasReferenceError()
.types.DynamicReferenceError reference_error = 4;VmErrors.DynamicReferenceError getReferenceError()
.types.DynamicReferenceError reference_error = 4;VmErrors.DynamicReferenceErrorOrBuilder getReferenceErrorOrBuilder()
.types.DynamicReferenceError reference_error = 4;VmErrors.ExecutionStatus.ExecutionStatusCase getExecutionStatusCase()
Copyright © 2019. All rights reserved.