org.apache.xalan.xsltc.compiler.util
Class OutlineableChunkEnd

java.lang.Object
  extended by Instruction
      extended by org.apache.xalan.xsltc.compiler.util.MarkerInstruction
          extended by org.apache.xalan.xsltc.compiler.util.OutlineableChunkEnd

 class OutlineableChunkEnd
extends MarkerInstruction

Marks the end of a region of byte code that can be copied into a new method. See the OutlineableChunkStart pseudo-instruction for details.


Field Summary
static Instruction OUTLINEABLECHUNKEND
          A constant instance of OutlineableChunkEnd.
 
Constructor Summary
private OutlineableChunkEnd()
          Private default constructor.
 
Method Summary
 java.lang.String getName()
          Get the name of this instruction.
 java.lang.String toString()
          Get the name of this instruction.
 java.lang.String toString(boolean verbose)
          Get the name of this instruction.
 
Methods inherited from class org.apache.xalan.xsltc.compiler.util.MarkerInstruction
accept, consumeStack, copy, dump, produceStack
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OUTLINEABLECHUNKEND

public static final Instruction OUTLINEABLECHUNKEND
A constant instance of OutlineableChunkEnd. As it has no fields, there should be no need to create an instance of this class.

Constructor Detail

OutlineableChunkEnd

private OutlineableChunkEnd()
Private default constructor. As it has no fields, there should be no need to create an instance of this class. See OUTLINEABLECHUNKEND.

Method Detail

getName

public java.lang.String getName()
Get the name of this instruction. Used for debugging.

Returns:
the instruction name

toString

public java.lang.String toString()
Get the name of this instruction. Used for debugging.

Returns:
the instruction name

toString

public java.lang.String toString(boolean verbose)
Get the name of this instruction. Used for debugging.

Returns:
the instruction name