Uses of Class
org.codehaus.janino.Java.MethodInvocation
-
Packages that use Java.MethodInvocation Package Description org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler.org.codehaus.janino.util Application-independent helper classes. -
-
Uses of Java.MethodInvocation in org.codehaus.janino
Methods in org.codehaus.janino with parameters of type Java.MethodInvocation Modifier and Type Method Description private IClass
UnitCompiler. compileGet2(Java.MethodInvocation mi)
IClass.IMethod
UnitCompiler. findIMethod(Java.MethodInvocation mi)
Find named methods of "targetType", examine the argument types and choose the most specific method.private IClass
UnitCompiler. getType2(Java.MethodInvocation mi)
void
UnparseVisitor. visitMethodInvocation(Java.MethodInvocation mi)
void
Visitor.RvalueVisitor. visitMethodInvocation(Java.MethodInvocation mi)
Invoked byaccept(Visitor.RvalueVisitor)
-
Uses of Java.MethodInvocation in org.codehaus.janino.util
Methods in org.codehaus.janino.util with parameters of type Java.MethodInvocation Modifier and Type Method Description void
Traverser. traverseMethodInvocation(Java.MethodInvocation mi)
-