Package deltix.util.jcg
Interface JMethod
-
- All Superinterfaces:
JAnnotationContainer
,JCallable
,JMember
public interface JMethod extends JCallable, JAnnotationContainer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addException(java.lang.Class<? extends java.lang.Throwable> throwable)
JExpr
call(JExpr obj, JExpr... args)
JExpr
callThis(JExpr... args)
JExpr
staticCall(JExpr... args)
-
Methods inherited from interface deltix.util.jcg.JAnnotationContainer
addAnnotation
-
Methods inherited from interface deltix.util.jcg.JMember
containerClass, modifiers, name
-
-