Class ProblemTransientValueService
java.lang.Object
org.eclipse.xtext.parsetree.reconstr.impl.AbstractTransientValueService
org.eclipse.xtext.parsetree.reconstr.impl.DefaultTransientValueService
tools.refinery.language.serializer.ProblemTransientValueService
- All Implemented Interfaces:
org.eclipse.xtext.parsetree.reconstr.ITransientValueService
public class ProblemTransientValueService
extends org.eclipse.xtext.parsetree.reconstr.impl.DefaultTransientValueService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isTransient
(org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.ecore.EStructuralFeature feature, int index) Methods inherited from class org.eclipse.xtext.parsetree.reconstr.impl.DefaultTransientValueService
isContainerReferenceInSameResource
Methods inherited from class org.eclipse.xtext.parsetree.reconstr.impl.AbstractTransientValueService
isCheckElementsIndividually
-
Constructor Details
-
ProblemTransientValueService
public ProblemTransientValueService()
-
-
Method Details
-
isTransient
public boolean isTransient(org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.ecore.EStructuralFeature feature, int index) - Specified by:
isTransient
in interfaceorg.eclipse.xtext.parsetree.reconstr.ITransientValueService
- Overrides:
isTransient
in classorg.eclipse.xtext.parsetree.reconstr.impl.DefaultTransientValueService
-