예제 #1
0
 public IdentifierResolverHint(bool isExpectingType, CustomGrammarHint nextGrammarHint = null)
     : base(ParserActionType.Reduce)
 {
     this.isExpectingType = isExpectingType;
     this.nextGrammarHint = nextGrammarHint;
 }
예제 #2
0
 public IdentifierResolverHint(bool isExpectingType, CustomGrammarHint nextGrammarHint = null)
     : base(ParserActionType.Reduce)
 {
     this.isExpectingType = isExpectingType;
     this.nextGrammarHint = nextGrammarHint;
 }