| Package | Description |
|---|---|
| soot.dotnet.proto |
| Modifier and Type | Method and Description |
|---|---|
static ProtoAssemblyAllTypes.TypeKindDef |
ProtoAssemblyAllTypes.TypeKindDef.forNumber(int value) |
ProtoAssemblyAllTypes.TypeKindDef |
ProtoAssemblyAllTypes.TypeDefinitionOrBuilder.getTypeKind()
.TypeKindDef type_kind = 10; |
ProtoAssemblyAllTypes.TypeKindDef |
ProtoAssemblyAllTypes.TypeDefinition.getTypeKind()
.TypeKindDef type_kind = 10; |
ProtoAssemblyAllTypes.TypeKindDef |
ProtoAssemblyAllTypes.TypeDefinition.Builder.getTypeKind()
.TypeKindDef type_kind = 10; |
ProtoAssemblyAllTypes.TypeKindDef |
ProtoAssemblyAllTypes.FieldDefinitionOrBuilder.getTypeKind()
.TypeKindDef type_kind = 14; |
ProtoAssemblyAllTypes.TypeKindDef |
ProtoAssemblyAllTypes.FieldDefinition.getTypeKind()
.TypeKindDef type_kind = 14; |
ProtoAssemblyAllTypes.TypeKindDef |
ProtoAssemblyAllTypes.FieldDefinition.Builder.getTypeKind()
.TypeKindDef type_kind = 14; |
ProtoAssemblyAllTypes.TypeKindDef |
ProtoAssemblyAllTypes.PropertyDefinitionOrBuilder.getTypeKind()
.TypeKindDef type_kind = 14; |
ProtoAssemblyAllTypes.TypeKindDef |
ProtoAssemblyAllTypes.PropertyDefinition.getTypeKind()
.TypeKindDef type_kind = 14; |
ProtoAssemblyAllTypes.TypeKindDef |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.getTypeKind()
.TypeKindDef type_kind = 14; |
static ProtoAssemblyAllTypes.TypeKindDef |
ProtoAssemblyAllTypes.TypeKindDef.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ProtoAssemblyAllTypes.TypeKindDef |
ProtoAssemblyAllTypes.TypeKindDef.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ProtoAssemblyAllTypes.TypeKindDef |
ProtoAssemblyAllTypes.TypeKindDef.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtoAssemblyAllTypes.TypeKindDef[] |
ProtoAssemblyAllTypes.TypeKindDef.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<ProtoAssemblyAllTypes.TypeKindDef> |
ProtoAssemblyAllTypes.TypeKindDef.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ProtoAssemblyAllTypes.TypeDefinition.Builder |
ProtoAssemblyAllTypes.TypeDefinition.Builder.setTypeKind(ProtoAssemblyAllTypes.TypeKindDef value)
.TypeKindDef type_kind = 10; |
ProtoAssemblyAllTypes.FieldDefinition.Builder |
ProtoAssemblyAllTypes.FieldDefinition.Builder.setTypeKind(ProtoAssemblyAllTypes.TypeKindDef value)
.TypeKindDef type_kind = 14; |
ProtoAssemblyAllTypes.PropertyDefinition.Builder |
ProtoAssemblyAllTypes.PropertyDefinition.Builder.setTypeKind(ProtoAssemblyAllTypes.TypeKindDef value)
.TypeKindDef type_kind = 14; |
Copyright © 2024 Soot OSS. All rights reserved.