Uses of Class
com.checkmarx.ast.results.result.Node
-
Packages that use Node Package Description com.checkmarx.ast.results.result com.checkmarx.ast.wrapper -
-
Uses of Node in com.checkmarx.ast.results.result
Constructor parameters in com.checkmarx.ast.results.result with type arguments of type Node Constructor Description Data(String queryId, String queryName, String group, String resultHash, String languageName, String platform, String issueType, String expectedValue, String value, String fileName, String packageIdentifier, String recommendedVersion, int line, List<Node> nodes, List<PackageData> packageData, ScaPackageData scaPackageData) -
Uses of Node in com.checkmarx.ast.wrapper
Method parameters in com.checkmarx.ast.wrapper with type arguments of type Node Modifier and Type Method Description intCxWrapper. getResultsBfl(@NonNull UUID scanId, @NonNull String queryId, List<Node> resultNodes)
-