public static interface ProtoAssemblyAllTypes.PropertyDefinitionOrBuilder
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 = 16; |
int |
getAttributesCount()
repeated .AttributeDefinition attributes = 16; |
List<ProtoAssemblyAllTypes.AttributeDefinition> |
getAttributesList()
repeated .AttributeDefinition attributes = 16; |
ProtoAssemblyAllTypes.AttributeDefinitionOrBuilder |
getAttributesOrBuilder(int index)
repeated .AttributeDefinition attributes = 16; |
List<? extends ProtoAssemblyAllTypes.AttributeDefinitionOrBuilder> |
getAttributesOrBuilderList()
repeated .AttributeDefinition attributes = 16; |
boolean |
getCanGet()
bool can_get = 2; |
boolean |
getCanSet()
bool can_set = 3; |
ProtoAssemblyAllTypes.MethodDefinition |
getGetter()
.MethodDefinition getter = 10; |
ProtoAssemblyAllTypes.MethodDefinitionOrBuilder |
getGetterOrBuilder()
.MethodDefinition getter = 10; |
boolean |
getIsAbstract()
bool is_abstract = 4; |
boolean |
getIsExplicitInterfaceImplementation()
bool is_explicit_interface_implementation = 6; |
boolean |
getIsExtern()
bool is_extern = 15; |
boolean |
getIsOverride()
bool is_override = 7; |
boolean |
getIsSealed()
bool is_sealed = 5; |
boolean |
getIsStatic()
bool is_static = 9; |
boolean |
getIsVirtual()
bool is_virtual = 8; |
String |
getName()
string name = 13; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 13; |
int |
getPeToken()
hexadecimal x8 pe token
|
ProtoAssemblyAllTypes.MethodDefinition |
getSetter()
.MethodDefinition setter = 11; |
ProtoAssemblyAllTypes.MethodDefinitionOrBuilder |
getSetterOrBuilder()
.MethodDefinition setter = 11; |
ProtoAssemblyAllTypes.TypeDefinition |
getType()
.TypeDefinition type = 12; |
ProtoAssemblyAllTypes.TypeKindDef |
getTypeKind()
.TypeKindDef type_kind = 14; |
int |
getTypeKindValue()
.TypeKindDef type_kind = 14; |
ProtoAssemblyAllTypes.TypeDefinitionOrBuilder |
getTypeOrBuilder()
.TypeDefinition type = 12; |
boolean |
hasGetter()
.MethodDefinition getter = 10; |
boolean |
hasSetter()
.MethodDefinition setter = 11; |
boolean |
hasType()
.TypeDefinition type = 12; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getAccessibilityValue()
.Accessibility accessibility = 1;ProtoAssemblyAllTypes.Accessibility getAccessibility()
.Accessibility accessibility = 1;boolean getCanGet()
bool can_get = 2;boolean getCanSet()
bool can_set = 3;boolean getIsAbstract()
bool is_abstract = 4;boolean getIsSealed()
bool is_sealed = 5;boolean getIsExplicitInterfaceImplementation()
bool is_explicit_interface_implementation = 6;boolean getIsOverride()
bool is_override = 7;boolean getIsVirtual()
bool is_virtual = 8;boolean getIsStatic()
bool is_static = 9;boolean getIsExtern()
bool is_extern = 15;boolean hasGetter()
.MethodDefinition getter = 10;ProtoAssemblyAllTypes.MethodDefinition getGetter()
.MethodDefinition getter = 10;ProtoAssemblyAllTypes.MethodDefinitionOrBuilder getGetterOrBuilder()
.MethodDefinition getter = 10;boolean hasSetter()
.MethodDefinition setter = 11;ProtoAssemblyAllTypes.MethodDefinition getSetter()
.MethodDefinition setter = 11;ProtoAssemblyAllTypes.MethodDefinitionOrBuilder getSetterOrBuilder()
.MethodDefinition setter = 11;boolean hasType()
.TypeDefinition type = 12;ProtoAssemblyAllTypes.TypeDefinition getType()
.TypeDefinition type = 12;ProtoAssemblyAllTypes.TypeDefinitionOrBuilder getTypeOrBuilder()
.TypeDefinition type = 12;int getTypeKindValue()
.TypeKindDef type_kind = 14;ProtoAssemblyAllTypes.TypeKindDef getTypeKind()
.TypeKindDef type_kind = 14;String getName()
string name = 13;com.google.protobuf.ByteString getNameBytes()
string name = 13;List<ProtoAssemblyAllTypes.AttributeDefinition> getAttributesList()
repeated .AttributeDefinition attributes = 16;ProtoAssemblyAllTypes.AttributeDefinition getAttributes(int index)
repeated .AttributeDefinition attributes = 16;int getAttributesCount()
repeated .AttributeDefinition attributes = 16;List<? extends ProtoAssemblyAllTypes.AttributeDefinitionOrBuilder> getAttributesOrBuilderList()
repeated .AttributeDefinition attributes = 16;ProtoAssemblyAllTypes.AttributeDefinitionOrBuilder getAttributesOrBuilder(int index)
repeated .AttributeDefinition attributes = 16;int getPeToken()
hexadecimal x8 pe token
int32 pe_token = 17;Copyright © 2024 Soot OSS. All rights reserved.