Uses of Class
exceptions.PSSyntaxException

Packages that use PSSyntaxException
operators   
pstypes   
 

Uses of PSSyntaxException in operators
 

Methods in operators that throw PSSyntaxException
 boolean PSSub.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSStroke.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSString.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSShowpage.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSShow.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSRmoveto.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSRlineto.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSPstack.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSPop.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSNewpath.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSNe.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSMul.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSMoveto.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSMod.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSLt.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSLoop.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSLineto.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSLength.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSLe.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSIndex.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSIfelse.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSIf.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSIdiv.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSGt.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSGet.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSGe.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSFor.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSExit.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSExch.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSEq.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSDup.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSDiv.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSDeq.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSCurrentpoint.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSClosepath.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSClear.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSArct.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSArc.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSAdd.isValid(PSStack s)
          Checks if it valid to use this operator now.
 boolean PSAbs.isValid(PSStack s)
          Checks if it valid to use this operator now.
 

Uses of PSSyntaxException in pstypes
 

Methods in pstypes that throw PSSyntaxException
 boolean PSOperator.isValid(PSStack s)
          Checks if it valid to use this operator now.