public class InitializerValueOutOfRangeProblem extends SemanticWarningProblem
Example:
package { public const c : uint = 5000000000; // 5 billion does not fit in a uint. }
Modifier and Type | Field and Description |
---|---|
static String |
DESCRIPTION |
String |
initializerType |
String |
initializerValue |
String |
maxValue |
String |
minValue |
String |
transformedValue |
static int |
warningCode |
UNKNOWN
Constructor and Description |
---|
InitializerValueOutOfRangeProblem(ISourceLocation site,
String initializerType,
String initializerValue,
String minValue,
String maxValue,
String transformedValue) |
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toString
public static final String DESCRIPTION
public static final int warningCode
public final String initializerType
public final String initializerValue
public final String minValue
public final String maxValue
public final String transformedValue
Copyright © 2016 The Apache Software Foundation. All rights reserved.