public class ParserUtil extends Object
| Constructor and Description |
|---|
ParserUtil() |
| Modifier and Type | Method and Description |
|---|---|
com.github.javaparser.ast.CompilationUnit |
createCompilationUnit(String inputClass) |
Optional<com.github.javaparser.ast.Node> |
getJavaParserNode(DataFlowMethod method,
com.github.javaparser.ast.Node node)
Gets the node to which the input points to.
|
Object |
resolve(OwnedNode<?> method,
com.github.javaparser.ast.Node node) |
public Optional<com.github.javaparser.ast.Node> getJavaParserNode(DataFlowMethod method, com.github.javaparser.ast.Node node)
JavaParser
Node that will be returned is the field "s".public com.github.javaparser.ast.CompilationUnit createCompilationUnit(String inputClass)
Copyright © 2019. All rights reserved.