Uses of Class
org.eclipse.xsemantics.runtime.RuleEnvironmentEntry
-
Packages that use RuleEnvironmentEntry Package Description org.eclipse.xsemantics.runtime -
-
Uses of RuleEnvironmentEntry in org.eclipse.xsemantics.runtime
Methods in org.eclipse.xsemantics.runtime with parameters of type RuleEnvironmentEntry Modifier and Type Method Description voidRuleEnvironment. add(RuleEnvironmentEntry runtimeEnvironmentEntry)voidRuleEnvironment. increment(RuleEnvironmentEntry runtimeEnvironmentEntry)Same as addvoidRuleEnvironment. setNext(RuleEnvironmentEntry runtimeEnvironmentEntry)booleanRuleEnvironment. union(RuleEnvironmentEntry runtimeEnvironmentEntry)Constructors in org.eclipse.xsemantics.runtime with parameters of type RuleEnvironmentEntry Constructor Description RuleEnvironment(RuleEnvironmentEntry environmentEntry)
-