GraphLab Project

graphlab.plugins.commandline.parsers
Class OperatorParser

java.lang.Object
  extended by graphlab.plugins.commandline.parsers.DefaultParser
      extended by graphlab.plugins.commandline.parsers.OperatorParser
All Implemented Interfaces:
ExtParser

public class OperatorParser
extends DefaultParser

Author:
Mohammad Ali Rostami

Constructor Summary
OperatorParser(Interpreter interpreter, Shell shell)
           
 
Method Summary
 
Methods inherited from class graphlab.plugins.commandline.parsers.DefaultParser
add, correct, count, eatExtra, eatExtraBracket, getName, initialize, parse, parseSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperatorParser

public OperatorParser(Interpreter interpreter,
                      Shell shell)

GraphLab Project