Interface Semanticdb.ExistentialTypeOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Semanticdb.Scope getDeclarations()
      .com.sourcegraph.semanticdb_javac.Scope declarations = 3;
      Semanticdb.ScopeOrBuilder getDeclarationsOrBuilder()
      .com.sourcegraph.semanticdb_javac.Scope declarations = 3;
      Semanticdb.Type getTpe()
      .com.sourcegraph.semanticdb_javac.Type tpe = 1;
      Semanticdb.TypeOrBuilder getTpeOrBuilder()
      .com.sourcegraph.semanticdb_javac.Type tpe = 1;
      boolean hasDeclarations()
      .com.sourcegraph.semanticdb_javac.Scope declarations = 3;
      boolean hasTpe()
      .com.sourcegraph.semanticdb_javac.Type tpe = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasTpe

        boolean hasTpe()
        .com.sourcegraph.semanticdb_javac.Type tpe = 1;
        Returns:
        Whether the tpe field is set.
      • getTpe

        Semanticdb.Type getTpe()
        .com.sourcegraph.semanticdb_javac.Type tpe = 1;
        Returns:
        The tpe.
      • hasDeclarations

        boolean hasDeclarations()
        .com.sourcegraph.semanticdb_javac.Scope declarations = 3;
        Returns:
        Whether the declarations field is set.
      • getDeclarations

        Semanticdb.Scope getDeclarations()
        .com.sourcegraph.semanticdb_javac.Scope declarations = 3;
        Returns:
        The declarations.
      • getDeclarationsOrBuilder

        Semanticdb.ScopeOrBuilder getDeclarationsOrBuilder()
        .com.sourcegraph.semanticdb_javac.Scope declarations = 3;