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