Lines Matching refs:feature
1275 #define %javaconst(flag) %feature("java:const","flag")
1276 #define %javaconstvalue(value) %feature("java:constvalue",value)
1277 #define %javaenum(wrapapproach) %feature("java:enum","wrapapproach")
1278 #define %javamethodmodifiers %feature("java:methodmodifiers")
1279 #define %javaexception(exceptionclasses) %feature("except",throws=exceptionclasses)
1280 #define %nojavaexception %feature("except","0",throws="")
1281 #define %clearjavaexception %feature("except","",throws="")