net.sourceforge.javajson.parser
Class ASTstring

java.lang.Object
  extended by net.sourceforge.javajson.parser.MyNode
      extended by net.sourceforge.javajson.parser.SimpleNode
          extended by net.sourceforge.javajson.parser.ASTstring
All Implemented Interfaces:
Node

public class ASTstring
extends SimpleNode


Field Summary
 
Fields inherited from class net.sourceforge.javajson.parser.SimpleNode
children, id, parent, parser
 
Fields inherited from class net.sourceforge.javajson.parser.MyNode
stack, symtab, top
 
Constructor Summary
ASTstring(int id)
           
ASTstring(JsonParser p, int id)
           
 
Method Summary
protected static String fixString_(String s)
           
protected static String fixString(String s)
          Removes escapes from string and returns normal string
protected  void interpret()
           
 
Methods inherited from class net.sourceforge.javajson.parser.SimpleNode
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
 
Methods inherited from class net.sourceforge.javajson.parser.MyNode
push
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTstring

public ASTstring(int id)

ASTstring

public ASTstring(JsonParser p,
                 int id)
Method Detail

interpret

protected void interpret()
Overrides:
interpret in class MyNode

fixString

protected static String fixString(String s)
Removes escapes from string and returns normal string


fixString_

protected static String fixString_(String s)