org.lsmp.djep.matrixJep.function
Class MArrayAccess

java.lang.Object
  extended by org.nfunk.jep.function.PostfixMathCommand
      extended by org.lsmp.djep.vectorJep.function.VEle
          extended by org.lsmp.djep.vectorJep.function.ArrayAccess
              extended by org.lsmp.djep.matrixJep.function.MArrayAccess
All Implemented Interfaces:
BinaryOperatorI, PrintVisitor.PrintRulesI, LValueI, PostfixMathCommandI

public class MArrayAccess
extends ArrayAccess
implements PrintVisitor.PrintRulesI


Field Summary
 
Fields inherited from class org.nfunk.jep.function.PostfixMathCommand
curNumberOfParameters, numberOfParameters
 
Constructor Summary
MArrayAccess()
           
 
Method Summary
 void append(Node node, PrintVisitor pv)
          The method called to append data for the rule.
 
Methods inherited from class org.lsmp.djep.vectorJep.function.ArrayAccess
set
 
Methods inherited from class org.lsmp.djep.vectorJep.function.VEle
calcDim, calcValue, run
 
Methods inherited from class org.nfunk.jep.function.PostfixMathCommand
checkNumberOfParameters, checkStack, getNumberOfParameters, setCurNumberOfParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nfunk.jep.function.PostfixMathCommandI
checkNumberOfParameters, getNumberOfParameters, setCurNumberOfParameters
 

Constructor Detail

MArrayAccess

public MArrayAccess()
Method Detail

append

public void append(Node node,
                   PrintVisitor pv)
            throws ParseException
Description copied from interface: PrintVisitor.PrintRulesI
The method called to append data for the rule.

Specified by:
append in interface PrintVisitor.PrintRulesI
Throws:
ParseException


http://www.singularsys.com/jep Copyright © 2007 Singular Systems