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 voidaddException(java.lang.Class<? extends java.lang.Throwable> throwable)JExprcall(JExpr obj, JExpr... args)JExprcallThis(JExpr... args)JExprstaticCall(JExpr... args)-
Methods inherited from interface deltix.util.jcg.JAnnotationContainer
addAnnotation
-
Methods inherited from interface deltix.util.jcg.JMember
containerClass, modifiers, name
-
-