public abstract class Value extends SemanticVisitor
| Constructor and Description |
|---|
Value() |
| Modifier and Type | Method and Description |
|---|---|
Value |
copy() |
boolean |
equals(Value otherValue) |
abstract ClassifierList |
getTypes() |
boolean |
hasType(Classifier type) |
protected abstract Value |
new_() |
abstract ValueSpecification |
specify() |
abstract String |
toString() |
_beginIsolation, _endIsolationgetHref, getXmiId, getXmiNamespace, setHref, setXmiId, setXmiNamespacepublic abstract ValueSpecification specify()
public boolean equals(Value otherValue)
public Value copy()
protected abstract Value new_()
public abstract ClassifierList getTypes()
public boolean hasType(Classifier type)
Copyright © 2016. All rights reserved.