Example #1
0
 public BooExpressionLexer(InputBuffer ib)
     : this(new LexerSharedInputState(ib))
 {
 }
 public GroupLexer(InputBuffer ib)
     : this(new LexerSharedInputState(ib))
 {
 }
Example #3
0
 public WSABooLexer(InputBuffer ib)
     : this(new LexerSharedInputState(ib))
 {
 }
 public DefaultTemplateLexer(InputBuffer ib)
     : this(new LexerSharedInputState(ib))
 {
 }
 public AngleBracketTemplateLexer(InputBuffer ib)
     : this(new LexerSharedInputState(ib))
 {
 }
 public ActionLexer(InputBuffer ib)
     : this(new LexerSharedInputState(ib))
 {
 }
Example #7
0
 public BoolExprLexer(InputBuffer ib)
     : this(new LexerSharedInputState(ib))
 {
 }
Example #8
0
 public BooExpressionLexer(InputBuffer ib)                : this(new LexerSharedInputState(ib))
 {
 }
Example #9
0
 public iCalLexer(InputBuffer ib)                 : this(new LexerSharedInputState(ib))
 {
 }
 public InterfaceLexer(InputBuffer ib)
     : this(new LexerSharedInputState(ib))
 {
 }