public TwoQuotesStringLeaf(LexerContext context)
     : base(context)
 {
 }
Example #2
0
 protected BaseLeaf(LexerContext context)
 {
     mContext = context;
 }
 protected ContainerTokenLeaf(LexerContext context)
     : base(context)
 {
 }
Example #4
0
 public MainLeaf(LexerContext context)
     : base(context)
 {
 }
 public OneGraveAccentStringLeaf(LexerContext context)
     : base(context)
 {
 }
 public OneQuoteStringLeaf(LexerContext context)
     : base(context)
 {
 }
 public NameOrDigitLeaf(LexerContext context)
     : base(context)
 {
 }