boot-truffle/empty.sigtest
author Jaroslav Tulach <jtulach@netbeans.org>
Thu, 21 Jul 2016 11:21:58 +0200
changeset 1105 907bcc5dbb00
parent 1104 fbb044757eea
permissions -rw-r--r--
Documenting the Truffle based presenter
     1 #Signature file v4.1
     2 #Version 2.0-SNAPSHOT
     3 
     4 CLSS public java.lang.Object
     5 cons public init()
     6 meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
     7 meth protected void finalize() throws java.lang.Throwable
     8 meth public boolean equals(java.lang.Object)
     9 meth public final java.lang.Class<?> getClass()
    10 meth public final void notify()
    11 meth public final void notifyAll()
    12 meth public final void wait() throws java.lang.InterruptedException
    13 meth public final void wait(long) throws java.lang.InterruptedException
    14 meth public final void wait(long,int) throws java.lang.InterruptedException
    15 meth public int hashCode()
    16 meth public java.lang.String toString()
    17 
    18 CLSS public final net.java.html.boot.truffle.TrufflePresenters
    19 meth public static org.netbeans.html.boot.spi.Fn$Presenter create(java.util.concurrent.Executor)
    20 supr java.lang.Object
    21