- Type Parameters:
G - the type of the CodeGraphs this list can be used in
N - the type of the CodeNodes in this list
E - the type of the CodeEdges in this list
- All Superinterfaces:
java.lang.Comparable<N>, Node<G,N,E>
- All Known Implementing Classes:
Assignment, BinaryExpression, BinaryStatement, Call, CallWithResult, CFGCall, DefaultParamInitialization, Expression, Literal, MultiCall, NamedParameterExpression, NaryExpression, NaryStatement, NativeCall, NoOp, OpenCall, Ret, Return, Statement, TernaryExpression, TernaryStatement, Throw, TruncatedParamsCall, UnaryExpression, UnaryStatement, UnresolvedCall, VariableRef
public interface CodeNode<G extends CodeGraph<G,N,E>,N extends CodeNode<G,N,E>,E extends CodeEdge<G,N,E>>
extends Node<G,N,E>, java.lang.Comparable<N>