public final class ZelTest extends Object
| Constructor and Description |
|---|
ZelTest() |
| Modifier and Type | Method and Description |
|---|---|
long |
fib(long i) |
BigInteger |
fibB(int i) |
BigInteger |
fibBNr(int i) |
void |
helloWorld() |
void |
testAbs() |
void |
testArray() |
void |
testArrays() |
void |
testAssignement() |
void |
testAsync() |
void |
testAsync2() |
void |
testBasicArithmetic() |
void |
testCond() |
void |
testCond2() |
void |
testCond3() |
void |
testDecode() |
void |
testDecode2() |
void |
testFib() |
void |
testFibPerformance() |
void |
testFor() |
void |
testJavaExec() |
void |
testJavaExecStatic() |
void |
testMultiAssignement() |
void |
testMultiRet() |
void |
testOverflow() |
void |
testOverflow2() |
void |
testOverflow3() |
void |
testParallelism() |
void |
testParallelism2() |
void |
testSwap() |
void |
testType() |
public void helloWorld()
throws org.spf4j.zel.vm.CompileException,
ExecutionException,
InterruptedException,
UnsupportedEncodingException
org.spf4j.zel.vm.CompileExceptionExecutionExceptionInterruptedExceptionUnsupportedEncodingExceptionpublic void testBasicArithmetic()
throws org.spf4j.zel.vm.CompileException,
ExecutionException,
InterruptedException
org.spf4j.zel.vm.CompileExceptionExecutionExceptionInterruptedExceptionpublic void testJavaExec()
throws org.spf4j.zel.vm.CompileException,
ExecutionException,
InterruptedException
org.spf4j.zel.vm.CompileExceptionExecutionExceptionInterruptedExceptionpublic void testJavaExecStatic()
throws org.spf4j.zel.vm.CompileException,
ExecutionException,
InterruptedException
org.spf4j.zel.vm.CompileExceptionExecutionExceptionInterruptedExceptionpublic void testAssignement()
throws org.spf4j.zel.vm.CompileException,
ExecutionException,
InterruptedException
org.spf4j.zel.vm.CompileExceptionExecutionExceptionInterruptedExceptionpublic void testFib()
throws org.spf4j.zel.vm.CompileException,
ExecutionException,
InterruptedException
org.spf4j.zel.vm.CompileExceptionExecutionExceptionInterruptedExceptionpublic BigInteger fibB(int i)
public long fib(long i)
public BigInteger fibBNr(int i)
public void testFibPerformance()
throws org.spf4j.zel.vm.CompileException,
ExecutionException,
InterruptedException
org.spf4j.zel.vm.CompileExceptionExecutionExceptionInterruptedExceptionpublic void testParallelism()
throws org.spf4j.zel.vm.CompileException,
ExecutionException,
InterruptedException
org.spf4j.zel.vm.CompileExceptionExecutionExceptionInterruptedExceptionpublic void testParallelism2()
throws org.spf4j.zel.vm.CompileException,
ExecutionException,
InterruptedException
org.spf4j.zel.vm.CompileExceptionExecutionExceptionInterruptedExceptionpublic void testCond()
throws org.spf4j.zel.vm.CompileException,
ExecutionException,
InterruptedException
org.spf4j.zel.vm.CompileExceptionExecutionExceptionInterruptedExceptionpublic void testAsync()
throws org.spf4j.zel.vm.CompileException,
ExecutionException,
InterruptedException
org.spf4j.zel.vm.CompileExceptionExecutionExceptionInterruptedExceptionpublic void testAsync2()
throws org.spf4j.zel.vm.CompileException,
ExecutionException,
InterruptedException
org.spf4j.zel.vm.CompileExceptionExecutionExceptionInterruptedExceptionpublic void testArrays()
throws org.spf4j.zel.vm.CompileException,
ExecutionException,
InterruptedException
org.spf4j.zel.vm.CompileExceptionExecutionExceptionInterruptedExceptionpublic void testCond2()
throws org.spf4j.zel.vm.CompileException,
ExecutionException,
InterruptedException
org.spf4j.zel.vm.CompileExceptionExecutionExceptionInterruptedExceptionpublic void testCond3()
throws org.spf4j.zel.vm.CompileException,
ExecutionException,
InterruptedException
org.spf4j.zel.vm.CompileExceptionExecutionExceptionInterruptedExceptionpublic void testFor()
throws org.spf4j.zel.vm.CompileException,
ExecutionException,
InterruptedException
org.spf4j.zel.vm.CompileExceptionExecutionExceptionInterruptedExceptionpublic void testSwap()
throws org.spf4j.zel.vm.CompileException,
ExecutionException,
InterruptedException
org.spf4j.zel.vm.CompileExceptionExecutionExceptionInterruptedExceptionpublic void testArray()
throws org.spf4j.zel.vm.CompileException,
ExecutionException,
InterruptedException
org.spf4j.zel.vm.CompileExceptionExecutionExceptionInterruptedExceptionpublic void testMultiRet()
throws org.spf4j.zel.vm.CompileException,
ExecutionException,
InterruptedException
org.spf4j.zel.vm.CompileExceptionExecutionExceptionInterruptedExceptionpublic void testMultiAssignement()
throws org.spf4j.zel.vm.CompileException,
ExecutionException,
InterruptedException
org.spf4j.zel.vm.CompileExceptionExecutionExceptionInterruptedExceptionpublic void testAbs()
throws org.spf4j.zel.vm.CompileException,
ExecutionException,
InterruptedException
org.spf4j.zel.vm.CompileExceptionExecutionExceptionInterruptedExceptionpublic void testDecode()
throws org.spf4j.zel.vm.CompileException,
ExecutionException,
InterruptedException
org.spf4j.zel.vm.CompileExceptionExecutionExceptionInterruptedExceptionpublic void testDecode2()
throws org.spf4j.zel.vm.CompileException,
ExecutionException,
InterruptedException
org.spf4j.zel.vm.CompileExceptionExecutionExceptionInterruptedExceptionpublic void testType()
throws org.spf4j.zel.vm.CompileException,
ExecutionException,
InterruptedException
org.spf4j.zel.vm.CompileExceptionExecutionExceptionInterruptedExceptionpublic void testOverflow()
throws org.spf4j.zel.vm.CompileException,
ExecutionException,
InterruptedException
org.spf4j.zel.vm.CompileExceptionExecutionExceptionInterruptedExceptionpublic void testOverflow2()
throws org.spf4j.zel.vm.CompileException,
ExecutionException,
InterruptedException
org.spf4j.zel.vm.CompileExceptionExecutionExceptionInterruptedExceptionpublic void testOverflow3()
throws org.spf4j.zel.vm.CompileException,
ExecutionException,
InterruptedException
org.spf4j.zel.vm.CompileExceptionExecutionExceptionInterruptedExceptionCopyright © 2021 SPF4J. All rights reserved.