public final class OperandStackUnderflowProblem extends InvalidByteCodeGeneratedProblem
This compiler problem is created when AET, detects a operand stack underflow
in
MethodBodyInfo.computeFrameCounts(IDiagnosticsVisitor)
.
Modifier and Type | Field and Description |
---|---|
static String |
DESCRIPTION |
static int |
errorCode |
UNKNOWN
Constructor and Description |
---|
OperandStackUnderflowProblem(IFlowgraph cfg,
IBasicBlock b,
int instructionIndex) |
computeSourceLocationForBlockAndInstruction
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toString
public static final String DESCRIPTION
public static final int errorCode
public OperandStackUnderflowProblem(IFlowgraph cfg, IBasicBlock b, int instructionIndex)
Copyright © 2016 The Apache Software Foundation. All rights reserved.