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 |
|---|
AST
Syntax child
|
BINDS_TO
Type argument binding to a type parameter.
|
CALL
Referencing to e.g.
|
CALL_ARG
Function call argument
|
CALL_ARG_OUT
Function call output argument.
|
CALL_RET
Function call return value
|
CAPTURE
Represents the capturing of a variable into a closure.
|
CFG
Control flow
|
CONTAINS
Shortcut to contained node
|
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.
|
REF
Referencing 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 |
AST_VALUE
Syntax child
|
static int |
BINDS_TO_VALUE
Type argument binding to a type parameter.
|
static int |
CALL_ARG_OUT_VALUE
Function call output argument.
|
static int |
CALL_ARG_VALUE
Function call argument
|
static int |
CALL_RET_VALUE
Function call return value
|
static int |
CALL_VALUE
Referencing to e.g.
|
static int |
CAPTURE_VALUE
Represents the capturing of a variable into a closure.
|
static int |
CFG_VALUE
Control flow
|
static int |
CONTAINS_VALUE
Shortcut to contained node
|
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 |
REF_VALUE
Referencing 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 AST
Syntax child
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 CFG
Control flow
CFG = 19;public static final Cpg.CpgStruct.Edge.EdgeType CONTAINS
Shortcut to contained node
CONTAINS = 9;public static final Cpg.CpgStruct.Edge.EdgeType REF
Referencing to e.g. a LOCAL
REF = 10;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 CALL_ARG
Function call argument
CALL_ARG = 4;public static final Cpg.CpgStruct.Edge.EdgeType CALL_ARG_OUT
Function call output argument. Goes from METHOD_PARAMETER_OUT to call argument node.
CALL_ARG_OUT = 14;public static final Cpg.CpgStruct.Edge.EdgeType CALL_RET
Function call return value
CALL_RET = 5;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 TAGGED_BY
Edges from nodes to tags
TAGGED_BY = 11;public static final Cpg.CpgStruct.Edge.EdgeType UNRECOGNIZED
public static final int UNKNOWN_EDGE_TYPE_VALUE
UNKNOWN_EDGE_TYPE = 0;public static final int AST_VALUE
Syntax child
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 CFG_VALUE
Control flow
CFG = 19;public static final int CONTAINS_VALUE
Shortcut to contained node
CONTAINS = 9;public static final int REF_VALUE
Referencing to e.g. a LOCAL
REF = 10;public static final int VTABLE_VALUE
Indicates that a method is part of the vtable of a certain type declaration.
VTABLE = 30;public static final int CALL_ARG_VALUE
Function call argument
CALL_ARG = 4;public static final int CALL_ARG_OUT_VALUE
Function call output argument. Goes from METHOD_PARAMETER_OUT to call argument node.
CALL_ARG_OUT = 14;public static final int CALL_RET_VALUE
Function call return value
CALL_RET = 5;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 TAGGED_BY_VALUE
Edges from nodes to tags
TAGGED_BY = 11;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)