Top Description Fields Constructors Methods
com.sun.org.apache.xalan.internal.xsltc.compiler.util

pack-priv Class OutlineableChunkEnd

extends MarkerInstruction
Class Inheritance
Imports
com.sun.org.apache.bcel.internal.generic.Instruction

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

Modifier and TypeField and Description
public static final Instruction

Constructor Summary

AccessConstructor and Description
private
OutlineableChunkEnd()

Private default constructor.

Method Summary

Modifier and TypeMethod and Description
public String

Returns:

the instruction name
getName
()

Overrides com.sun.org.apache.bcel.internal.generic.Instruction.getName.

Get the name of this instruction.
public String

Returns:

the instruction name
toString
()

Overrides com.sun.org.apache.bcel.internal.generic.Instruction.toString.

Get the name of this instruction.
public String

Returns:

the instruction name
toString
(boolean
long/short format switch
verbose
)

Overrides com.sun.org.apache.bcel.internal.generic.Instruction.toString.

Get the name of this instruction.
Inherited from com.sun.org.apache.xalan.internal.xsltc.compiler.util.MarkerInstruction:
acceptconsumeStackcopydumpproduceStack

Field Detail

OUTLINEABLECHUNKENDback to summary
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

OutlineableChunkEndback to summary
private OutlineableChunkEnd()

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

Method Detail

getNameback to summary
public String getName()

Overrides com.sun.org.apache.bcel.internal.generic.Instruction.getName.

Get the name of this instruction. Used for debugging.

Returns:String

the instruction name

toStringback to summary
public String toString()

Overrides com.sun.org.apache.bcel.internal.generic.Instruction.toString.

Get the name of this instruction. Used for debugging.

Returns:String

the instruction name

toStringback to summary
public String toString(boolean verbose)

Overrides com.sun.org.apache.bcel.internal.generic.Instruction.toString.

Get the name of this instruction. Used for debugging.

Parameters
verbose:boolean

Doc from com.sun.org.apache.bcel.internal.generic.Instruction.toString.

long/short format switch

Returns:String

the instruction name