public abstract static class InstructionSet.UnaryOperator extends InstructionSet.OperatorInstruction implements InstructionSet.Unary
method, pc
Modifier | Constructor and Description |
---|---|
protected |
UnaryOperator(MethodModel _methodPoolEntry,
InstructionSet.ByteCode code,
ByteReader reader,
boolean _wide) |
Modifier and Type | Method and Description |
---|---|
Instruction |
getUnary() |
getOperator
addBranchTarget, asBranch, compareTo, consumesStack, getByteCode, getDescription, getFirstChild, getForwardConditionalBranches, getForwardUnconditionalBranches, getLastChild, getLength, getMethod, getNextExpr, getNextPC, getParentExpr, getPrevExpr, getPrevPC, getReal, getReverseConditionalBranches, getReverseUnconditionalBranches, getRootExpr, getStackConsumeCount, getStackDelta, getStackProduceCount, getStartInstruction, getStartPC, getThisPC, isAfter, isAfterOrEqual, isBefore, isBeforeOrEqual, isBranch, isBranchTarget, isConditionalBranchTarget, isForwardBranch, isForwardBranchTarget, isForwardConditionalBranchTarget, isForwardUnconditionalBranchTarget, isReverseBranchTarget, isReverseConditionalBranchTarget, isReverseUnconditionalBranchTarget, isUnconditionalBranchTarget, producesStack, removeBranchTarget, sameAs, setChildren, setLength, setNextExpr, setNextPC, setParentExpr, setPrevExpr, setPrevPC, toInstruction, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getOperator
protected UnaryOperator(MethodModel _methodPoolEntry, InstructionSet.ByteCode code, ByteReader reader, boolean _wide)
public final Instruction getUnary()
getUnary
in interface InstructionSet.Unary