Package com.google.javascript.jscomp
Class Var
- java.lang.Object
-
- com.google.javascript.jscomp.AbstractVar<Scope,Var>
-
- com.google.javascript.jscomp.Var
-
- All Implemented Interfaces:
StaticRef,StaticSlot,java.io.Serializable
public class Var extends AbstractVar<Scope,Var> implements StaticSlot, StaticRef
Used byScopeto store information about variables.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)inthashCode()java.lang.StringtoString()-
Methods inherited from class com.google.javascript.jscomp.AbstractVar
getDeclaration, getInitialValue, getJSDocInfo, getName, getNameNode, getNode, getParentNode, getScope, getScopeRoot, getSourceFile, getSymbol, isArguments, isBleedingFunction, isDeclaredOrInferredConst, isDefaultParam, isDefine, isGlobal, isLocal, isThis
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.google.javascript.rhino.StaticRef
getNode, getSourceFile, getSymbol
-
Methods inherited from interface com.google.javascript.rhino.StaticSlot
getDeclaration, getJSDocInfo, getName, getScope
-
-