public class ScopeUtils extends java.lang.Object
| Constructor and Description |
|---|
ScopeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
currentlyInScope(java.util.List<IToken> tokens,
int startOffset)
Returns true if at this point the startOffset representing some token is
inside a scope
|
public ScopeUtils()
public static boolean currentlyInScope(java.util.List<IToken> tokens, int startOffset)