gnu.expr
Class IgnoreTarget

java.lang.Object
  extended by gnu.expr.Target
      extended by gnu.expr.IgnoreTarget

public class IgnoreTarget
extends Target


Field Summary
 
Fields inherited from class gnu.expr.Target
Ignore, pushObject
 
Constructor Summary
IgnoreTarget()
           
 
Method Summary
 void compileFromStack(Compilation comp, Type stackType)
           
 Type getType()
           
 
Methods inherited from class gnu.expr.Target
pushValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IgnoreTarget

public IgnoreTarget()
Method Detail

getType

public Type getType()
Specified by:
getType in class Target

compileFromStack

public void compileFromStack(Compilation comp,
                             Type stackType)
Specified by:
compileFromStack in class Target