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.TypedInstruction
getType
in class org.apache.bcel.generic.ConversionInstruction
public int consumeStack(org.apache.bcel.generic.ConstantPoolGen cpg)
consumeStack
in interface org.apache.bcel.generic.StackConsumer
consumeStack
in class org.apache.bcel.generic.Instruction
public int produceStack(org.apache.bcel.generic.ConstantPoolGen cpg)
produceStack
in interface org.apache.bcel.generic.StackProducer
produceStack
in class org.apache.bcel.generic.Instruction
public int hashCode()
hashCode
in class org.apache.bcel.generic.Instruction
public void accept(org.apache.bcel.generic.Visitor v)
accept
in class org.apache.bcel.generic.Instruction
v
- Visitor objectFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.