@DefaultSeverity(value=ERROR) public class ArrayLikeUsageErrorProblem extends CompilerProblem
| Modifier and Type | Field and Description |
|---|---|
String |
description |
static String |
DESCRIPTION |
static int |
errorCode |
UNKNOWN| Constructor and Description |
|---|
ArrayLikeUsageErrorProblem(ISourceLocation site,
String description) |
ArrayLikeUsageErrorProblem(String sourcePath,
int start,
int end,
int line,
int column,
int endLine,
int endColumn,
String description) |
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toStringpublic static final String DESCRIPTION
public static final int errorCode
public final String description
public ArrayLikeUsageErrorProblem(ISourceLocation site, String description)
Copyright © 2023 The Apache Software Foundation. All rights reserved.