KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros
EdgeParser.h File Reference
#include <iostream>
#include <list>
#include <string>
#include "spear/Pair.h"
#include "spear/EdgeLexer.h"
#include "spear/Lexicon.h"
#include "spear/CharUtils.h"
#include "spear/Exception.h"

Go to the source code of this file.

Classes

class  spear::EdgeParser< T >
 

Namespaces

 spear
 

Macros

#define EXTRACT_TOKEN(type, msg)
 

Detailed Description

Author
Mihai Surdeanu
Id:
EdgeParser.h 16468 2014-02-24 00:30:36Z cdawson

Macro Definition Documentation

#define EXTRACT_TOKEN (   type,
  msg 
)
Value:
{ \
if(lexem(text) != type){ \
throw spear::Exception(msg, lexer_.getLineCount()); \
} \
}
if(ss(2)==3) grayIm
Definition: Exception.h:15