public static interface Cpg.CpgStruct.EdgeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getDst()
Destination node.
|
Cpg.CpgStruct.Edge.Property |
getProperty(int index)
repeated .cpg.CpgStruct.Edge.Property property = 4; |
int |
getPropertyCount()
repeated .cpg.CpgStruct.Edge.Property property = 4; |
java.util.List<Cpg.CpgStruct.Edge.Property> |
getPropertyList()
repeated .cpg.CpgStruct.Edge.Property property = 4; |
Cpg.CpgStruct.Edge.PropertyOrBuilder |
getPropertyOrBuilder(int index)
repeated .cpg.CpgStruct.Edge.Property property = 4; |
java.util.List<? extends Cpg.CpgStruct.Edge.PropertyOrBuilder> |
getPropertyOrBuilderList()
repeated .cpg.CpgStruct.Edge.Property property = 4; |
long |
getSrc()
Source node.
|
Cpg.CpgStruct.Edge.EdgeType |
getType()
.cpg.CpgStruct.Edge.EdgeType type = 3; |
int |
getTypeValue()
.cpg.CpgStruct.Edge.EdgeType type = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getSrc()
Source node.
int64 src = 1;long getDst()
Destination node.
int64 dst = 2;int getTypeValue()
.cpg.CpgStruct.Edge.EdgeType type = 3;Cpg.CpgStruct.Edge.EdgeType getType()
.cpg.CpgStruct.Edge.EdgeType type = 3;java.util.List<Cpg.CpgStruct.Edge.Property> getPropertyList()
repeated .cpg.CpgStruct.Edge.Property property = 4;Cpg.CpgStruct.Edge.Property getProperty(int index)
repeated .cpg.CpgStruct.Edge.Property property = 4;int getPropertyCount()
repeated .cpg.CpgStruct.Edge.Property property = 4;java.util.List<? extends Cpg.CpgStruct.Edge.PropertyOrBuilder> getPropertyOrBuilderList()
repeated .cpg.CpgStruct.Edge.Property property = 4;Cpg.CpgStruct.Edge.PropertyOrBuilder getPropertyOrBuilder(int index)
repeated .cpg.CpgStruct.Edge.Property property = 4;