public interface VariableDeclaration
Modifier and Type | Method and Description |
---|---|
int |
getNameCode()
Get the fingerprint code that identifies the name of the variable
|
String |
getVariableName()
Get the name of the variable for use in diagnostics - a lexical QName
|
void |
registerReference(BindingReference ref)
Method called by a BindingReference to register the variable reference for
subsequent fixup.
|
void registerReference(BindingReference ref)
int getNameCode()
String getVariableName()