Uses of Class
org.foray.ps.PsOperator

Packages that use PsOperator
org.foray.ps Classes for handling the intepretation of PostScript input. 
 

Uses of PsOperator in org.foray.ps
 

Fields in org.foray.ps declared as PsOperator
protected static PsOperator[] PsOperator.OPERATOR_NAMES
          The index into this array is the matching OPER_ constant.
 

Methods in org.foray.ps that return PsOperator
protected  PsOperator PsOperatorException.getOffendingOperator()
          Returns the offending operator.
static PsOperator PsOperator.mapNameToEnum(String name)
          Maps an operator name String to the related PsOperator instance.
static PsOperator PsOperator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PsOperator[] PsOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.foray.ps with parameters of type PsOperator
protected  boolean PsSystemDict4a.executeOperator(PsOperator operatorEnum)
          Executes a given operator.
protected  boolean PsDictionary.executeOperator(PsOperator operatorEnum)
          Override this method in subclasses that have procedures.
 T PsStack.pop(PsOperator operatorCode)
          Discards and returns the top element from the stack.
protected  void PsOperandStack.roll(int n, int j, PsOperator operatorCode)
          Rolls the stack n elements deep, j positions.
 

Constructors in org.foray.ps with parameters of type PsOperator
PsInterpreterException4a(PsInterpreter4a interpreter, PsError errorCode, PsOperator offendingOperator)
          Constructor.
PsInterpreterException4a(PsInterpreter4a interpreter, PsError errorCode, PsOperator offendingOperator, String message)
          Constructor.
PsOperatorException(PsError errorCode, PsOperator offendingOperator)
          Constructor.
PsOperatorException(PsError errorCode, PsOperator offendingOperator, String message)
          Constructor.
PsOperatorException(Throwable throwable, PsError errorCode, PsOperator offendingOperator, String message)
          Constructor.
 



Copyright © 2017. All rights reserved.