예제 #1
0
파일: AST.cs 프로젝트: CanftIn/ice
 public ASTNode_Statement(ASTNode.ASTType AType, int LineNum)
     : base(AType, LineNum)
 {
 }
예제 #2
0
파일: AST.cs 프로젝트: CanftIn/ice
 public ASTNode_Expression(ASTNode.ASTType AType, int LineNum)
     : base(AType, LineNum)
 {
 }