Searched defs:oldTree (Results 1 - 2 of 2) sorted by path

/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DAnalyzer.java208 abstract T map(S oldTree, S newTree); argument
213 abstract void process(S oldTree, T newTree, boolean hasErrors); argument
234 JCNewClass map(JCNewClass oldTree, JCNewClass newTree) { argument
242 void process(JCNewClass oldTree, JCNewClass newTree, boolean hasErrors) { argument
302 map(JCNewClass oldTree, JCNewClass newTree) argument
309 process(JCNewClass oldTree, JCLambda newTree, boolean hasErrors) argument
331 map(JCMethodInvocation oldTree, JCMethodInvocation newTree) argument
336 process(JCMethodInvocation oldTree, JCMethodInvocation newTree, boolean hasErrors) argument
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DJavacParser.java4256 public int replaceTree(JCTree oldTree, JCTree newTree) { argument
4289 public int replaceTree(JCTree oldTree, JCTree newTree) { argument

Completed in 124 milliseconds