A C D E F G I L M N P R S T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
F
- file(String) - Static method in class com.ensoftcorp.open.c.commons.analysis.CommonQueries
-
Returns Types, GlobalVariables, Functions, and Macros with source correspondence matching the given path.
- firstDeclarator(Q, Q, String...) - Static method in class com.ensoftcorp.open.c.commons.analysis.CommonQueries
-
Returns the first declaring node of the given Q which is tagged with one of the given types.
- firstDeclarator(Q, String...) - Static method in class com.ensoftcorp.open.c.commons.analysis.CommonQueries
-
Returns the first declaring node of the given Q which is tagged with one of the given types.
- forwardProjection(Q, Q) - Static method in class com.ensoftcorp.open.c.commons.analysis.CommonQueries
-
Returns the intra-procedural forward data-flow graph starting at the given node within the projection
- functionParameter(Q) - Static method in class com.ensoftcorp.open.c.commons.analysis.CommonQueries
-
Returns the parameters of the given functions.
- functionParameter(Q, Q) - Static method in class com.ensoftcorp.open.c.commons.analysis.CommonQueries
-
Returns the parameters of the given functions.
- functionParameter(Q, Q, Integer...) - Static method in class com.ensoftcorp.open.c.commons.analysis.CommonQueries
-
Returns the parameters of the given functions at the given indices.
- functionParameter(Q, Integer...) - Static method in class com.ensoftcorp.open.c.commons.analysis.CommonQueries
-
Returns the parameters of the given functions at the given indices.
- functionPtr() - Static method in class com.ensoftcorp.open.c.commons.analysis.CommonQueries
-
Selects all functions, and one step of data flow for the capture of the address of a function.
- functionReturn(Q) - Static method in class com.ensoftcorp.open.c.commons.analysis.CommonQueries
-
Returns the return nodes for the given functions.
- functionReturn(Q, Q) - Static method in class com.ensoftcorp.open.c.commons.analysis.CommonQueries
-
Returns the return nodes for the given functions.
- functions(String...) - Static method in class com.ensoftcorp.open.c.commons.analysis.CommonQueries
-
Returns the set of functions where their names matches the any of the names given (functionNames) list.
- functionsOf(Q) - Static method in class com.ensoftcorp.open.c.commons.analysis.CommonQueries
-
Returns the functions declared by the given types.
- functionsOf(Q, Q) - Static method in class com.ensoftcorp.open.c.commons.analysis.CommonQueries
-
Returns the functions declared by the given types.
All Classes All Packages