delete modifier
This commit is contained in:
parent
0f61e843a4
commit
3cff398228
@ -1,11 +0,0 @@
|
||||
package abstractSyntaxTree.Modifier;
|
||||
|
||||
public interface IModifier {
|
||||
|
||||
//TODO: Maybe we can just use an enum for the Modifier
|
||||
// if there is no typeCheck and no CodeGen
|
||||
|
||||
// not type or type check
|
||||
|
||||
// visit method for code generation
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
package abstractSyntaxTree.Modifier;
|
||||
|
||||
public class PrivateModifier implements IModifier{
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
package abstractSyntaxTree.Modifier;
|
||||
|
||||
public class PublicModifier implements IModifier{
|
||||
}
|
Loading…
Reference in New Issue
Block a user