Class SemanticsUtils
java.lang.Object
tools.refinery.language.semantics.SemanticsUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T> T
getElement
(Problem problem, org.eclipse.xtext.scoping.IScope scope, org.eclipse.xtext.naming.QualifiedName qualifiedName, Class<T> type) <T> T
getLocalElement
(Problem problem, org.eclipse.xtext.naming.QualifiedName qualifiedName, Class<T> type, org.eclipse.emf.ecore.EClass eClass) getNameWithoutRootPrefix
(org.eclipse.emf.ecore.EObject eObject) static TruthValue
getTruthValue
(Expr expr) <T> T
maybeGetElement
(Problem problem, org.eclipse.xtext.scoping.IScope scope, org.eclipse.xtext.naming.QualifiedName qualifiedName, Class<T> type) <T> T
maybeGetLocalElement
(Problem problem, org.eclipse.xtext.naming.QualifiedName qualifiedName, Class<T> type, org.eclipse.emf.ecore.EClass eClass)
-
Constructor Details
-
SemanticsUtils
public SemanticsUtils()
-
-
Method Details
-
getNameWithoutRootPrefix
-
maybeGetLocalElement
-
maybeGetElement
-
getLocalElement
-
getElement
-
getTruthValue
-