public abstract class NullnessConversationInstruction
extends org.apache.bcel.generic.ConversionInstruction
| Modifier | Constructor and Description |
|---|---|
protected |
NullnessConversationInstruction(short opcode) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.apache.bcel.generic.Visitor v)
Call corresponding visitor method(s).
|
int |
consumeStack(org.apache.bcel.generic.ConstantPoolGen cpg) |
org.apache.bcel.generic.Type |
getType(org.apache.bcel.generic.ConstantPoolGen cp) |
int |
hashCode() |
int |
produceStack(org.apache.bcel.generic.ConstantPoolGen cpg) |
protected NullnessConversationInstruction(short opcode)
public org.apache.bcel.generic.Type getType(org.apache.bcel.generic.ConstantPoolGen cp)
getType in interface org.apache.bcel.generic.TypedInstructiongetType in class org.apache.bcel.generic.ConversionInstructionpublic int consumeStack(org.apache.bcel.generic.ConstantPoolGen cpg)
consumeStack in interface org.apache.bcel.generic.StackConsumerconsumeStack in class org.apache.bcel.generic.Instructionpublic int produceStack(org.apache.bcel.generic.ConstantPoolGen cpg)
produceStack in interface org.apache.bcel.generic.StackProducerproduceStack in class org.apache.bcel.generic.Instructionpublic int hashCode()
hashCode in class org.apache.bcel.generic.Instructionpublic void accept(org.apache.bcel.generic.Visitor v)
accept in class org.apache.bcel.generic.Instructionv - Visitor objectFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.