Uses of Class
org.codehaus.janino.Java.MethodInvocation
-
Packages that use Java.MethodInvocation Package Description org.codehaus.janino The core of the Janino Java 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 IClass.IMethodUnitCompiler. findIMethod(Java.MethodInvocation mi)Finds methods of the mi.targetnamed mi.methodName, examines the argument types and chooses the most specific method.RVisitor.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 Java.RvalueDeepCopier. copyMethodInvocation(Java.MethodInvocation subject)voidAbstractTraverser. traverseMethodInvocation(Java.MethodInvocation mi)voidTraverser. traverseMethodInvocation(Java.MethodInvocation mi)
-