Exemplo n.º 1
0
 public BooExpressionLexer(InputBuffer ib)
     : this(new LexerSharedInputState(ib))
 {
 }
Exemplo n.º 2
0
 public GroupLexer(InputBuffer ib)
     : this(new LexerSharedInputState(ib))
 {
 }
Exemplo n.º 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))
 {
 }
Exemplo n.º 6
0
 public ActionLexer(InputBuffer ib)
     : this(new LexerSharedInputState(ib))
 {
 }
Exemplo n.º 7
0
 public BoolExprLexer(InputBuffer ib)
     : this(new LexerSharedInputState(ib))
 {
 }
Exemplo n.º 8
0
 public BooExpressionLexer(InputBuffer ib)                : this(new LexerSharedInputState(ib))
 {
 }
Exemplo n.º 9
0
 public iCalLexer(InputBuffer ib)                 : this(new LexerSharedInputState(ib))
 {
 }
Exemplo n.º 10
0
 public InterfaceLexer(InputBuffer ib)
     : this(new LexerSharedInputState(ib))
 {
 }