org.extex.font.format.dvi.command
Class DviPush

java.lang.Object
  extended by org.extex.font.format.dvi.command.DviCommand
      extended by org.extex.font.format.dvi.command.DviPush

public class DviPush
extends DviCommand

DVI: push: Push the values onto the stack.

Version:
$Revision: 7275 $
Author:
Michael Niedermair

Field Summary
 
Fields inherited from class org.extex.font.format.dvi.command.DviCommand
BOP_LENGTH
 
Constructor Summary
DviPush(int oc, int sp)
          Create a new object.
 
Method Summary
 java.lang.String getName()
          Returns the name of the command.
 
Methods inherited from class org.extex.font.format.dvi.command.DviCommand
getFntDefs, getNextCommand, getOpcode, getPost, getPre, getStartPointer, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DviPush

public DviPush(int oc,
               int sp)
Create a new object.

Parameters:
oc - the opcode
sp - the start pointer
Method Detail

getName

public java.lang.String getName()
Returns the name of the command.

Specified by:
getName in class DviCommand
Returns:
Returns the name of the command.
See Also:
DviCommand.getName()