Uses of Class
org.lsmp.djep.xjep.PrintVisitor

Packages that use PrintVisitor
org.lsmp.djep.djep   
org.lsmp.djep.matrixJep   
org.lsmp.djep.matrixJep.function   
org.lsmp.djep.xjep   
 

Uses of PrintVisitor in org.lsmp.djep.djep
 

Subclasses of PrintVisitor in org.lsmp.djep.djep
 class DPrintVisitor
          An extension of PrintVisitor which will print the equations of a variable if required.
 

Methods in org.lsmp.djep.djep with parameters of type PrintVisitor
 String DVariable.toString(PrintVisitor bpv)
           
 

Uses of PrintVisitor in org.lsmp.djep.matrixJep
 

Methods in org.lsmp.djep.matrixJep with parameters of type PrintVisitor
 void MatrixVariable.print(PrintVisitor bpv)
           
 

Uses of PrintVisitor in org.lsmp.djep.matrixJep.function
 

Methods in org.lsmp.djep.matrixJep.function with parameters of type PrintVisitor
 void MList.append(Node node, PrintVisitor pv)
          Used to print the TensorNode with all its children.
 void MArrayAccess.append(Node node, PrintVisitor pv)
           
protected  void MList.bufferAppend(MatrixNodeI node, PrintVisitor pv, int currank)
          recursive procedure to print the tensor with lots of brackets.
 

Uses of PrintVisitor in org.lsmp.djep.xjep
 

Fields in org.lsmp.djep.xjep declared as PrintVisitor
protected  PrintVisitor XJep.pv
           
 

Methods in org.lsmp.djep.xjep that return PrintVisitor
 PrintVisitor XJep.getPrintVisitor()
          Returns the PrintVisitor, used for printing equations.
 

Methods in org.lsmp.djep.xjep with parameters of type PrintVisitor
 void PrintVisitor.PrintRulesI.append(Node node, PrintVisitor pv)
          The method called to append data for the rule.
 void XSymbolTable.print(PrintVisitor pv)
          Prints the contents of the symbol table displaying its equations and value.
 String XVariable.toString(PrintVisitor pv)
          Returns a string rep of variable with its equation and value.
 



Copyright © 2014. All rights reserved.