diff truffle/com.oracle.truffle.api.vm/snapshot.sigtest @ 22511:d7cc1f03d881 truffle-0.10

Generating API snapshot as of release 0.10
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Fri, 18 Dec 2015 11:04:11 +0100
parents 2ce4c49bc131
children
line wrap: on
line diff
--- a/truffle/com.oracle.truffle.api.vm/snapshot.sigtest	Fri Dec 18 11:02:21 2015 +0100
+++ b/truffle/com.oracle.truffle.api.vm/snapshot.sigtest	Fri Dec 18 11:04:11 2015 +0100
@@ -20,6 +20,8 @@
 meth public com.oracle.truffle.api.vm.PolyglotEngine$Value findGlobalSymbol(java.lang.String)
 meth public java.util.Map<java.lang.String,? extends com.oracle.truffle.api.vm.PolyglotEngine$Language> getLanguages()
 meth public static com.oracle.truffle.api.vm.PolyglotEngine$Builder buildNew()
+ anno 0 java.lang.Deprecated()
+meth public static com.oracle.truffle.api.vm.PolyglotEngine$Builder newBuilder()
 meth public void dispose()
 supr java.lang.Object
 hfds JAVA_INTEROP_ENABLED,LOG,SPI,debugger,disposed,err,executor,globals,handlers,in,initThread,instrumenter,langs,out
@@ -46,16 +48,18 @@
 meth public java.lang.String toString()
 meth public java.util.Set<java.lang.String> getMimeTypes()
 supr java.lang.Object
-hfds env,info
+hfds cache,env,info
 
 CLSS public com.oracle.truffle.api.vm.PolyglotEngine$Value
  outer com.oracle.truffle.api.vm.PolyglotEngine
+meth public !varargs com.oracle.truffle.api.vm.PolyglotEngine$Value execute(java.lang.Object[]) throws java.io.IOException
 meth public !varargs com.oracle.truffle.api.vm.PolyglotEngine$Value invoke(java.lang.Object,java.lang.Object[]) throws java.io.IOException
+ anno 0 java.lang.Deprecated()
 meth public <%0 extends java.lang.Object> {%%0} as(java.lang.Class<{%%0}>) throws java.io.IOException
 meth public java.lang.Object get() throws java.io.IOException
 meth public java.lang.String toString()
 supr java.lang.Object
-hfds language,ready,result,target
+hfds compute,language,target
 
 CLSS public java.io.IOException
 cons public init()
@@ -114,29 +118,3 @@
 hfds CAUSE_CAPTION,EMPTY_THROWABLE_ARRAY,NULL_CAUSE_MESSAGE,SELF_SUPPRESSION_MESSAGE,SUPPRESSED_CAPTION,SUPPRESSED_SENTINEL,UNASSIGNED_STACK,backtrace,cause,detailMessage,serialVersionUID,stackTrace,suppressedExceptions
 hcls PrintStreamOrWriter,SentinelHolder,WrappedPrintStream,WrappedPrintWriter
 
-CLSS public abstract interface java.lang.annotation.Annotation
-meth public abstract boolean equals(java.lang.Object)
-meth public abstract int hashCode()
-meth public abstract java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
-meth public abstract java.lang.String toString()
-
-CLSS public abstract interface !annotation java.lang.annotation.Documented
- anno 0 java.lang.annotation.Documented()
- anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
- anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[ANNOTATION_TYPE])
-intf java.lang.annotation.Annotation
-
-CLSS public abstract interface !annotation java.lang.annotation.Retention
- anno 0 java.lang.annotation.Documented()
- anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
- anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[ANNOTATION_TYPE])
-intf java.lang.annotation.Annotation
-meth public abstract java.lang.annotation.RetentionPolicy value()
-
-CLSS public abstract interface !annotation java.lang.annotation.Target
- anno 0 java.lang.annotation.Documented()
- anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
- anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[ANNOTATION_TYPE])
-intf java.lang.annotation.Annotation
-meth public abstract java.lang.annotation.ElementType[] value()
-