gnu.expr
Class IgnoreTarget

java.lang.Object
  |
  +--gnu.expr.Target
        |
        +--gnu.expr.IgnoreTarget

public class IgnoreTarget
extends Target


Fields inherited from class gnu.expr.Target
Ignore, pushObject, returnObject
 
Constructor Summary
IgnoreTarget()
           
 
Method Summary
 void compileFromStack(Compilation comp, Type stackType)
           
 Type getType()
           
 
Methods inherited from class gnu.expr.Target
pushValue, returnValue
 
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()
Overrides:
getType in class Target

compileFromStack

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