forked from JavaTX/JavaCompilerCore
added dependencies
This commit is contained in:
parent
c9f125941d
commit
e0775b463a
@ -3,13 +3,13 @@ package de.dhbwstuttgart.typeinference.assumptions;
|
||||
import de.dhbwstuttgart.syntaxtree.TypeScope;
|
||||
|
||||
public class Assumption {
|
||||
private final TypeScope typeScope;
|
||||
private final typeScope;
|
||||
|
||||
public Assumption(TypeScope typeScope) {
|
||||
public Assumption(typeScope) {
|
||||
this.typeScope = typeScope;
|
||||
}
|
||||
|
||||
public TypeScope getTypeScope() {
|
||||
public getTypeScope() {
|
||||
return typeScope;
|
||||
}
|
||||
}
|
||||
|
BIN
target/dependencies/ST4-4.3.4.jar
Normal file
BIN
target/dependencies/ST4-4.3.4.jar
Normal file
Binary file not shown.
BIN
target/dependencies/animal-sniffer-annotations-1.14.jar
Normal file
BIN
target/dependencies/animal-sniffer-annotations-1.14.jar
Normal file
Binary file not shown.
BIN
target/dependencies/antlr-runtime-3.5.3.jar
Normal file
BIN
target/dependencies/antlr-runtime-3.5.3.jar
Normal file
Binary file not shown.
BIN
target/dependencies/antlr4-4.11.1.jar
Normal file
BIN
target/dependencies/antlr4-4.11.1.jar
Normal file
Binary file not shown.
BIN
target/dependencies/antlr4-runtime-4.11.1.jar
Normal file
BIN
target/dependencies/antlr4-runtime-4.11.1.jar
Normal file
Binary file not shown.
BIN
target/dependencies/asm-9.5.jar
Normal file
BIN
target/dependencies/asm-9.5.jar
Normal file
Binary file not shown.
BIN
target/dependencies/commons-io-2.6.jar
Normal file
BIN
target/dependencies/commons-io-2.6.jar
Normal file
Binary file not shown.
BIN
target/dependencies/error_prone_annotations-2.0.18.jar
Normal file
BIN
target/dependencies/error_prone_annotations-2.0.18.jar
Normal file
Binary file not shown.
BIN
target/dependencies/guava-22.0.jar
Normal file
BIN
target/dependencies/guava-22.0.jar
Normal file
Binary file not shown.
BIN
target/dependencies/hamcrest-core-1.3.jar
Normal file
BIN
target/dependencies/hamcrest-core-1.3.jar
Normal file
Binary file not shown.
BIN
target/dependencies/icu4j-71.1.jar
Normal file
BIN
target/dependencies/icu4j-71.1.jar
Normal file
Binary file not shown.
BIN
target/dependencies/j2objc-annotations-1.1.jar
Normal file
BIN
target/dependencies/j2objc-annotations-1.1.jar
Normal file
Binary file not shown.
BIN
target/dependencies/javassist-3.21.0-GA.jar
Normal file
BIN
target/dependencies/javassist-3.21.0-GA.jar
Normal file
Binary file not shown.
BIN
target/dependencies/javax.json-1.1.4.jar
Normal file
BIN
target/dependencies/javax.json-1.1.4.jar
Normal file
Binary file not shown.
BIN
target/dependencies/jsr305-1.3.9.jar
Normal file
BIN
target/dependencies/jsr305-1.3.9.jar
Normal file
Binary file not shown.
BIN
target/dependencies/junit-4.11.jar
Normal file
BIN
target/dependencies/junit-4.11.jar
Normal file
Binary file not shown.
BIN
target/dependencies/org.abego.treelayout.core-1.0.3.jar
Normal file
BIN
target/dependencies/org.abego.treelayout.core-1.0.3.jar
Normal file
Binary file not shown.
BIN
target/dependencies/reflections-0.9.11.jar
Normal file
BIN
target/dependencies/reflections-0.9.11.jar
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user