|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PsOperatorException | |
---|---|
org.foray.ps | Classes for handling the intepretation of PostScript input. |
Uses of PsOperatorException in org.foray.ps |
---|
Methods in org.foray.ps that throw PsOperatorException | |
---|---|
protected void |
PsFile.closeFile(PsInterpreter4a interpreter)
Close the input file. |
protected boolean |
PsDictionary.execute(PsInterpreter4a interpreter,
PsName nameObject)
Tries to process a name object. |
protected boolean |
PsSystemDict4a.execute(PsName nameObject)
Tries to execute an executable object. |
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()
Discards and returns the top element at the request of the interpreter, that is, with no known operation triggering the pop. |
T |
PsStack.pop(PsOperator operatorCode)
Discards and returns the top element from the stack. |
void |
PsInterpreter4a.processItem()
Processes the top item on the execution stack. |
protected byte |
PsFile.provideInput(PsInterpreter4a interpreter)
Returns the next byte from this file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |