public static class FileLocalResolver.LightResolveResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static FileLocalResolver.LightResolveResult |
NON_LOCAL
The result can't be determined, but it's definitely not a local variable/parameter
|
static FileLocalResolver.LightResolveResult |
UNKNOWN
We know nothing about the resolve result
|
| Constructor and Description |
|---|
LightResolveResult() |
| Modifier and Type | Method and Description |
|---|---|
LighterASTNode |
getTarget() |
public static final FileLocalResolver.LightResolveResult UNKNOWN
public static final FileLocalResolver.LightResolveResult NON_LOCAL
public LighterASTNode getTarget()