public interface Variable extends Expression
| Modifier and Type | Method and Description |
|---|---|
String |
ident()
Return the name of this variable.
|
Type |
type()
Return the type of this variable.
|
Copyright © 2011–2021 Eclipse Foundation. All rights reserved.