Constructor and Description |
---|
BasicGlobalSym(java.lang.String name,
Type type,
Address addr,
boolean isModuleLocal) |
Modifier and Type | Method and Description |
---|---|
GlobalSym |
asGlobal() |
Address |
getAddress()
Address of the variable
|
Type |
getType()
Type of the variable
|
boolean |
isModuleLocal()
Indicates whether this symbol is module-local (i.e., static)
|
void |
resolve(BasicCDebugInfoDataBase db,
ResolveListener listener)
Resolve type and symbol references in this symbol
|
asBlock, asFunction, asLocal, getName, isBlock, isFunction, isGlobal, isLazy, isLocal, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
asBlock, asFunction, asLocal, isBlock, isFunction, isGlobal, isLocal, toString
public GlobalSym asGlobal()
public Address getAddress()
GlobalSym
getAddress
in interface GlobalSym
public boolean isModuleLocal()
GlobalSym
isModuleLocal
in interface GlobalSym
public void resolve(BasicCDebugInfoDataBase db, ResolveListener listener)
BasicSym
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.