예제 #1
0
 public BooleanParseTreeElement(EnumBooleanType booleanType)
     : base(ParseTreeElement.EnumType.BOOLEAN)
 {
     this.booleanType = booleanType;
 }
예제 #2
0
파일: Functional.cs 프로젝트: PtrMan/ai2
 public BooleanParseTreeElement(EnumBooleanType booleanType)
     : base(ParseTreeElement.EnumType.BOOLEAN)
 {
     this.booleanType = booleanType;
 }