Uses of Interface
org.eclipse.xsemantics.dsl.xsemantics.XsemanticsSystem
-
-
Uses of XsemanticsSystem in org.eclipse.xsemantics.dsl.generator
Methods in org.eclipse.xsemantics.dsl.generator with parameters of type XsemanticsSystem Modifier and Type Method Description org.eclipse.xtext.naming.QualifiedNameXsemanticsGeneratorExtensions. toJavaFullyQualifiedName(XsemanticsSystem ts)java.lang.StringXsemanticsGeneratorExtensions. toValidatorJavaClassName(XsemanticsSystem ts)java.lang.StringXsemanticsGeneratorExtensions. toValidatorJavaFullyQualifiedName(XsemanticsSystem ts)java.lang.StringXsemanticsGeneratorExtensions. toValidatorPackage(XsemanticsSystem ts) -
Uses of XsemanticsSystem in org.eclipse.xsemantics.dsl.jvmmodel
Methods in org.eclipse.xsemantics.dsl.jvmmodel with parameters of type XsemanticsSystem Modifier and Type Method Description protected voidXsemanticsJvmModelInferrer. _infer(XsemanticsSystem ts, org.eclipse.xtext.xbase.jvmmodel.IJvmDeclaredTypeAcceptor acceptor, boolean isPreIndexingPhase)The dispatch methodinferis called for each instance of the given element's type that is contained in a resource.org.eclipse.xtext.common.types.JvmConstructorXsemanticsJvmModelInferrer. genConstructor(XsemanticsSystem ts)org.eclipse.xtext.common.types.JvmOperationXsemanticsJvmModelInferrer. genInit(XsemanticsSystem ts) -
Uses of XsemanticsSystem in org.eclipse.xsemantics.dsl.serializer
Methods in org.eclipse.xsemantics.dsl.serializer with parameters of type XsemanticsSystem Modifier and Type Method Description protected voidXsemanticsSemanticSequencer. sequence_XsemanticsSystem(org.eclipse.xtext.serializer.ISerializationContext context, XsemanticsSystem semanticObject)Contexts: XsemanticsSystem returns XsemanticsSystem Constraint: ( name=QualifiedName superSystem=JvmParameterizedTypeReference? copyright=STRING? validatorExtends=JvmParameterizedTypeReference? importSection=XImportSection? fields+=AbstractFieldDefinition* auxiliaryDescriptions+=AuxiliaryDescription* judgmentDescriptions+=JudgmentDescription* auxiliaryFunctions+=AuxiliaryFunction* rules+=Rule* checkrules+=CheckRule* ) -
Uses of XsemanticsSystem in org.eclipse.xsemantics.dsl.util
Methods in org.eclipse.xsemantics.dsl.util that return XsemanticsSystem Modifier and Type Method Description XsemanticsSystemXsemanticsUtils. containingSystem(org.eclipse.emf.ecore.EObject element)XsemanticsSystemXsemanticsUtils. originalSystemDefinition(org.eclipse.xtext.common.types.JvmTypeReference typeReference)XsemanticsSystemXsemanticsUtils. superSystemDefinition(XsemanticsSystem system)Methods in org.eclipse.xsemantics.dsl.util that return types with arguments of type XsemanticsSystem Modifier and Type Method Description java.util.List<XsemanticsSystem>XsemanticsUtils. allSuperSystemDefinitions(XsemanticsSystem system)protected java.util.List<XsemanticsSystem>XsemanticsUtils. allSuperSystemDefinitionsInternal(XsemanticsSystem system, java.util.Set<XsemanticsSystem> visited)Methods in org.eclipse.xsemantics.dsl.util with parameters of type XsemanticsSystem Modifier and Type Method Description java.lang.Iterable<AuxiliaryDescription>XsemanticsUtils. allAuxiliaryDescriptions(XsemanticsSystem system)java.lang.Iterable<CheckRule>XsemanticsUtils. allCheckRules(XsemanticsSystem system)java.lang.Iterable<JudgmentDescription>XsemanticsUtils. allJudgments(XsemanticsSystem system)java.util.Map<org.eclipse.xtext.xbase.lib.Pair<java.lang.String,org.eclipse.emf.common.util.EList<java.lang.String>>,JudgmentDescription>XsemanticsUtils. allJudgmentsRepresentations(XsemanticsSystem system)java.lang.Iterable<Rule>XsemanticsUtils. allRules(XsemanticsSystem system)java.util.List<Rule>XsemanticsUtils. allRulesByJudgmentDescription(XsemanticsSystem ts, java.lang.String judgmentSymbol, java.lang.Iterable<java.lang.String> relationSymbols)java.util.List<XsemanticsSystem>XsemanticsUtils. allSuperSystemDefinitions(XsemanticsSystem system)protected java.util.List<XsemanticsSystem>XsemanticsUtils. allSuperSystemDefinitionsInternal(XsemanticsSystem system, java.util.Set<XsemanticsSystem> visited)java.util.Map<java.lang.String,AuxiliaryDescription>XsemanticsUtils. auxiliaryDescriptionsByName(XsemanticsSystem system)java.lang.Iterable<Rule>XsemanticsUtils. filterRulesByJudgmentDescription(XsemanticsSystem ts, java.lang.String judgmentSymbol, java.lang.Iterable<java.lang.String> relationSymbols)XsemanticsSystemXsemanticsUtils. superSystemDefinition(XsemanticsSystem system)Method parameters in org.eclipse.xsemantics.dsl.util with type arguments of type XsemanticsSystem Modifier and Type Method Description protected java.util.List<XsemanticsSystem>XsemanticsUtils. allSuperSystemDefinitionsInternal(XsemanticsSystem system, java.util.Set<XsemanticsSystem> visited) -
Uses of XsemanticsSystem in org.eclipse.xsemantics.dsl.validation
Methods in org.eclipse.xsemantics.dsl.validation with parameters of type XsemanticsSystem Modifier and Type Method Description voidXsemanticsValidator. checkSystem(XsemanticsSystem system) -
Uses of XsemanticsSystem in org.eclipse.xsemantics.dsl.xsemantics
Methods in org.eclipse.xsemantics.dsl.xsemantics that return XsemanticsSystem Modifier and Type Method Description XsemanticsSystemXsemanticsFactory. createXsemanticsSystem()Returns a new object of class 'System'.XsemanticsSystemXsemanticsFile. getXsemanticsSystem()Returns the value of the 'Xsemantics System' containment reference.Methods in org.eclipse.xsemantics.dsl.xsemantics with parameters of type XsemanticsSystem Modifier and Type Method Description voidXsemanticsFile. setXsemanticsSystem(XsemanticsSystem value)Sets the value of the 'Xsemantics System' containment reference. -
Uses of XsemanticsSystem in org.eclipse.xsemantics.dsl.xsemantics.impl
Classes in org.eclipse.xsemantics.dsl.xsemantics.impl that implement XsemanticsSystem Modifier and Type Class Description classXsemanticsSystemImplAn implementation of the model object 'System'.Fields in org.eclipse.xsemantics.dsl.xsemantics.impl declared as XsemanticsSystem Modifier and Type Field Description protected XsemanticsSystemXsemanticsFileImpl. xsemanticsSystemThe cached value of the 'Xsemantics System' containment reference.Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return XsemanticsSystem Modifier and Type Method Description XsemanticsSystemXsemanticsFactoryImpl. createXsemanticsSystem()XsemanticsSystemXsemanticsFileImpl. getXsemanticsSystem()Methods in org.eclipse.xsemantics.dsl.xsemantics.impl with parameters of type XsemanticsSystem Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainXsemanticsFileImpl. basicSetXsemanticsSystem(XsemanticsSystem newXsemanticsSystem, org.eclipse.emf.common.notify.NotificationChain msgs)voidXsemanticsFileImpl. setXsemanticsSystem(XsemanticsSystem newXsemanticsSystem) -
Uses of XsemanticsSystem in org.eclipse.xsemantics.dsl.xsemantics.util
Methods in org.eclipse.xsemantics.dsl.xsemantics.util with parameters of type XsemanticsSystem Modifier and Type Method Description TXsemanticsSwitch. caseXsemanticsSystem(XsemanticsSystem object)Returns the result of interpreting the object as an instance of 'System'.
-