forked from JavaTX/JavaCompilerCore
Hinzufügen des Grundkonstrukts der Intermediate-Typen.
This commit is contained in:
parent
0aab2d9f53
commit
c22d12f6b0
@ -0,0 +1,4 @@
|
||||
package de.dhbwstuttgart.intermediate.types;
|
||||
|
||||
public class IntermediateExtendsWildcard {
|
||||
}
|
@ -0,0 +1,4 @@
|
||||
package de.dhbwstuttgart.intermediate.types;
|
||||
|
||||
public class IntermediateGenericType {
|
||||
}
|
@ -0,0 +1,4 @@
|
||||
package de.dhbwstuttgart.intermediate.types;
|
||||
|
||||
public class IntermediateRefType {
|
||||
}
|
@ -0,0 +1,4 @@
|
||||
package de.dhbwstuttgart.intermediate.types;
|
||||
|
||||
public class IntermediateSuperWildcard {
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
package de.dhbwstuttgart.intermediate.types;
|
||||
|
||||
public interface IntermediateType {
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user