Home
last modified time | relevance | path

Searched refs:InlineJavaPerlException (Results 1 – 15 of 15) sorted by relevance

/dports/devel/p5-Inline-Java/Inline-Java-0.540/Java/sources/org/perl/inline/java/
H A DInlineJavaPerlCaller.java56 …erl(String pkg, String method, Object args[]) throws InlineJavaException, InlineJavaPerlException { in CallPerl()
74 …Object CallPerlSub(String sub, Object args[]) throws InlineJavaException, InlineJavaPerlException { in CallPerlSub()
80 …erlSub(String sub, Object args[], Class cast) throws InlineJavaException, InlineJavaPerlException { in CallPerlSub()
115 public Object eval(String code) throws InlineJavaPerlException, InlineJavaException { in eval()
120 public Object eval(String code, Class cast) throws InlineJavaPerlException, InlineJavaException { in eval()
125 public Object require(String module_or_file) throws InlineJavaPerlException, InlineJavaException { in require()
130 public Object require_file(String file) throws InlineJavaPerlException, InlineJavaException { in require_file()
135 public Object require_module(String module) throws InlineJavaPerlException, InlineJavaException { in require_module()
140 …ivate Object CallPerl(InlineJavaCallback ijc) throws InlineJavaException, InlineJavaPerlException { in CallPerl()
195 public boolean ProcessNextCallback() throws InlineJavaException, InlineJavaPerlException { in ProcessNextCallback()
[all …]
H A DInlineJavaPerlObject.java16 …public InlineJavaPerlObject(String _pkg, Object args[]) throws InlineJavaPerlException, InlineJava… in InlineJavaPerlObject()
43 …public Object InvokeMethod(String name, Object args[]) throws InlineJavaPerlException, InlineJavaE… in InvokeMethod()
48 …public Object InvokeMethod(String name, Object args[], Class cast) throws InlineJavaPerlException,… in InvokeMethod()
53 public void Dispose() throws InlineJavaPerlException, InlineJavaException { in Dispose()
58 protected void Dispose(boolean gc) throws InlineJavaPerlException, InlineJavaException { in Dispose()
H A DInlineJavaPerlException.java4 public class InlineJavaPerlException extends Exception { class
8 public InlineJavaPerlException(Object o){ in InlineJavaPerlException() method in InlineJavaPerlException
13 public InlineJavaPerlException(String s){ in InlineJavaPerlException() method in InlineJavaPerlException
H A DInlineJavaPerlInterpreter.java25 protected InlineJavaPerlInterpreter() throws InlineJavaPerlException, InlineJavaException { in InlineJavaPerlInterpreter()
43 …synchronized static public InlineJavaPerlInterpreter create() throws InlineJavaPerlException, Inli… in create()
95 synchronized static private native void evalNoReturn(String code) throws InlineJavaPerlException ; in evalNoReturn()
H A DInlineJavaCallback.java103 synchronized void Process() throws InlineJavaException, InlineJavaPerlException { in Process()
137 throw new InlineJavaPerlException(ret) ; in Process()
H A DInlineJavaCallbackQueue.java90 synchronized boolean ProcessNextCallback() throws InlineJavaException, InlineJavaPerlException { in ProcessNextCallback()
H A DInlineJavaPerlNatives.java152 …private Object InvokePerlMethod(Object args[]) throws InlineJavaException, InlineJavaPerlException in InvokePerlMethod()
/dports/devel/p5-Inline-Java/Inline-Java-0.540/t/
H A D12_1_callbacks.t264 catch (InlineJavaPerlException ipe){
297 public int add_via_perl(int a, int b) throws InlineJavaException, InlineJavaPerlException {
304 public int [] incr_via_perl(int a[]) throws InlineJavaException, InlineJavaPerlException {
311 public int [] incr_via_perl_ctx(int a[]) throws InlineJavaException, InlineJavaPerlException {
318 public void death_via_perl() throws InlineJavaException, InlineJavaPerlException {
323 public void except() throws InlineJavaException, InlineJavaPerlException {
324 throw new InlineJavaPerlException("test") ;
327 public int mul_via_perl(int a, int b) throws InlineJavaException, InlineJavaPerlException {
389 public Object perlt() throws InlineJavaException, InlineJavaPerlException, OwnException {
399 public Object perldummy() throws InlineJavaException, InlineJavaPerlException, OwnException {
[all …]
/dports/devel/p5-Inline-Java/Inline-Java-0.540/Java/
H A DCallback.pod17 throws InlineJavaException, InlineJavaPerlException {
61 catch (InlineJavaPerlException pe){
93 throws InlineJavaException, InlineJavaPerlException
103 throws InlineJavaException, InlineJavaPerlException
113 throws InlineJavaPerlException, InlineJavaException
122 throws InlineJavaPerlException, InlineJavaException
132 throws InlineJavaPerlException, InlineJavaException
140 throws InlineJavaPerlException, InlineJavaException
178 throws InlineJavaException, InlineJavaPerlException {
234 catch (InlineJavaPerlException pe){
[all …]
/dports/devel/p5-Locale-XGettext/Locale-XGettext-0.7/samples/Java/
H A DJavaXGettext.java13 throws InlineJavaException, InlineJavaPerlException, in readFile()
45 InlineJavaPerlException { in extractFromNonFiles()
/dports/devel/p5-Inline-Java/Inline-Java-0.540/Java/PerlInterpreter/
H A DPerlInterpreter.pod18 throws InlineJavaPerlException, InlineJavaException {
24 throws InlineJavaPerlException, InlineJavaException {
82 throws InlineJavaPerlException, InlineJavaException
/dports/devel/p5-Inline-Java/Inline-Java-0.540/
H A DMANIFEST31 Java/sources/org/perl/inline/java/InlineJavaPerlException.java
H A DCHANGES123 Note: PerlException has been renamed InlineJavaPerlException.
/dports/devel/p5-Inline-Java/Inline-Java-0.540/Java/PerlInterpreter/t/
H A D02_perl_interpreter.t79 private InlineJavaPerlInterpreterTests() throws InlineJavaException, InlineJavaPerlException {
/dports/devel/p5-Inline-Java/Inline-Java-0.540/Java/PerlNatives/
H A DPerlNatives.pod115 Even if you do not declare them, InlineJavaException and InlineJavaPerlException