public static interface ProtoAssemblyAllTypes.FieldDefinitionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ProtoAssemblyAllTypes.Accessibility |
getAccessibility()
.Accessibility accessibility = 1; |
int |
getAccessibilityValue()
.Accessibility accessibility = 1; |
ProtoAssemblyAllTypes.AttributeDefinition |
getAttributes(int index)
repeated .AttributeDefinition attributes = 15; |
int |
getAttributesCount()
repeated .AttributeDefinition attributes = 15; |
List<ProtoAssemblyAllTypes.AttributeDefinition> |
getAttributesList()
repeated .AttributeDefinition attributes = 15; |
ProtoAssemblyAllTypes.AttributeDefinitionOrBuilder |
getAttributesOrBuilder(int index)
repeated .AttributeDefinition attributes = 15; |
List<? extends ProtoAssemblyAllTypes.AttributeDefinitionOrBuilder> |
getAttributesOrBuilderList()
repeated .AttributeDefinition attributes = 15; |
ProtoAssemblyAllTypes.TypeDefinition |
getDeclaringType()
.TypeDefinition declaring_type = 13; |
ProtoAssemblyAllTypes.TypeDefinitionOrBuilder |
getDeclaringTypeOrBuilder()
.TypeDefinition declaring_type = 13; |
String |
getFullName()
string full_name = 12; |
com.google.protobuf.ByteString |
getFullNameBytes()
string full_name = 12; |
boolean |
getIsAbstract()
bool is_abstract = 2; |
boolean |
getIsConst()
bool is_const = 7; |
boolean |
getIsExplicitInterfaceImplementation()
bool is_explicit_interface_implementation = 4; |
boolean |
getIsOverride()
bool is_override = 5; |
boolean |
getIsReadOnly()
bool is_read_only = 8; |
boolean |
getIsSealed()
bool is_sealed = 3; |
boolean |
getIsStatic()
bool is_static = 9; |
boolean |
getIsVirtual()
bool is_virtual = 6; |
String |
getName()
string name = 11; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 11; |
int |
getPeToken()
hexadecimal x8 pe token
|
ProtoAssemblyAllTypes.TypeDefinition |
getType()
.TypeDefinition type = 10; |
ProtoAssemblyAllTypes.TypeKindDef |
getTypeKind()
.TypeKindDef type_kind = 14; |
int |
getTypeKindValue()
.TypeKindDef type_kind = 14; |
ProtoAssemblyAllTypes.TypeDefinitionOrBuilder |
getTypeOrBuilder()
.TypeDefinition type = 10; |
boolean |
hasDeclaringType()
.TypeDefinition declaring_type = 13; |
boolean |
hasType()
.TypeDefinition type = 10; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getAccessibilityValue()
.Accessibility accessibility = 1;ProtoAssemblyAllTypes.Accessibility getAccessibility()
.Accessibility accessibility = 1;boolean getIsAbstract()
bool is_abstract = 2;boolean getIsSealed()
bool is_sealed = 3;boolean getIsExplicitInterfaceImplementation()
bool is_explicit_interface_implementation = 4;boolean getIsOverride()
bool is_override = 5;boolean getIsVirtual()
bool is_virtual = 6;boolean getIsConst()
bool is_const = 7;boolean getIsReadOnly()
bool is_read_only = 8;boolean getIsStatic()
bool is_static = 9;boolean hasType()
.TypeDefinition type = 10;ProtoAssemblyAllTypes.TypeDefinition getType()
.TypeDefinition type = 10;ProtoAssemblyAllTypes.TypeDefinitionOrBuilder getTypeOrBuilder()
.TypeDefinition type = 10;int getTypeKindValue()
.TypeKindDef type_kind = 14;ProtoAssemblyAllTypes.TypeKindDef getTypeKind()
.TypeKindDef type_kind = 14;String getName()
string name = 11;com.google.protobuf.ByteString getNameBytes()
string name = 11;String getFullName()
string full_name = 12;com.google.protobuf.ByteString getFullNameBytes()
string full_name = 12;boolean hasDeclaringType()
.TypeDefinition declaring_type = 13;ProtoAssemblyAllTypes.TypeDefinition getDeclaringType()
.TypeDefinition declaring_type = 13;ProtoAssemblyAllTypes.TypeDefinitionOrBuilder getDeclaringTypeOrBuilder()
.TypeDefinition declaring_type = 13;List<ProtoAssemblyAllTypes.AttributeDefinition> getAttributesList()
repeated .AttributeDefinition attributes = 15;ProtoAssemblyAllTypes.AttributeDefinition getAttributes(int index)
repeated .AttributeDefinition attributes = 15;int getAttributesCount()
repeated .AttributeDefinition attributes = 15;List<? extends ProtoAssemblyAllTypes.AttributeDefinitionOrBuilder> getAttributesOrBuilderList()
repeated .AttributeDefinition attributes = 15;ProtoAssemblyAllTypes.AttributeDefinitionOrBuilder getAttributesOrBuilder(int index)
repeated .AttributeDefinition attributes = 15;int getPeToken()
hexadecimal x8 pe token
int32 pe_token = 16;Copyright © 2024 Soot OSS. All rights reserved.