Package | Description |
---|---|
com.sun.tools.javac.comp | |
com.sun.tools.javac.jvm | |
com.sun.tools.javac.tree |
Modifier and Type | Method and Description |
---|---|
void |
Attr.visitApply(JCTree.JCMethodInvocation tree)
Visitor method for method invocations.
|
void |
Flow.AbstractAssignAnalyzer.visitApply(JCTree.JCMethodInvocation tree) |
void |
Lower.visitApply(JCTree.JCMethodInvocation tree) |
void |
TransTypes.visitApply(JCTree.JCMethodInvocation tree) |
Modifier and Type | Method and Description |
---|---|
void |
Gen.visitApply(JCTree.JCMethodInvocation tree) |
Modifier and Type | Method and Description |
---|---|
JCTree.JCMethodInvocation |
TreeMaker.App(JCTree.JCExpression meth)
Create a no-arg method invocation from a method tree
|
JCTree.JCMethodInvocation |
TreeMaker.App(JCTree.JCExpression meth,
List<JCTree.JCExpression> args)
Create a method invocation from a method tree and a list of
argument trees.
|
JCTree.JCMethodInvocation |
JCTree.Factory.Apply(List<JCTree.JCExpression> typeargs,
JCTree.JCExpression fn,
List<JCTree.JCExpression> args) |
JCTree.JCMethodInvocation |
TreeMaker.Apply(List<JCTree.JCExpression> typeargs,
JCTree.JCExpression fn,
List<JCTree.JCExpression> args) |
static JCTree.JCMethodInvocation |
TreeInfo.firstConstructorCall(JCTree tree)
Return the first call in a constructor definition.
|
JCTree.JCMethodInvocation |
JCTree.JCMethodInvocation.setType(Type type) |
Modifier and Type | Method and Description |
---|---|
void |
JCTree.Visitor.visitApply(JCTree.JCMethodInvocation that) |
void |
Pretty.visitApply(JCTree.JCMethodInvocation tree) |
void |
TreeScanner.visitApply(JCTree.JCMethodInvocation tree) |
void |
TreeTranslator.visitApply(JCTree.JCMethodInvocation tree) |
Copyright © 2017 earcam. All rights reserved.