public static class MaxBlockDepthRule.MaxBlockDepthLinterProblem extends org.apache.royale.compiler.problems.CompilerProblem implements ILinterProblem
| Modifier and Type | Field and Description |
|---|---|
int |
depth |
static String |
DESCRIPTION |
String |
functionName |
int |
maxDepth |
| Constructor and Description |
|---|
MaxBlockDepthLinterProblem(org.apache.royale.compiler.tree.as.IFunctionNode node,
int depth,
int maxDepth) |
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toStringpublic static final String DESCRIPTION
public String functionName
public int depth
public int maxDepth
Copyright © 2023 The Apache Software Foundation. All rights reserved.