A character-string in progress can be described with different properties : "characters" [ : [ R | L | C | T ] [ U ] [ max-length ] ] This matches the properties of the string
Inheritance: Token
Ejemplo n.º 1
0
 public void Visit(TokenStringDescriptor tok)
 {
 }
Ejemplo n.º 2
0
 public void Visit(TokenStringDescriptor tok)
 {
     throw new NotImplementedException();
 }