org.freehep.postscript.errors
Class Undefined

java.lang.Object
  extended by org.freehep.postscript.types.PSObject
      extended by org.freehep.postscript.types.PSSimple
          extended by org.freehep.postscript.types.PSOperator
              extended by org.freehep.postscript.operators.AbstractOperator
                  extended by org.freehep.postscript.operators.ErrorOperator
                      extended by org.freehep.postscript.errors.Undefined
All Implemented Interfaces:
Cloneable

public class Undefined
extends ErrorOperator

Version:
$Id$
Author:
Mark Donszelmann (Mark.Donszelmann@gmail.com)

Field Summary
 
Fields inherited from class org.freehep.postscript.operators.ErrorOperator
log
 
Fields inherited from class org.freehep.postscript.types.PSOperator
operandTypes
 
Fields inherited from class org.freehep.postscript.types.PSObject
name
 
Constructor Summary
Undefined()
           
Undefined(String msg)
           
 
Method Summary
 boolean execute(OperandStack os)
           
 
Methods inherited from class org.freehep.postscript.operators.ErrorOperator
register
 
Methods inherited from class org.freehep.postscript.operators.AbstractOperator
register
 
Methods inherited from class org.freehep.postscript.types.PSOperator
checkAndExecute, clone, copy, cvs, equals, getName, getType, hashCode, toString
 
Methods inherited from class org.freehep.postscript.types.PSObject
error, isExecutable, isLiteral, setExecutable, setLiteral, setName, toPrint
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Undefined

public Undefined()

Undefined

public Undefined(String msg)
Method Detail

execute

public boolean execute(OperandStack os)
Overrides:
execute in class ErrorOperator


Copyright © 2001-2009 FreeHEP. All Rights Reserved.