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.
|
getType
applyStyle, cast, getComment, isActive, isBlockWithAbruptCompletion, setComment, toCode, visit, vm
Copyright © 2000–2018 jenesis4java. All rights reserved.