annotate truffle/com.oracle.truffle.api.interop.java/snapshot.sigtest @ 22400:b07854a19ab4

Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Fri, 20 Nov 2015 16:41:09 +0100
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22400
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
1 #Signature file v4.1
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
2 #Version
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
3
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
4 CLSS public final com.oracle.truffle.api.interop.java.JavaInterop
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
5 meth public static <%0 extends java.lang.Object> com.oracle.truffle.api.interop.TruffleObject asTruffleFunction(java.lang.Class<{%%0}>,{%%0})
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
6 meth public static <%0 extends java.lang.Object> {%%0} asJavaFunction(java.lang.Class<{%%0}>,com.oracle.truffle.api.interop.TruffleObject)
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
7 meth public static <%0 extends java.lang.Object> {%%0} asJavaObject(java.lang.Class<{%%0}>,com.oracle.truffle.api.interop.TruffleObject)
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
8 meth public static com.oracle.truffle.api.interop.TruffleObject asTruffleObject(java.lang.Object)
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
9 supr java.lang.Object
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
10 hfds EMPTY
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
11 hcls JavaFunctionObject,JavaObject,SingleHandler,TemporaryRoot,TruffleHandler
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
12
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
13 CLSS public abstract interface !annotation com.oracle.truffle.api.interop.java.MethodMessage
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
14 anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
15 anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD])
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
16 intf java.lang.annotation.Annotation
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
17 meth public abstract java.lang.String message()
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
18
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
19 CLSS public java.lang.Object
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
20 cons public init()
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
21 meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
22 meth protected void finalize() throws java.lang.Throwable
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
23 meth public boolean equals(java.lang.Object)
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
24 meth public final java.lang.Class<?> getClass()
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
25 meth public final void notify()
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
26 meth public final void notifyAll()
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
27 meth public final void wait() throws java.lang.InterruptedException
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
28 meth public final void wait(long) throws java.lang.InterruptedException
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
29 meth public final void wait(long,int) throws java.lang.InterruptedException
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
30 meth public int hashCode()
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
31 meth public java.lang.String toString()
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
32
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
33 CLSS public abstract interface java.lang.annotation.Annotation
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
34 meth public abstract boolean equals(java.lang.Object)
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
35 meth public abstract int hashCode()
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
36 meth public abstract java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
37 meth public abstract java.lang.String toString()
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
38
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
39 CLSS public abstract interface !annotation java.lang.annotation.Documented
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
40 anno 0 java.lang.annotation.Documented()
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
41 anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
42 anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[ANNOTATION_TYPE])
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
43 intf java.lang.annotation.Annotation
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
44
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
45 CLSS public abstract interface !annotation java.lang.annotation.Retention
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
46 anno 0 java.lang.annotation.Documented()
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
47 anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
48 anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[ANNOTATION_TYPE])
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
49 intf java.lang.annotation.Annotation
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
50 meth public abstract java.lang.annotation.RetentionPolicy value()
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
51
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
52 CLSS public abstract interface !annotation java.lang.annotation.Target
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
53 anno 0 java.lang.annotation.Documented()
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
54 anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
55 anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[ANNOTATION_TYPE])
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
56 intf java.lang.annotation.Annotation
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
57 meth public abstract java.lang.annotation.ElementType[] value()
b07854a19ab4 Adding API snapshots as for version truffle-0.9 and enabling their check in the gate
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
58