Package com.sourcegraph.semanticdb_javac
Interface Semanticdb.BinaryOperatorTreeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Semanticdb.BinaryOperatorTree,Semanticdb.BinaryOperatorTree.Builder
- Enclosing class:
- Semanticdb
public static interface Semanticdb.BinaryOperatorTreeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Semanticdb.TreegetLhs().com.sourcegraph.semanticdb_javac.Tree lhs = 1;Semanticdb.TreeOrBuildergetLhsOrBuilder().com.sourcegraph.semanticdb_javac.Tree lhs = 1;Semanticdb.BinaryOperatorgetOp().com.sourcegraph.semanticdb_javac.BinaryOperator op = 2;intgetOpValue().com.sourcegraph.semanticdb_javac.BinaryOperator op = 2;Semanticdb.TreegetRhs().com.sourcegraph.semanticdb_javac.Tree rhs = 3;Semanticdb.TreeOrBuildergetRhsOrBuilder().com.sourcegraph.semanticdb_javac.Tree rhs = 3;booleanhasLhs().com.sourcegraph.semanticdb_javac.Tree lhs = 1;booleanhasRhs().com.sourcegraph.semanticdb_javac.Tree rhs = 3;-
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.
-
getLhsOrBuilder
Semanticdb.TreeOrBuilder getLhsOrBuilder()
.com.sourcegraph.semanticdb_javac.Tree lhs = 1;
-
getOpValue
int getOpValue()
.com.sourcegraph.semanticdb_javac.BinaryOperator op = 2;- Returns:
- The enum numeric value on the wire for op.
-
getOp
Semanticdb.BinaryOperator getOp()
.com.sourcegraph.semanticdb_javac.BinaryOperator op = 2;- Returns:
- The 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.
-
getRhsOrBuilder
Semanticdb.TreeOrBuilder getRhsOrBuilder()
.com.sourcegraph.semanticdb_javac.Tree rhs = 3;
-
-