Starting our own version of JPF with support for generics.
authorrtrimana <rtrimana@uci.edu>
Mon, 10 Jun 2019 21:12:25 +0000 (14:12 -0700)
committerrtrimana <rtrimana@uci.edu>
Mon, 10 Jun 2019 21:12:25 +0000 (14:12 -0700)
commit078cd99d7624d1654e1846117d41967179af417b
tree5de63a4b60e16729d08f27b61c978345b30236d9
parentae080454541422bf296056516153e8e46474922d
Starting our own version of JPF with support for generics.
60 files changed:
examples/ClassDemo.java [new file with mode: 0644]
examples/Example.groovy [new file with mode: 0644]
examples/Example.jpf [new file with mode: 0644]
examples/HelloWorld.groovy [new file with mode: 0644]
examples/HelloWorld.java [new file with mode: 0644]
examples/Racer.java [new file with mode: 0644]
examples/Rand.groovy [new file with mode: 0644]
examples/Rand.java [new file with mode: 0644]
examples/Rand.jpf [new file with mode: 0644]
examples/ReflectionTest.java [new file with mode: 0644]
examples/TypeVariableImpl.java [new file with mode: 0644]
examples/groovy-2.4.8/META-INF/LICENSE [new file with mode: 0644]
examples/groovy-2.4.8/META-INF/MANIFEST.MF [new file with mode: 0644]
examples/groovy-2.4.8/META-INF/NOTICE [new file with mode: 0644]
examples/groovy-2.4.8/META-INF/dgminfo [new file with mode: 0644]
examples/groovy-2.4.8/META-INF/groovy-release-info.properties [new file with mode: 0644]
examples/groovy-2.4.8/META-INF/licenses/antlr2-license.txt [new file with mode: 0644]
examples/groovy-2.4.8/META-INF/licenses/asm-license.txt [new file with mode: 0644]
examples/groovy-2.4.8/META-INF/services/org.codehaus.groovy.source.Extensions [new file with mode: 0644]
examples/groovy-2.4.8/META-INF/services/org.codehaus.groovy.transform.ASTTransformation [new file with mode: 0644]
examples/groovy-2.4.8/groovy-2.4.8.jar [new file with mode: 0644]
examples/groovy-2.4.8/groovy/grape/defaultGrapeConfig.xml [new file with mode: 0644]
examples/groovy-2.4.8/groovy/inspect/package.html [new file with mode: 0644]
examples/groovy-2.4.8/groovy/io/package.html [new file with mode: 0644]
examples/groovy-2.4.8/groovy/lang/package.html [new file with mode: 0644]
examples/groovy-2.4.8/groovy/security/package.html [new file with mode: 0644]
examples/groovy-2.4.8/groovy/time/package.html [new file with mode: 0644]
examples/groovy-2.4.8/groovy/util/package.html [new file with mode: 0644]
examples/groovy-2.4.8/org/codehaus/groovy/antlr/package.html [new file with mode: 0644]
examples/groovy-2.4.8/org/codehaus/groovy/antlr/treewalker/package.html [new file with mode: 0644]
examples/groovy-2.4.8/org/codehaus/groovy/ast/expr/package.html [new file with mode: 0644]
examples/groovy-2.4.8/org/codehaus/groovy/ast/package.html [new file with mode: 0644]
examples/groovy-2.4.8/org/codehaus/groovy/ast/stmt/package.html [new file with mode: 0644]
examples/groovy-2.4.8/org/codehaus/groovy/classgen/asm/package.html [new file with mode: 0644]
examples/groovy-2.4.8/org/codehaus/groovy/classgen/package.html [new file with mode: 0644]
examples/groovy-2.4.8/org/codehaus/groovy/control/io/package.html [new file with mode: 0644]
examples/groovy-2.4.8/org/codehaus/groovy/control/messages/package.html [new file with mode: 0644]
examples/groovy-2.4.8/org/codehaus/groovy/control/package.html [new file with mode: 0644]
examples/groovy-2.4.8/org/codehaus/groovy/package.html [new file with mode: 0644]
examples/groovy-2.4.8/org/codehaus/groovy/reflection/package.html [new file with mode: 0644]
examples/groovy-2.4.8/org/codehaus/groovy/runtime/metaclass/package.html [new file with mode: 0644]
examples/groovy-2.4.8/org/codehaus/groovy/runtime/package.html [new file with mode: 0644]
examples/groovy-2.4.8/org/codehaus/groovy/runtime/typehandling/package.html [new file with mode: 0644]
examples/groovy-2.4.8/org/codehaus/groovy/runtime/wrappers/package.html [new file with mode: 0644]
examples/groovy-2.4.8/org/codehaus/groovy/syntax/package.html [new file with mode: 0644]
examples/groovy-2.4.8/org/codehaus/groovy/tools/javac/package.html [new file with mode: 0644]
examples/groovy-2.4.8/org/codehaus/groovy/tools/package.html [new file with mode: 0644]
examples/groovy-2.4.8/org/codehaus/groovy/tools/xml/package.html [new file with mode: 0644]
examples/groovy-2.4.8/org/codehaus/groovy/vmplugin/package.html [new file with mode: 0644]
examples/groovy-2.4.8/org/codehaus/groovy/vmplugin/v5/package.html [new file with mode: 0644]
examples/groovy-2.4.8/overview.html [new file with mode: 0644]
examples/groovy-2.4.8/overviewj.html [new file with mode: 0644]
examples/test.groovy [new file with mode: 0644]
examples/test.jpf [new file with mode: 0644]
examples/teststatic.groovy [new file with mode: 0644]
src/classes/java/lang/Class.java
src/classes/java/lang/reflect/Method.java
src/main/gov/nasa/jpf/vm/SystemClassLoaderInfo.java
src/peers/gov/nasa/jpf/vm/JPF_java_lang_Class.java
src/peers/gov/nasa/jpf/vm/JPF_java_lang_reflect_Method.java