예제 #1
0
 public ConstString()
 {
     _value        = new StringBuilder();
     _stringValue  = new StringBuilder();
     _state        = State.START;
     _stringSymbol = new StringSymbol('\"');
 }
예제 #2
0
 public ConstChar()
 {
     _value        = new StringBuilder();
     _state        = State.START;
     _stringSymbol = new StringSymbol('\'');
 }