forked from JavaTX/JavaCompilerCore
Änderungen am Parser
This commit is contained in:
parent
2ce0fd4dcd
commit
d5258d2d09
@ -46,8 +46,7 @@ public class GenericTypeInsertPoint extends SourcePatchPoint {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@Override
|
public String getTypeInsertString() {
|
||||||
public JavaCodeResult getTypeInsertString() {
|
|
||||||
return this.patch.getInsertString();
|
return this.patch.getInsertString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,5 +21,7 @@ public class GenericVarPatch {
|
|||||||
if(!this.genericPairs.contains(p))this.genericPairs.add(p);
|
if(!this.genericPairs.contains(p))this.genericPairs.add(p);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getInsertString(){
|
||||||
|
return null; //TODO:
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user