Interface Semanticdb.BinaryOperatorTreeOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Semanticdb.Tree getLhs()
      .com.sourcegraph.semanticdb_javac.Tree lhs = 1;
      Semanticdb.TreeOrBuilder getLhsOrBuilder()
      .com.sourcegraph.semanticdb_javac.Tree lhs = 1;
      Semanticdb.BinaryOperator getOp()
      .com.sourcegraph.semanticdb_javac.BinaryOperator op = 2;
      int getOpValue()
      .com.sourcegraph.semanticdb_javac.BinaryOperator op = 2;
      Semanticdb.Tree getRhs()
      .com.sourcegraph.semanticdb_javac.Tree rhs = 3;
      Semanticdb.TreeOrBuilder getRhsOrBuilder()
      .com.sourcegraph.semanticdb_javac.Tree rhs = 3;
      boolean hasLhs()
      .com.sourcegraph.semanticdb_javac.Tree lhs = 1;
      boolean hasRhs()
      .com.sourcegraph.semanticdb_javac.Tree rhs = 3;
      • 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

      • hasLhs

        boolean hasLhs()
        .com.sourcegraph.semanticdb_javac.Tree lhs = 1;
        Returns:
        Whether the lhs field is set.
      • getLhs

        Semanticdb.Tree getLhs()
        .com.sourcegraph.semanticdb_javac.Tree lhs = 1;
        Returns:
        The lhs.
      • getOpValue

        int getOpValue()
        .com.sourcegraph.semanticdb_javac.BinaryOperator op = 2;
        Returns:
        The enum numeric value on the wire for op.
      • hasRhs

        boolean hasRhs()
        .com.sourcegraph.semanticdb_javac.Tree rhs = 3;
        Returns:
        Whether the rhs field is set.
      • getRhs

        Semanticdb.Tree getRhs()
        .com.sourcegraph.semanticdb_javac.Tree rhs = 3;
        Returns:
        The rhs.