public static final class ProtoAssemblyAllTypes.MethodDefinition extends com.google.protobuf.GeneratedMessageV3 implements ProtoAssemblyAllTypes.MethodDefinitionOrBuilder
MethodDefinition| Modifier and Type | Class and Description |
|---|---|
static class |
ProtoAssemblyAllTypes.MethodDefinition.Builder
Protobuf type
MethodDefinition |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ACCESSIBILITY_FIELD_NUMBER |
static int |
ATTRIBUTES_FIELD_NUMBER |
static int |
DECLARING_TYPE_FIELD_NUMBER |
static int |
FULL_NAME_FIELD_NUMBER |
static int |
HAS_BODY_FIELD_NUMBER |
static int |
IS_ABSTRACT_FIELD_NUMBER |
static int |
IS_ACCESSOR_FIELD_NUMBER |
static int |
IS_CONSTRUCTOR_FIELD_NUMBER |
static int |
IS_DESTRUCTOR_FIELD_NUMBER |
static int |
IS_EXPLICIT_INTERFACE_IMPLEMENTATION_FIELD_NUMBER |
static int |
IS_EXTERN_FIELD_NUMBER |
static int |
IS_OPERATOR_FIELD_NUMBER |
static int |
IS_SEALED_FIELD_NUMBER |
static int |
IS_STATIC_FIELD_NUMBER |
static int |
IS_UNSAFE_FIELD_NUMBER |
static int |
IS_VIRTUAL_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
PARAMETER_FIELD_NUMBER |
static int |
PE_TOKEN_FIELD_NUMBER |
static int |
RETURN_TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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; |
static ProtoAssemblyAllTypes.MethodDefinition |
getDefaultInstance() |
ProtoAssemblyAllTypes.MethodDefinition |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<ProtoAssemblyAllTypes.MethodDefinition> |
getParserForType() |
int |
getPeToken()
hexadecimal x8 pe token
|
ProtoAssemblyAllTypes.TypeDefinition |
getReturnType()
.TypeDefinition return_type = 12; |
ProtoAssemblyAllTypes.TypeDefinitionOrBuilder |
getReturnTypeOrBuilder()
.TypeDefinition return_type = 12; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDeclaringType()
.TypeDefinition declaring_type = 15; |
int |
hashCode() |
boolean |
hasReturnType()
.TypeDefinition return_type = 12; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ProtoAssemblyAllTypes.MethodDefinition.Builder |
newBuilder() |
static ProtoAssemblyAllTypes.MethodDefinition.Builder |
newBuilder(ProtoAssemblyAllTypes.MethodDefinition prototype) |
ProtoAssemblyAllTypes.MethodDefinition.Builder |
newBuilderForType() |
protected ProtoAssemblyAllTypes.MethodDefinition.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ProtoAssemblyAllTypes.MethodDefinition |
parseDelimitedFrom(InputStream input) |
static ProtoAssemblyAllTypes.MethodDefinition |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoAssemblyAllTypes.MethodDefinition |
parseFrom(byte[] data) |
static ProtoAssemblyAllTypes.MethodDefinition |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoAssemblyAllTypes.MethodDefinition |
parseFrom(ByteBuffer data) |
static ProtoAssemblyAllTypes.MethodDefinition |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoAssemblyAllTypes.MethodDefinition |
parseFrom(com.google.protobuf.ByteString data) |
static ProtoAssemblyAllTypes.MethodDefinition |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoAssemblyAllTypes.MethodDefinition |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ProtoAssemblyAllTypes.MethodDefinition |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoAssemblyAllTypes.MethodDefinition |
parseFrom(InputStream input) |
static ProtoAssemblyAllTypes.MethodDefinition |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ProtoAssemblyAllTypes.MethodDefinition> |
parser() |
ProtoAssemblyAllTypes.MethodDefinition.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ACCESSIBILITY_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int HAS_BODY_FIELD_NUMBER
public static final int PARAMETER_FIELD_NUMBER
public static final int IS_ABSTRACT_FIELD_NUMBER
public static final int IS_ACCESSOR_FIELD_NUMBER
public static final int IS_CONSTRUCTOR_FIELD_NUMBER
public static final int IS_DESTRUCTOR_FIELD_NUMBER
public static final int IS_EXPLICIT_INTERFACE_IMPLEMENTATION_FIELD_NUMBER
public static final int IS_STATIC_FIELD_NUMBER
public static final int IS_VIRTUAL_FIELD_NUMBER
public static final int IS_OPERATOR_FIELD_NUMBER
public static final int IS_EXTERN_FIELD_NUMBER
public static final int IS_UNSAFE_FIELD_NUMBER
public static final int IS_SEALED_FIELD_NUMBER
public static final int RETURN_TYPE_FIELD_NUMBER
public static final int ATTRIBUTES_FIELD_NUMBER
public static final int FULL_NAME_FIELD_NUMBER
public static final int DECLARING_TYPE_FIELD_NUMBER
public static final int PE_TOKEN_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public int getAccessibilityValue()
.Accessibility accessibility = 1;getAccessibilityValue in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic ProtoAssemblyAllTypes.Accessibility getAccessibility()
.Accessibility accessibility = 1;getAccessibility in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic String getName()
string name = 2;getName in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
string name = 2;getNameBytes in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic boolean getHasBody()
bool has_body = 3;getHasBody in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic List<ProtoAssemblyAllTypes.ParameterDefinition> getParameterList()
repeated .ParameterDefinition parameter = 4;getParameterList in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic List<? extends ProtoAssemblyAllTypes.ParameterDefinitionOrBuilder> getParameterOrBuilderList()
repeated .ParameterDefinition parameter = 4;getParameterOrBuilderList in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic int getParameterCount()
repeated .ParameterDefinition parameter = 4;getParameterCount in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic ProtoAssemblyAllTypes.ParameterDefinition getParameter(int index)
repeated .ParameterDefinition parameter = 4;getParameter in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic ProtoAssemblyAllTypes.ParameterDefinitionOrBuilder getParameterOrBuilder(int index)
repeated .ParameterDefinition parameter = 4;getParameterOrBuilder in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic boolean getIsAbstract()
bool is_abstract = 5;getIsAbstract in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic boolean getIsAccessor()
bool is_accessor = 6;getIsAccessor in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic boolean getIsConstructor()
bool is_constructor = 7;getIsConstructor in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic boolean getIsDestructor()
bool is_destructor = 8;getIsDestructor in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic boolean getIsExplicitInterfaceImplementation()
bool is_explicit_interface_implementation = 9;getIsExplicitInterfaceImplementation in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic boolean getIsStatic()
bool is_static = 10;getIsStatic in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic boolean getIsVirtual()
bool is_virtual = 11;getIsVirtual in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic boolean getIsOperator()
bool is_operator = 16;getIsOperator in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic boolean getIsExtern()
bool is_extern = 17;getIsExtern in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic boolean getIsUnsafe()
bool is_unsafe = 18;getIsUnsafe in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic boolean getIsSealed()
bool is_sealed = 19;getIsSealed in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic boolean hasReturnType()
.TypeDefinition return_type = 12;hasReturnType in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic ProtoAssemblyAllTypes.TypeDefinition getReturnType()
.TypeDefinition return_type = 12;getReturnType in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic ProtoAssemblyAllTypes.TypeDefinitionOrBuilder getReturnTypeOrBuilder()
.TypeDefinition return_type = 12;getReturnTypeOrBuilder in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic List<ProtoAssemblyAllTypes.AttributeDefinition> getAttributesList()
repeated .AttributeDefinition attributes = 13;getAttributesList in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic List<? extends ProtoAssemblyAllTypes.AttributeDefinitionOrBuilder> getAttributesOrBuilderList()
repeated .AttributeDefinition attributes = 13;getAttributesOrBuilderList in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic int getAttributesCount()
repeated .AttributeDefinition attributes = 13;getAttributesCount in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic ProtoAssemblyAllTypes.AttributeDefinition getAttributes(int index)
repeated .AttributeDefinition attributes = 13;getAttributes in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic ProtoAssemblyAllTypes.AttributeDefinitionOrBuilder getAttributesOrBuilder(int index)
repeated .AttributeDefinition attributes = 13;getAttributesOrBuilder in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic String getFullName()
string full_name = 14;getFullName in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic com.google.protobuf.ByteString getFullNameBytes()
string full_name = 14;getFullNameBytes in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic boolean hasDeclaringType()
.TypeDefinition declaring_type = 15;hasDeclaringType in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic ProtoAssemblyAllTypes.TypeDefinition getDeclaringType()
.TypeDefinition declaring_type = 15;getDeclaringType in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic ProtoAssemblyAllTypes.TypeDefinitionOrBuilder getDeclaringTypeOrBuilder()
.TypeDefinition declaring_type = 15;getDeclaringTypeOrBuilder in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic int getPeToken()
hexadecimal x8 pe token
int32 pe_token = 20;getPeToken in interface ProtoAssemblyAllTypes.MethodDefinitionOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ProtoAssemblyAllTypes.MethodDefinition parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoAssemblyAllTypes.MethodDefinition parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoAssemblyAllTypes.MethodDefinition parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoAssemblyAllTypes.MethodDefinition parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoAssemblyAllTypes.MethodDefinition parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoAssemblyAllTypes.MethodDefinition parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoAssemblyAllTypes.MethodDefinition parseFrom(InputStream input) throws IOException
IOExceptionpublic static ProtoAssemblyAllTypes.MethodDefinition parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtoAssemblyAllTypes.MethodDefinition parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ProtoAssemblyAllTypes.MethodDefinition parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtoAssemblyAllTypes.MethodDefinition parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ProtoAssemblyAllTypes.MethodDefinition parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ProtoAssemblyAllTypes.MethodDefinition.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ProtoAssemblyAllTypes.MethodDefinition.Builder newBuilder()
public static ProtoAssemblyAllTypes.MethodDefinition.Builder newBuilder(ProtoAssemblyAllTypes.MethodDefinition prototype)
public ProtoAssemblyAllTypes.MethodDefinition.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ProtoAssemblyAllTypes.MethodDefinition.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ProtoAssemblyAllTypes.MethodDefinition getDefaultInstance()
public static com.google.protobuf.Parser<ProtoAssemblyAllTypes.MethodDefinition> parser()
public com.google.protobuf.Parser<ProtoAssemblyAllTypes.MethodDefinition> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ProtoAssemblyAllTypes.MethodDefinition getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Soot OSS. All rights reserved.