DeSR Dependency Parser |
#include <conf_feature.h>
Public Member Functions | |
conf_feature (char const *name) | |
conf_feature (char const *name, char const *value) | |
virtual void | serialize (std::ostream &os) |
Serialize variable so that it can be read back. | |
Protected Member Functions | |
virtual void | parseValue (char const *&line) |
Parse the line of text, which should have the following syntax: feature tokenPath+ tokenPath : INT | rel(tokenPath) rel : leftChild | rightChild | par | prev | next | leftSibling | rightSibling. | |
virtual void | reset () |
Definition at line 60 of file conf_feature.h.
void Parser::conf_feature::parseValue | ( | char const *& | line | ) | [protected, virtual] |
Parse the line of text, which should have the following syntax: feature tokenPath+ tokenPath : INT | rel(tokenPath) rel : leftChild | rightChild | par | prev | next | leftSibling | rightSibling.
line | The line of text to be parsed. |
Definition at line 95 of file conf_feature.cpp.
References IXE::next_token_line(), and IXE::Var< T >::value.