public class UnreachableBlockProblem extends SemanticWarningProblem
| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTION |
static int |
warningCode |
UNKNOWN| Constructor and Description |
|---|
UnreachableBlockProblem(String fileName,
int lineNumber)
Construct an UnreachableBlockProblem with source position
info determined (and verified) by the caller.
|
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toStringpublic static final String DESCRIPTION
public static final int warningCode
public UnreachableBlockProblem(String fileName, int lineNumber)
fileName - the name of the file, normalized.lineNumber - the line within the file.Copyright © 2016 The Apache Software Foundation. All rights reserved.