Example #1
0
 public BracePos(CharPos pos, int depth)
 {
     this.charPos = pos;
       this.depth = depth;
 }
Example #2
0
 public BracePos(CharPos pos, int depth)
 {
     this.charPos = pos;
     this.depth   = depth;
 }
Example #3
0
 public BracePos(char ch, int pos, int depth)
 {
     this.charPos = new CharPos(ch, pos);
       this.depth = depth;
 }
Example #4
0
 public BracePos(char ch, int pos, int depth)
 {
     this.charPos = new CharPos(ch, pos);
     this.depth   = depth;
 }