Uses of Interface
org.eclipse.xsemantics.dsl.xsemantics.Cachable
-
-
Uses of Cachable in org.eclipse.xsemantics.dsl.generator
Methods in org.eclipse.xsemantics.dsl.generator with parameters of type Cachable Modifier and Type Method Description java.lang.CharSequenceXsemanticsGeneratorExtensions. cacheConditionMethod(Cachable c) -
Uses of Cachable in org.eclipse.xsemantics.dsl.jvmmodel
Methods in org.eclipse.xsemantics.dsl.jvmmodel with parameters of type Cachable Modifier and Type Method Description org.eclipse.xtext.common.types.JvmOperationXsemanticsJvmModelInferrer. compileCacheConditionMethod(Cachable cachable) -
Uses of Cachable in org.eclipse.xsemantics.dsl.util
Methods in org.eclipse.xsemantics.dsl.util with parameters of type Cachable Modifier and Type Method Description org.eclipse.xtext.xbase.XExpressionXsemanticsUtils. cacheCondition(Cachable c)booleanXsemanticsUtils. cacheEntryPointMethods(Cachable c) -
Uses of Cachable in org.eclipse.xsemantics.dsl.xsemantics
Subinterfaces of Cachable in org.eclipse.xsemantics.dsl.xsemantics Modifier and Type Interface Description interfaceAuxiliaryDescriptionA representation of the model object 'Auxiliary Description'.interfaceDescriptionA representation of the model object 'Description'.interfaceJudgmentDescriptionA representation of the model object 'Judgment Description'.Methods in org.eclipse.xsemantics.dsl.xsemantics that return Cachable Modifier and Type Method Description CachableXsemanticsFactory. createCachable()Returns a new object of class 'Cachable'. -
Uses of Cachable in org.eclipse.xsemantics.dsl.xsemantics.impl
Classes in org.eclipse.xsemantics.dsl.xsemantics.impl that implement Cachable Modifier and Type Class Description classAuxiliaryDescriptionImplAn implementation of the model object 'Auxiliary Description'.classCachableImplAn implementation of the model object 'Cachable'.classDescriptionImplAn implementation of the model object 'Description'.classJudgmentDescriptionImplAn implementation of the model object 'Judgment Description'.Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return Cachable Modifier and Type Method Description CachableXsemanticsFactoryImpl. createCachable() -
Uses of Cachable in org.eclipse.xsemantics.dsl.xsemantics.util
Methods in org.eclipse.xsemantics.dsl.xsemantics.util with parameters of type Cachable Modifier and Type Method Description TXsemanticsSwitch. caseCachable(Cachable object)Returns the result of interpreting the object as an instance of 'Cachable'.
-