1 #ifndef __JLANG__JTOKEN__ 
    2 #define __JLANG__JTOKEN__ 
   12 namespace JPP { 
using namespace JLANG; }
 
static char getSeparator()
Get separator. 
 
JToken()
Default constructor. 
 
std::istream & getline(std::istream &in, JString &object)
Read string from input stream until end of line. 
 
Wrapper class around string. 
 
friend std::istream & operator>>(std::istream &in, JToken &token)
Read token from input.