private static class Var.Arguments extends Var
| Modifier and Type | Method and Description |
|---|---|
protected int |
declarationType() |
boolean |
equals(java.lang.Object other) |
StaticSourceFile |
getSourceFile()
The source file where the reference lives.
|
int |
hashCode() |
boolean |
isArguments() |
boolean |
isBleedingFunction()
Whether this is a bleeding function (an anonymous named function
that bleeds into the inner scope).
|
getDeclaration, getInitialValue, getInput, getJSDocInfo, getName, getNameNode, getNode, getParentNode, getScope, getSymbol, isCatch, isClass, isConst, isDefaultParam, isDefine, isExtern, isGlobal, isInferredConst, isLet, isLocal, isParam, isVar, makeArgumentsVar, toStringArguments(Scope scope)
public boolean isArguments()
isArguments in class Varpublic StaticSourceFile getSourceFile()
StaticRefgetSourceFile in interface StaticRefgetSourceFile in class Varpublic boolean isBleedingFunction()
VarisBleedingFunction in class Varprotected int declarationType()
declarationType in class Var