Uses of Class
org.codehaus.janino.Java.Invocation
Packages that use Java.Invocation
Package
Description
The core of the Janino Java compiler.
Application-independent helper classes.
-
Uses of Java.Invocation in org.codehaus.janino
Subclasses of Java.Invocation in org.codehaus.janinoModifier and TypeClassDescriptionstatic final class
Representation of a JLS7 15.12 "method invocation expression".static final class
Representation of a JLS7 15.12.1.1.3 "superclass method invocation".Methods in org.codehaus.janino with parameters of type Java.InvocationModifier and TypeMethodDescriptionprivate void
UnitCompiler.checkThrownExceptions
(Java.Invocation in, IClass.IMethod iMethod) private IClass.IMethod
UnitCompiler.findIMethod
(IType targetType, Java.Invocation invocation) Finds aIClass.IMethod
in the given targetType, its superclasses or superinterfaces which is applicable with the given invocation. -
Uses of Java.Invocation in org.codehaus.janino.util
Methods in org.codehaus.janino.util with parameters of type Java.InvocationModifier and TypeMethodDescriptionvoid
AbstractTraverser.traverseInvocation
(Java.Invocation i) void
Traverser.traverseInvocation
(Java.Invocation i)