Package io.shiftleft.proto.cpg
Interface Cpg.CpgStruct.EdgeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Cpg.CpgStruct.Edge
,Cpg.CpgStruct.Edge.Builder
- Enclosing class:
- Cpg.CpgStruct
public static interface Cpg.CpgStruct.EdgeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSrc
long getSrc()
Source node.
int64 src = 1;
- Returns:
- The src.
-
getDst
long getDst()
Destination node.
int64 dst = 2;
- Returns:
- The dst.
-
getTypeValue
int getTypeValue()
.cpg.CpgStruct.Edge.EdgeType type = 3;
- Returns:
- The enum numeric value on the wire for type.
-
getType
Cpg.CpgStruct.Edge.EdgeType getType()
.cpg.CpgStruct.Edge.EdgeType type = 3;
- Returns:
- The type.
-
getPropertyList
java.util.List<Cpg.CpgStruct.Edge.Property> getPropertyList()
repeated .cpg.CpgStruct.Edge.Property property = 4;
-
getProperty
Cpg.CpgStruct.Edge.Property getProperty(int index)
repeated .cpg.CpgStruct.Edge.Property property = 4;
-
getPropertyCount
int getPropertyCount()
repeated .cpg.CpgStruct.Edge.Property property = 4;
-
getPropertyOrBuilderList
java.util.List<? extends Cpg.CpgStruct.Edge.PropertyOrBuilder> getPropertyOrBuilderList()
repeated .cpg.CpgStruct.Edge.Property property = 4;
-
getPropertyOrBuilder
Cpg.CpgStruct.Edge.PropertyOrBuilder getPropertyOrBuilder(int index)
repeated .cpg.CpgStruct.Edge.Property property = 4;
-
-