Uses of Interface
org.eclipse.xsemantics.dsl.xsemantics.CachedClause
-
-
Uses of CachedClause in org.eclipse.xsemantics.dsl.serializer
Methods in org.eclipse.xsemantics.dsl.serializer with parameters of type CachedClause Modifier and Type Method Description protected voidXsemanticsSemanticSequencer. sequence_CachedClauseForAuxiliary(org.eclipse.xtext.serializer.ISerializationContext context, CachedClause semanticObject)Contexts: CachedClauseForAuxiliary returns CachedClause Constraint: condition=XExpression?protected voidXsemanticsSemanticSequencer. sequence_CachedClauseForJudgment(org.eclipse.xtext.serializer.ISerializationContext context, CachedClause semanticObject)Contexts: CachedClauseForJudgment returns CachedClause Constraint: (entryPointsOption=EntryPointsOption? condition=XExpression?) -
Uses of CachedClause in org.eclipse.xsemantics.dsl.xsemantics
Methods in org.eclipse.xsemantics.dsl.xsemantics that return CachedClause Modifier and Type Method Description CachedClauseXsemanticsFactory. createCachedClause()Returns a new object of class 'Cached Clause'.CachedClauseCachable. getCachedClause()Returns the value of the 'Cached Clause' containment reference.Methods in org.eclipse.xsemantics.dsl.xsemantics with parameters of type CachedClause Modifier and Type Method Description voidCachable. setCachedClause(CachedClause value)Sets the value of the 'Cached Clause' containment reference. -
Uses of CachedClause in org.eclipse.xsemantics.dsl.xsemantics.impl
Classes in org.eclipse.xsemantics.dsl.xsemantics.impl that implement CachedClause Modifier and Type Class Description classCachedClauseImplAn implementation of the model object 'Cached Clause'.Fields in org.eclipse.xsemantics.dsl.xsemantics.impl declared as CachedClause Modifier and Type Field Description protected CachedClauseCachableImpl. cachedClauseThe cached value of the 'Cached Clause' containment reference.protected CachedClauseDescriptionImpl. cachedClauseThe cached value of the 'Cached Clause' containment reference.Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return CachedClause Modifier and Type Method Description CachedClauseXsemanticsFactoryImpl. createCachedClause()CachedClauseCachableImpl. getCachedClause()CachedClauseDescriptionImpl. getCachedClause()Methods in org.eclipse.xsemantics.dsl.xsemantics.impl with parameters of type CachedClause Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainCachableImpl. basicSetCachedClause(CachedClause newCachedClause, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainDescriptionImpl. basicSetCachedClause(CachedClause newCachedClause, org.eclipse.emf.common.notify.NotificationChain msgs)voidCachableImpl. setCachedClause(CachedClause newCachedClause)voidDescriptionImpl. setCachedClause(CachedClause newCachedClause) -
Uses of CachedClause in org.eclipse.xsemantics.dsl.xsemantics.util
Methods in org.eclipse.xsemantics.dsl.xsemantics.util with parameters of type CachedClause Modifier and Type Method Description TXsemanticsSwitch. caseCachedClause(CachedClause object)Returns the result of interpreting the object as an instance of 'Cached Clause'.
-