public abstract class BasicSym extends java.lang.Object implements Sym
Modifier | Constructor and Description |
---|---|
protected |
BasicSym(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
BlockSym |
asBlock() |
FunctionSym |
asFunction() |
GlobalSym |
asGlobal() |
LocalSym |
asLocal() |
java.lang.String |
getName()
Name of this symbol
|
boolean |
isBlock() |
boolean |
isFunction() |
boolean |
isGlobal() |
boolean |
isLazy() |
boolean |
isLocal() |
abstract void |
resolve(BasicCDebugInfoDataBase db,
ResolveListener listener)
Resolve type and symbol references in this symbol
|
java.lang.String |
toString()
Returns getName() unless a subclass can return something more
appropriate
|
public java.lang.String getName()
Sym
public java.lang.String toString()
Sym
public FunctionSym asFunction()
asFunction
in interface Sym
public boolean isFunction()
isFunction
in interface Sym
public boolean isLazy()
public abstract void resolve(BasicCDebugInfoDataBase db, ResolveListener listener)
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.