Package com.ibm.wala.cast.ir.translator
Interface AstTranslator.Symbol
-
- All Known Implementing Classes:
AstTranslator.AbstractSymbol
- Enclosing class:
- AstTranslator
protected static interface AstTranslator.Symbolinterface for name information stored in a symbol table.- See Also:
AstTranslator.Scope
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectconstant()ObjectdefaultInitValue()AstTranslator.ScopegetDefiningScope()booleanisFinal()booleanisInternalName()booleanisParameter()voidsetConstant(Object s)CAstTypetype()intvalueNumber()
-
-
-
Method Detail
-
valueNumber
int valueNumber()
-
getDefiningScope
AstTranslator.Scope getDefiningScope()
-
isParameter
boolean isParameter()
-
constant
Object constant()
-
setConstant
void setConstant(Object s)
-
isFinal
boolean isFinal()
-
isInternalName
boolean isInternalName()
-
defaultInitValue
Object defaultInitValue()
-
type
CAstType type()
-
-