Uses of Class
org.codehaus.janino.Java.MethodInvocation
Packages that use Java.MethodInvocation
Package
Description
The core of the Janino Java compiler.
Application-independent helper classes.
-
Uses of Java.MethodInvocation in org.codehaus.janino
Methods in org.codehaus.janino with parameters of type Java.MethodInvocationModifier and TypeMethodDescriptionprivate IClass
UnitCompiler.compileGet2
(Java.MethodInvocation mi) UnitCompiler.findIMethod
(Java.MethodInvocation mi) Finds methods of the mi.
target
named mi.
methodName
, examines the argument types and chooses the most specific method.private IClass
UnitCompiler.getType2
(Java.MethodInvocation mi) 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.MethodInvocationModifier and TypeMethodDescriptionDeepCopier.copyMethodInvocation
(Java.MethodInvocation subject) void
AbstractTraverser.traverseMethodInvocation
(Java.MethodInvocation mi) void
Traverser.traverseMethodInvocation
(Java.MethodInvocation mi)