public interface Variable extends Expression
Expression subinterface for variables (references). It can be used as
an lvalue.| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name of this variable.
|
Variable |
setName(String label)
Sets the name of this variable.
|
getTypeapplyStyle, cast, getComment, isActive, isBlockWithAbruptCompletion, setComment, toCode, visit, vmCopyright © 2000–2018 jenesis4java. All rights reserved.