@@ -1930,12 +1930,6 @@ module JSON {
19301930 final override AstNode getAFieldOrChild ( ) { json_document_child ( this , _, result ) }
19311931 }
19321932
1933- /** A class representing `escape_sequence` tokens. */
1934- class EscapeSequence extends @json_token_escape_sequence, Token {
1935- /** Gets the name of the primary QL class for this element. */
1936- final override string getAPrimaryQlClass ( ) { result = "EscapeSequence" }
1937- }
1938-
19391933 /** A class representing `false` tokens. */
19401934 class False extends @json_token_false, Token {
19411935 /** Gets the name of the primary QL class for this element. */
@@ -1995,16 +1989,10 @@ module JSON {
19951989 final override AstNode getAFieldOrChild ( ) { json_string_child ( this , result ) }
19961990 }
19971991
1998- /** A class representing `string_content` nodes . */
1999- class StringContent extends @json_string_content , AstNode {
1992+ /** A class representing `string_content` tokens . */
1993+ class StringContent extends @json_token_string_content , Token {
20001994 /** Gets the name of the primary QL class for this element. */
20011995 final override string getAPrimaryQlClass ( ) { result = "StringContent" }
2002-
2003- /** Gets the `i`th child of this node. */
2004- final EscapeSequence getChild ( int i ) { json_string_content_child ( this , i , result ) }
2005-
2006- /** Gets a field or child node of this node. */
2007- final override AstNode getAFieldOrChild ( ) { json_string_content_child ( this , _, result ) }
20081996 }
20091997
20101998 /** A class representing `true` tokens. */
0 commit comments