Interface Semanticdb.UnaryOperatorTreeOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Semanticdb.UnaryOperator getOp()
      .com.sourcegraph.semanticdb_javac.UnaryOperator op = 1;
      int getOpValue()
      .com.sourcegraph.semanticdb_javac.UnaryOperator op = 1;
      Semanticdb.Tree getTree()
      .com.sourcegraph.semanticdb_javac.Tree tree = 2;
      Semanticdb.TreeOrBuilder getTreeOrBuilder()
      .com.sourcegraph.semanticdb_javac.Tree tree = 2;
      boolean hasTree()
      .com.sourcegraph.semanticdb_javac.Tree tree = 2;
      • 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

      • getOpValue

        int getOpValue()
        .com.sourcegraph.semanticdb_javac.UnaryOperator op = 1;
        Returns:
        The enum numeric value on the wire for op.
      • hasTree

        boolean hasTree()
        .com.sourcegraph.semanticdb_javac.Tree tree = 2;
        Returns:
        Whether the tree field is set.
      • getTree

        Semanticdb.Tree getTree()
        .com.sourcegraph.semanticdb_javac.Tree tree = 2;
        Returns:
        The tree.