public interface Variable
Modifier and Type | Method and Description |
---|---|
boolean |
mustRuntimeRepresentable()
Does this var label need to map to a runtime representable label?
|
java.lang.String |
name() |
void |
setMustRuntimeRepresentable()
Set the mustRuntimeRepresentable flag, meaning that any solution for this
VarLabel must be to a runtime representable label.
|
java.lang.String name()
void setMustRuntimeRepresentable()
boolean mustRuntimeRepresentable()