Interface DescriptorsProtos.ClassDescriptorOrBuilder

    • Method Detail

      • getName

        String getName()
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 1;
        Returns:
        The bytes for name.
      • hasFullyQualifiedName

        boolean hasFullyQualifiedName()
        optional string fullyQualifiedName = 2;
        Returns:
        Whether the fullyQualifiedName field is set.
      • getFullyQualifiedName

        String getFullyQualifiedName()
        optional string fullyQualifiedName = 2;
        Returns:
        The fullyQualifiedName.
      • getFullyQualifiedNameBytes

        com.google.protobuf.ByteString getFullyQualifiedNameBytes()
        optional string fullyQualifiedName = 2;
        Returns:
        The bytes for fullyQualifiedName.
      • getSuperClassesList

        List<String> getSuperClassesList()
        repeated string superClasses = 3;
        Returns:
        A list containing the superClasses.
      • getSuperClassesCount

        int getSuperClassesCount()
        repeated string superClasses = 3;
        Returns:
        The count of superClasses.
      • getSuperClasses

        String getSuperClasses​(int index)
        repeated string superClasses = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The superClasses at the given index.
      • getSuperClassesBytes

        com.google.protobuf.ByteString getSuperClassesBytes​(int index)
        repeated string superClasses = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the superClasses at the given index.
      • getFunctionMembersCount

        int getFunctionMembersCount()
        repeated .protoblog.FunctionDescriptor functionMembers = 4;
      • getVarMembersCount

        int getVarMembersCount()
        repeated .protoblog.VarDescriptor varMembers = 5;
      • getAmbiguousMembersCount

        int getAmbiguousMembersCount()
        repeated .protoblog.AmbiguousDescriptor ambiguousMembers = 6;
      • getClassMembersCount

        int getClassMembersCount()
        repeated .protoblog.ClassDescriptor classMembers = 7;
      • getHasDecorators

        boolean getHasDecorators()
        bool hasDecorators = 8;
        Returns:
        The hasDecorators.
      • hasDefinitionLocation

        boolean hasDefinitionLocation()
        .protoblog.LocationInFile definitionLocation = 9;
        Returns:
        Whether the definitionLocation field is set.
      • getDefinitionLocation

        DescriptorsProtos.LocationInFile getDefinitionLocation()
        .protoblog.LocationInFile definitionLocation = 9;
        Returns:
        The definitionLocation.
      • getHasSuperClassWithoutDescriptor

        boolean getHasSuperClassWithoutDescriptor()
        bool hasSuperClassWithoutDescriptor = 10;
        Returns:
        The hasSuperClassWithoutDescriptor.
      • getHasMetaClass

        boolean getHasMetaClass()
        bool hasMetaClass = 11;
        Returns:
        The hasMetaClass.
      • hasMetaClassFQN

        boolean hasMetaClassFQN()
        optional string metaClassFQN = 12;
        Returns:
        Whether the metaClassFQN field is set.
      • getMetaClassFQN

        String getMetaClassFQN()
        optional string metaClassFQN = 12;
        Returns:
        The metaClassFQN.
      • getMetaClassFQNBytes

        com.google.protobuf.ByteString getMetaClassFQNBytes()
        optional string metaClassFQN = 12;
        Returns:
        The bytes for metaClassFQN.
      • getSupportsGenerics

        boolean getSupportsGenerics()
        bool supportsGenerics = 13;
        Returns:
        The supportsGenerics.