Searched defs:visitApply (Results 1 - 16 of 16) sorted by last modified time

/openjdk10/langtools/test/tools/javac/lib/
H A DDPrinter.java809 public void visitApply(JCMethodInvocation tree) { method in class:DPrinter.TreeVisitor
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeScanner.java235 public void visitApply(JCMethodInvocation tree) { method in class:TreeScanner
H A DPretty.java989 public void visitApply(JCMethodInvocation tree) { method in class:Pretty
H A DTreeTranslator.java278 public void visitApply(JCMethodInvocation tree) { method in class:TreeTranslator
H A DJCTree.java3078 public void visitApply(JCMethodInvocation that) { visitTree(that); } method in class:JCTree.Visitor
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DTransTypes.java669 public void visitApply(JCMethodInvocation tree) { method in class:TransTypes
H A DArgumentAttr.java302 public void visitApply(JCMethodInvocation that) { method in class:ArgumentAttr
H A DLambdaToMethod.java1240 public void visitApply(JCMethodInvocation tree) { method in class:LambdaToMethod.LambdaAnalyzerPreprocessor
H A DLower.java257 public void visitApply(JCMethodInvocation tree) { method in class:Lower.BasicFreeVarCollector
353 public void visitApply(JCMethodInvocation tree) { method in class:Lower.FreeVarCollector
2779 public void visitApply(JCMethodInvocation tree) { method in class:Lower
H A DAttr.java1800 public void visitApply(JCMethodInvocation tree) { method in class:Attr
H A DFlow.java703 public void visitApply(JCMethodInvocation tree) { method in class:Flow.AliveAnalyzer
1229 public void visitApply(JCMethodInvocation tree) { method in class:Flow.FlowAnalyzer
2329 public void visitApply(JCMethodInvocation tree) { method in class:Flow.AssignAnalyzer
H A DDeferredAttr.java876 public void visitApply(JCMethodInvocation tree) { method in class:DeferredAttr.DeferredAttrNode.StructuralStuckChecker
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DGen.java1642 public void visitApply(JCMethodInvocation tree) { method in class:Gen
H A DCRTable.java395 public void visitApply(JCMethodInvocation tree) { method in class:CRTable.SourceComputer
/openjdk10/langtools/make/tools/crules/
H A DLegacyLogMethodAnalyzer.java67 public void visitApply(JCMethodInvocation tree) { method in class:LegacyLogMethodAnalyzer.LegacyLogMethodVisitor
H A DAssertCheckAnalyzer.java70 public void visitApply(JCMethodInvocation tree) { method in class:AssertCheckAnalyzer.AssertCheckVisitor

Completed in 163 milliseconds