public final class AmbiguousGotoTargetProblem extends CodegenProblem
Modifier and Type | Field and Description |
---|---|
static String |
DESCRIPTION |
static int |
errorCode |
String |
targets |
UNKNOWN
Constructor and Description |
---|
AmbiguousGotoTargetProblem(IASNode site,
Collection<LabeledStatementNode> gotoLabels) |
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toString
public static final String DESCRIPTION
public static final int errorCode
public final String targets
public AmbiguousGotoTargetProblem(IASNode site, Collection<LabeledStatementNode> gotoLabels)
Copyright © 2016 The Apache Software Foundation. All rights reserved.