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