public final class VariableHasNoTypeDeclarationProblem extends SemanticWarningProblem
Example:
function foo() : void {
var baz; // no type declaration!
}
| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTION |
String |
varName |
static int |
warningCode |
UNKNOWN| Constructor and Description |
|---|
VariableHasNoTypeDeclarationProblem(IASNode site,
String varName) |
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toStringpublic static final String DESCRIPTION
public static final int warningCode
public final String varName
Copyright © 2023 The Apache Software Foundation. All rights reserved.