gnu.expr
public abstract class AccessExp extends Expression
| Method Summary | |
|---|---|
| Declaration | contextDecl() |
| Declaration | getBinding() If non-null, the local Declaration this refers to. |
| String | getName() |
| String | getSimpleName() Return a simple name, or null if the name has a non-empty namespace. |
| Object | getSymbol() |
| void | setBinding(Declaration decl) |
| void | setContextDecl(Declaration decl) |
| String | string_name() |