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, toString
Arguments(Scope scope)
public boolean isArguments()
isArguments
in class Var
public StaticSourceFile getSourceFile()
StaticRef
getSourceFile
in interface StaticRef
getSourceFile
in class Var
public boolean isBleedingFunction()
Var
isBleedingFunction
in class Var
protected int declarationType()
declarationType
in class Var