public abstract class Value extends SemanticVisitor
| Constructor and Description |
|---|
Value() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkAllParents(Classifier type,
Classifier classifier) |
Value |
copy() |
boolean |
equals(Value otherValue) |
abstract ClassifierList |
getTypes() |
boolean |
hasType(Classifier type) |
boolean |
isInstanceOf(Classifier classifier) |
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)
public boolean isInstanceOf(Classifier classifier)
public boolean checkAllParents(Classifier type, Classifier classifier)
Copyright © 2017. All rights reserved.