public static enum Cpg.CpgStruct.Edge.EdgeType extends java.lang.Enum<Cpg.CpgStruct.Edge.EdgeType> implements com.google.protobuf.ProtocolMessageEnum
Edge type.Protobuf enum
cpg.CpgStruct.Edge.EdgeType| Enum Constant and Description |
|---|
ALIAS_OF
Alias relation between types
|
AST
Syntax tree edge
|
BINDS_TO
Type argument binding to a type parameter
|
CALL
Referencing to e.g.
|
CAPTURE
Represents the capturing of a variable into a closure
|
CAPTURED_BY
Connection between a captured LOCAL and the corresponding CLOSURE_BINDING
|
CFG
Control flow edge
|
CONDITION
Edge from control structure node to the expression that holds the condition
|
CONTAINS
Shortcut over multiple AST edges
|
CONTAINS_NODE
Membership relation for a compound object
|
EVAL_TYPE
Link to evaluation type
|
INHERITS_FROM
Inheritance relation between types
|
PARAMETER_LINK
Links together corresponding METHOD_PARAMETER_IN and METHOD_PARAMETER_OUT nodes
|
PROPAGATE
Encodes propagation of data from on node to another
|
REACHING_DEF
Reaching definition edge
|
RECEIVER
The receiver of a method call which is either an object or a pointer
|
REF
A reference to e.g.
|
TAGGED_BY
Edges from nodes to tags
|
UNKNOWN_EDGE_TYPE
UNKNOWN_EDGE_TYPE = 0; |
UNRECOGNIZED |
VTABLE
Indicates that a method is part of the vtable of a certain type declaration
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ALIAS_OF_VALUE
Alias relation between types
|
static int |
AST_VALUE
Syntax tree edge
|
static int |
BINDS_TO_VALUE
Type argument binding to a type parameter
|
static int |
CALL_VALUE
Referencing to e.g.
|
static int |
CAPTURE_VALUE
Represents the capturing of a variable into a closure
|
static int |
CAPTURED_BY_VALUE
Connection between a captured LOCAL and the corresponding CLOSURE_BINDING
|
static int |
CFG_VALUE
Control flow edge
|
static int |
CONDITION_VALUE
Edge from control structure node to the expression that holds the condition
|
static int |
CONTAINS_NODE_VALUE
Membership relation for a compound object
|
static int |
CONTAINS_VALUE
Shortcut over multiple AST edges
|
static int |
EVAL_TYPE_VALUE
Link to evaluation type
|
static int |
INHERITS_FROM_VALUE
Inheritance relation between types
|
static int |
PARAMETER_LINK_VALUE
Links together corresponding METHOD_PARAMETER_IN and METHOD_PARAMETER_OUT nodes
|
static int |
PROPAGATE_VALUE
Encodes propagation of data from on node to another
|
static int |
REACHING_DEF_VALUE
Reaching definition edge
|
static int |
RECEIVER_VALUE
The receiver of a method call which is either an object or a pointer
|
static int |
REF_VALUE
A reference to e.g.
|
static int |
TAGGED_BY_VALUE
Edges from nodes to tags
|
static int |
UNKNOWN_EDGE_TYPE_VALUE
UNKNOWN_EDGE_TYPE = 0; |
static int |
VTABLE_VALUE
Indicates that a method is part of the vtable of a certain type declaration
|
| Modifier and Type | Method and Description |
|---|---|
static Cpg.CpgStruct.Edge.EdgeType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Cpg.CpgStruct.Edge.EdgeType> |
internalGetValueMap() |
static Cpg.CpgStruct.Edge.EdgeType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Cpg.CpgStruct.Edge.EdgeType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Cpg.CpgStruct.Edge.EdgeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Cpg.CpgStruct.Edge.EdgeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cpg.CpgStruct.Edge.EdgeType UNKNOWN_EDGE_TYPE
UNKNOWN_EDGE_TYPE = 0;public static final Cpg.CpgStruct.Edge.EdgeType ALIAS_OF
Alias relation between types
ALIAS_OF = 138;public static final Cpg.CpgStruct.Edge.EdgeType AST
Syntax tree edge
AST = 3;public static final Cpg.CpgStruct.Edge.EdgeType BINDS_TO
Type argument binding to a type parameter
BINDS_TO = 22;public static final Cpg.CpgStruct.Edge.EdgeType CALL
Referencing to e.g. a LOCAL
CALL = 6;public static final Cpg.CpgStruct.Edge.EdgeType CAPTURE
Represents the capturing of a variable into a closure
CAPTURE = 40;public static final Cpg.CpgStruct.Edge.EdgeType CAPTURED_BY
Connection between a captured LOCAL and the corresponding CLOSURE_BINDING
CAPTURED_BY = 41;public static final Cpg.CpgStruct.Edge.EdgeType CFG
Control flow edge
CFG = 19;public static final Cpg.CpgStruct.Edge.EdgeType CONDITION
Edge from control structure node to the expression that holds the condition
CONDITION = 56;public static final Cpg.CpgStruct.Edge.EdgeType CONTAINS
Shortcut over multiple AST edges
CONTAINS = 28;public static final Cpg.CpgStruct.Edge.EdgeType CONTAINS_NODE
Membership relation for a compound object
CONTAINS_NODE = 9;public static final Cpg.CpgStruct.Edge.EdgeType EVAL_TYPE
Link to evaluation type
EVAL_TYPE = 21;public static final Cpg.CpgStruct.Edge.EdgeType INHERITS_FROM
Inheritance relation between types
INHERITS_FROM = 23;public static final Cpg.CpgStruct.Edge.EdgeType PARAMETER_LINK
Links together corresponding METHOD_PARAMETER_IN and METHOD_PARAMETER_OUT nodes
PARAMETER_LINK = 12;public static final Cpg.CpgStruct.Edge.EdgeType PROPAGATE
Encodes propagation of data from on node to another
PROPAGATE = 1;public static final Cpg.CpgStruct.Edge.EdgeType REACHING_DEF
Reaching definition edge
REACHING_DEF = 137;public static final Cpg.CpgStruct.Edge.EdgeType RECEIVER
The receiver of a method call which is either an object or a pointer
RECEIVER = 55;public static final Cpg.CpgStruct.Edge.EdgeType REF
A reference to e.g. a LOCAL
REF = 10;public static final Cpg.CpgStruct.Edge.EdgeType TAGGED_BY
Edges from nodes to tags
TAGGED_BY = 11;public static final Cpg.CpgStruct.Edge.EdgeType VTABLE
Indicates that a method is part of the vtable of a certain type declaration
VTABLE = 30;public static final Cpg.CpgStruct.Edge.EdgeType UNRECOGNIZED
public static final int UNKNOWN_EDGE_TYPE_VALUE
UNKNOWN_EDGE_TYPE = 0;public static final int ALIAS_OF_VALUE
Alias relation between types
ALIAS_OF = 138;public static final int AST_VALUE
Syntax tree edge
AST = 3;public static final int BINDS_TO_VALUE
Type argument binding to a type parameter
BINDS_TO = 22;public static final int CALL_VALUE
Referencing to e.g. a LOCAL
CALL = 6;public static final int CAPTURE_VALUE
Represents the capturing of a variable into a closure
CAPTURE = 40;public static final int CAPTURED_BY_VALUE
Connection between a captured LOCAL and the corresponding CLOSURE_BINDING
CAPTURED_BY = 41;public static final int CFG_VALUE
Control flow edge
CFG = 19;public static final int CONDITION_VALUE
Edge from control structure node to the expression that holds the condition
CONDITION = 56;public static final int CONTAINS_VALUE
Shortcut over multiple AST edges
CONTAINS = 28;public static final int CONTAINS_NODE_VALUE
Membership relation for a compound object
CONTAINS_NODE = 9;public static final int EVAL_TYPE_VALUE
Link to evaluation type
EVAL_TYPE = 21;public static final int INHERITS_FROM_VALUE
Inheritance relation between types
INHERITS_FROM = 23;public static final int PARAMETER_LINK_VALUE
Links together corresponding METHOD_PARAMETER_IN and METHOD_PARAMETER_OUT nodes
PARAMETER_LINK = 12;public static final int PROPAGATE_VALUE
Encodes propagation of data from on node to another
PROPAGATE = 1;public static final int REACHING_DEF_VALUE
Reaching definition edge
REACHING_DEF = 137;public static final int RECEIVER_VALUE
The receiver of a method call which is either an object or a pointer
RECEIVER = 55;public static final int REF_VALUE
A reference to e.g. a LOCAL
REF = 10;public static final int TAGGED_BY_VALUE
Edges from nodes to tags
TAGGED_BY = 11;public static final int VTABLE_VALUE
Indicates that a method is part of the vtable of a certain type declaration
VTABLE = 30;public static Cpg.CpgStruct.Edge.EdgeType[] values()
for (Cpg.CpgStruct.Edge.EdgeType c : Cpg.CpgStruct.Edge.EdgeType.values()) System.out.println(c);
public static Cpg.CpgStruct.Edge.EdgeType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Cpg.CpgStruct.Edge.EdgeType valueOf(int value)
forNumber(int) instead.public static Cpg.CpgStruct.Edge.EdgeType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Cpg.CpgStruct.Edge.EdgeType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Cpg.CpgStruct.Edge.EdgeType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)