Files

27 lines
565 B
Plaintext
Raw Permalink Normal View History

// Code generated by gobind. DO NOT EDIT.
// Java class try_.Try is a proxy for talking to a Go program.
2015-08-24 15:49:09 -04:00
//
// autogenerated by gobind -lang=java try
package try_;
2015-08-24 15:49:09 -04:00
import go.Seq;
public abstract class Try {
static {
Seq.touch(); // for loading the native library
_init();
2015-08-24 15:49:09 -04:00
}
private Try() {} // uninstantiable
// touch is called from other bound packages to initialize this package
public static void touch() {}
private static native void _init();
public static native String this_();
2015-08-24 15:49:09 -04:00
}