public static interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilder
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 = 13; |
int |
getAttributesCount()
repeated .AttributeDefinition attributes = 13; |
List<ProtoAssemblyAllTypes.AttributeDefinition> |
getAttributesList()
repeated .AttributeDefinition attributes = 13; |
ProtoAssemblyAllTypes.AttributeDefinitionOrBuilder |
getAttributesOrBuilder(int index)
repeated .AttributeDefinition attributes = 13; |
List<? extends ProtoAssemblyAllTypes.AttributeDefinitionOrBuilder> |
getAttributesOrBuilderList()
repeated .AttributeDefinition attributes = 13; |
ProtoAssemblyAllTypes.TypeDefinition |
getDeclaringType()
.TypeDefinition declaring_type = 15; |
ProtoAssemblyAllTypes.TypeDefinitionOrBuilder |
getDeclaringTypeOrBuilder()
.TypeDefinition declaring_type = 15; |
String |
getFullName()
string full_name = 14; |
com.google.protobuf.ByteString |
getFullNameBytes()
string full_name = 14; |
boolean |
getHasBody()
bool has_body = 3; |
boolean |
getIsAbstract()
bool is_abstract = 5; |
boolean |
getIsAccessor()
bool is_accessor = 6; |
boolean |
getIsConstructor()
bool is_constructor = 7; |
boolean |
getIsDestructor()
bool is_destructor = 8; |
boolean |
getIsExplicitInterfaceImplementation()
bool is_explicit_interface_implementation = 9; |
boolean |
getIsExtern()
bool is_extern = 17; |
boolean |
getIsOperator()
bool is_operator = 16; |
boolean |
getIsSealed()
bool is_sealed = 19; |
boolean |
getIsStatic()
bool is_static = 10; |
boolean |
getIsUnsafe()
bool is_unsafe = 18; |
boolean |
getIsVirtual()
bool is_virtual = 11; |
String |
getName()
string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 2; |
ProtoAssemblyAllTypes.ParameterDefinition |
getParameter(int index)
repeated .ParameterDefinition parameter = 4; |
int |
getParameterCount()
repeated .ParameterDefinition parameter = 4; |
List<ProtoAssemblyAllTypes.ParameterDefinition> |
getParameterList()
repeated .ParameterDefinition parameter = 4; |
ProtoAssemblyAllTypes.ParameterDefinitionOrBuilder |
getParameterOrBuilder(int index)
repeated .ParameterDefinition parameter = 4; |
List<? extends ProtoAssemblyAllTypes.ParameterDefinitionOrBuilder> |
getParameterOrBuilderList()
repeated .ParameterDefinition parameter = 4; |
int |
getPeToken()
hexadecimal x8 pe token
|
ProtoAssemblyAllTypes.TypeDefinition |
getReturnType()
.TypeDefinition return_type = 12; |
ProtoAssemblyAllTypes.TypeDefinitionOrBuilder |
getReturnTypeOrBuilder()
.TypeDefinition return_type = 12; |
boolean |
hasDeclaringType()
.TypeDefinition declaring_type = 15; |
boolean |
hasReturnType()
.TypeDefinition return_type = 12; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getAccessibilityValue()
.Accessibility accessibility = 1;ProtoAssemblyAllTypes.Accessibility getAccessibility()
.Accessibility accessibility = 1;String getName()
string name = 2;com.google.protobuf.ByteString getNameBytes()
string name = 2;boolean getHasBody()
bool has_body = 3;List<ProtoAssemblyAllTypes.ParameterDefinition> getParameterList()
repeated .ParameterDefinition parameter = 4;ProtoAssemblyAllTypes.ParameterDefinition getParameter(int index)
repeated .ParameterDefinition parameter = 4;int getParameterCount()
repeated .ParameterDefinition parameter = 4;List<? extends ProtoAssemblyAllTypes.ParameterDefinitionOrBuilder> getParameterOrBuilderList()
repeated .ParameterDefinition parameter = 4;ProtoAssemblyAllTypes.ParameterDefinitionOrBuilder getParameterOrBuilder(int index)
repeated .ParameterDefinition parameter = 4;boolean getIsAbstract()
bool is_abstract = 5;boolean getIsAccessor()
bool is_accessor = 6;boolean getIsConstructor()
bool is_constructor = 7;boolean getIsDestructor()
bool is_destructor = 8;boolean getIsExplicitInterfaceImplementation()
bool is_explicit_interface_implementation = 9;boolean getIsStatic()
bool is_static = 10;boolean getIsVirtual()
bool is_virtual = 11;boolean getIsOperator()
bool is_operator = 16;boolean getIsExtern()
bool is_extern = 17;boolean getIsUnsafe()
bool is_unsafe = 18;boolean getIsSealed()
bool is_sealed = 19;boolean hasReturnType()
.TypeDefinition return_type = 12;ProtoAssemblyAllTypes.TypeDefinition getReturnType()
.TypeDefinition return_type = 12;ProtoAssemblyAllTypes.TypeDefinitionOrBuilder getReturnTypeOrBuilder()
.TypeDefinition return_type = 12;List<ProtoAssemblyAllTypes.AttributeDefinition> getAttributesList()
repeated .AttributeDefinition attributes = 13;ProtoAssemblyAllTypes.AttributeDefinition getAttributes(int index)
repeated .AttributeDefinition attributes = 13;int getAttributesCount()
repeated .AttributeDefinition attributes = 13;List<? extends ProtoAssemblyAllTypes.AttributeDefinitionOrBuilder> getAttributesOrBuilderList()
repeated .AttributeDefinition attributes = 13;ProtoAssemblyAllTypes.AttributeDefinitionOrBuilder getAttributesOrBuilder(int index)
repeated .AttributeDefinition attributes = 13;String getFullName()
string full_name = 14;com.google.protobuf.ByteString getFullNameBytes()
string full_name = 14;boolean hasDeclaringType()
.TypeDefinition declaring_type = 15;ProtoAssemblyAllTypes.TypeDefinition getDeclaringType()
.TypeDefinition declaring_type = 15;ProtoAssemblyAllTypes.TypeDefinitionOrBuilder getDeclaringTypeOrBuilder()
.TypeDefinition declaring_type = 15;int getPeToken()
hexadecimal x8 pe token
int32 pe_token = 20;Copyright © 2024 Soot OSS. All rights reserved.