Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

M

makeAddress(N) - Method in class org.eclipse.incquery.runtime.rete.network.ReteContainer
Provides an external address for the selected node.
makeIndexerTrace(SubPlan, PlanningTrace, TupleMask) - Static method in class org.eclipse.incquery.runtime.rete.construction.plancompiler.CompilerHelper
Returns a compiled indexer trace according to a mask
makeMatchInnerClass(JvmDeclaredType, Pattern, String, boolean) - Method in class org.eclipse.incquery.patternlanguage.emf.jvmmodel.PatternMatchClassInferrer
Infers a single inner class for Match class
makeProjectionMask(PlanningTrace, Iterable<PVariable>) - Static method in class org.eclipse.incquery.runtime.rete.construction.plancompiler.CompilerHelper
 
makeQueryTrace(PQuery, Collection<RecipeTraceInfo>, Collection<ReteNodeRecipe>) - Static method in class org.eclipse.incquery.runtime.rete.construction.plancompiler.CompilerHelper
Creates a recipe for a production node and the corresponding trace.
makeSet(Collection<V>) - Method in class org.eclipse.incquery.runtime.base.itc.alg.incscc.UnionFind
Creates a new union set from a collection of elements.
makeSet(V) - Method in class org.eclipse.incquery.runtime.base.itc.alg.incscc.UnionFind
This method creates a single set containing the given node.
mapPlanToAddress(SubPlan, Address<? extends Supplier>) - Method in class org.eclipse.incquery.runtime.rete.boundary.ReteBoundary
 
MarkerManagerViolationListener - Class in org.eclipse.incquery.validation.runtime
 
MarkerManagerViolationListener(Logger, ConstraintAdapter) - Constructor for class org.eclipse.incquery.validation.runtime.MarkerManagerViolationListener
 
mask(int, Iterable<Integer>) - Static method in class org.eclipse.incquery.runtime.rete.recipes.helper.RecipesHelper
 
mask(int, int...) - Static method in class org.eclipse.incquery.runtime.rete.recipes.helper.RecipesHelper
 
Mask - Interface in org.eclipse.incquery.runtime.rete.recipes
A representation of the model object 'Mask'.
MASK - Static variable in interface org.eclipse.incquery.runtime.rete.recipes.RecipesPackage.Literals
The meta object literal for the 'Mask' class.
MASK - Static variable in interface org.eclipse.incquery.runtime.rete.recipes.RecipesPackage
The meta object id for the 'Mask' class.
MASK__SOURCE_ARITY - Static variable in interface org.eclipse.incquery.runtime.rete.recipes.RecipesPackage.Literals
The meta object literal for the 'Source Arity' attribute feature.
MASK__SOURCE_ARITY - Static variable in interface org.eclipse.incquery.runtime.rete.recipes.RecipesPackage
The feature id for the 'Source Arity' attribute.
MASK__SOURCE_INDICES - Static variable in interface org.eclipse.incquery.runtime.rete.recipes.RecipesPackage.Literals
The meta object literal for the 'Source Indices' attribute list feature.
MASK__SOURCE_INDICES - Static variable in interface org.eclipse.incquery.runtime.rete.recipes.RecipesPackage
The feature id for the 'Source Indices' attribute list.
MASK_FEATURE_COUNT - Static variable in interface org.eclipse.incquery.runtime.rete.recipes.RecipesPackage
The number of structural features of the 'Mask' class.
MASK_OPERATION_COUNT - Static variable in interface org.eclipse.incquery.runtime.rete.recipes.RecipesPackage
The number of operations of the 'Mask' class.
MaskedTuple - Class in org.eclipse.incquery.runtime.rete.tuple
A tuple that transparently provides a masked (transformed) view of another tuple.
MaskedTuple(Tuple, TupleMask) - Constructor for class org.eclipse.incquery.runtime.rete.tuple.MaskedTuple
 
MaskedTupleMemory - Class in org.eclipse.incquery.runtime.rete.tuple
 
MaskedTupleMemory(TupleMask) - Constructor for class org.eclipse.incquery.runtime.rete.tuple.MaskedTupleMemory
 
MaskImpl - Class in org.eclipse.incquery.runtime.rete.recipes.impl
An implementation of the model object 'Mask'.
matchAll(Object[], boolean[]) - Method in class org.eclipse.incquery.runtime.rete.matcher.RetePatternMatcher
 
MatchAppearanceJob - Class in org.eclipse.incquery.validation.core
The job is used to process new appearing matches upon constraint violation.
MatchAppearanceJob(Constraint, Logger) - Constructor for class org.eclipse.incquery.validation.core.MatchAppearanceJob
 
matchClassName(Pattern) - Method in class org.eclipse.incquery.patternlanguage.emf.util.EMFPatternLanguageJvmModelInferrerUtil
Returns the MatchClass name based on the Pattern's name
MatchDisappearanceJob - Class in org.eclipse.incquery.validation.core
The job is used to process disappeared matches upon constraint violation.
MatchDisappearanceJob(Constraint, Logger) - Constructor for class org.eclipse.incquery.validation.core.MatchDisappearanceJob
 
matcherClassName(Pattern) - Method in class org.eclipse.incquery.patternlanguage.emf.util.EMFPatternLanguageJvmModelInferrerUtil
Returns the MatcherClass name based on the Pattern's name
matcherInstantiated(IncQueryMatcher<? extends IPatternMatch>) - Method in interface org.eclipse.incquery.runtime.api.IncQueryEngineLifecycleListener
Called after a matcher is instantiated in the engine
matcherInstantiated(IncQueryMatcher<? extends IPatternMatch>) - Method in class org.eclipse.incquery.runtime.internal.engine.LifecycleProvider
 
MatcherReference - Class in org.eclipse.incquery.runtime.localsearch.matcher
 
MatcherReference(PQuery, Set<Integer>) - Constructor for class org.eclipse.incquery.runtime.localsearch.matcher.MatcherReference
 
matchFound(SearchPlanExecutor, MatchingFrame) - Method in interface org.eclipse.incquery.runtime.localsearch.matcher.ILocalSearchAdapter
Callback that is used to indicate that a match has been found
matchFoundEvents - Variable in class org.eclipse.incquery.runtime.rete.misc.DeltaMonitor
matches that are newly found
matchImmutableInnerClassName(Pattern) - Method in class org.eclipse.incquery.patternlanguage.emf.util.EMFPatternLanguageJvmModelInferrerUtil
 
MatchingFrame - Class in org.eclipse.incquery.runtime.localsearch
MatchingFrame represents the actual mappings of variables to constants.
MatchingFrame(Object, int, int) - Constructor for class org.eclipse.incquery.runtime.localsearch.MatchingFrame
 
MatchingFrameValueProvider - Class in org.eclipse.incquery.runtime.localsearch.operations
 
MatchingFrameValueProvider(MatchingFrame, Map<String, Integer>) - Constructor for class org.eclipse.incquery.runtime.localsearch.operations.MatchingFrameValueProvider
 
MatchingKey - Class in org.eclipse.incquery.runtime.localsearch
VariableType will be mapped to PatternVariable in the interpreted engine.
MatchingKey(Object[]) - Constructor for class org.eclipse.incquery.runtime.localsearch.MatchingKey
 
MatchingTable - Class in org.eclipse.incquery.runtime.localsearch
 
MatchingTable() - Constructor for class org.eclipse.incquery.runtime.localsearch.MatchingTable
 
matchLostEvents - Variable in class org.eclipse.incquery.runtime.rete.misc.DeltaMonitor
matches that are newly lost
matchMutableInnerClassName(Pattern) - Method in class org.eclipse.incquery.patternlanguage.emf.util.EMFPatternLanguageJvmModelInferrerUtil
 
matchOne(Object[], boolean[]) - Method in class org.eclipse.incquery.runtime.rete.matcher.RetePatternMatcher
 
matchOneRandomly(Object[], boolean[]) - Method in class org.eclipse.incquery.runtime.rete.matcher.RetePatternMatcher
 
MatchUpdateAdapter<Match extends IPatternMatch> - Class in org.eclipse.incquery.runtime.api
A default implementation of IMatchUpdateListener that contains two match processors, one for appearance, one for disappearance.
MatchUpdateAdapter() - Constructor for class org.eclipse.incquery.runtime.api.MatchUpdateAdapter
Constructs an instance without any match processors registered yet.
MatchUpdateAdapter(IMatchProcessor<Match>, IMatchProcessor<Match>) - Constructor for class org.eclipse.incquery.runtime.api.MatchUpdateAdapter
Constructs an instance by specifying match processors.
MatchUpdateJob - Class in org.eclipse.incquery.validation.core
The job is used to process updated matches upon constraint violation.
MatchUpdateJob(Constraint, Logger) - Constructor for class org.eclipse.incquery.validation.core.MatchUpdateJob
 
MemoryIdentityIndexer - Class in org.eclipse.incquery.runtime.rete.index
Defines a trivial indexer that identically projects the contents of a memory-equipped node, and can therefore save space.
MemoryIdentityIndexer(ReteContainer, int, Collection<Tuple>, Supplier, Receiver) - Constructor for class org.eclipse.incquery.runtime.rete.index.MemoryIdentityIndexer
 
MemorylessEvaluatorNode - Class in org.eclipse.incquery.runtime.rete.eval
 
MemorylessEvaluatorNode(ReteContainer, Logger, IExpressionEvaluator, Map<String, Integer>, int) - Constructor for class org.eclipse.incquery.runtime.rete.eval.MemorylessEvaluatorNode
 
MemoryNullIndexer - Class in org.eclipse.incquery.runtime.rete.index
Defines a trivial indexer that projects the contents of a memory-equipped node to the empty tuple, and can therefore save space.
MemoryNullIndexer(ReteContainer, int, Collection<Tuple>, Supplier, Receiver) - Constructor for class org.eclipse.incquery.runtime.rete.index.MemoryNullIndexer
 
mend(CompiledQuery) - Method in class org.eclipse.incquery.runtime.rete.construction.plancompiler.RecursionCutoffPoint
Signals that compilation of the recursive query has terminated, culminating into the given compiled form.
mergeBody(PBody) - Method in class org.eclipse.incquery.runtime.matchers.psystem.rewriters.PBodyCopier
 
mergeBody(PBody, IVariableRenamer, IConstraintFilter) - Method in class org.eclipse.incquery.runtime.matchers.psystem.rewriters.PBodyCopier
Merge all variables and constraints from a source body to a target body.
MessageMessageKindMatch - Class in org.eclipse.incquery.uml.derivedfeatures
Pattern-specific match representation of the org.eclipse.incquery.uml.derivedfeatures.messageMessageKind pattern, to be used in conjunction with MessageMessageKindMatcher.
MessageMessageKindMatcher - Class in org.eclipse.incquery.uml.derivedfeatures
Generated pattern matcher API of the org.eclipse.incquery.uml.derivedfeatures.messageMessageKind pattern, providing pattern-specific query methods.
MessageMessageKindMatcher(Notifier) - Constructor for class org.eclipse.incquery.uml.derivedfeatures.MessageMessageKindMatcher
Deprecated.
MessageMessageKindMatcher(IncQueryEngine) - Constructor for class org.eclipse.incquery.uml.derivedfeatures.MessageMessageKindMatcher
MessageMessageKindProcessor - Class in org.eclipse.incquery.uml.derivedfeatures.util
A match processor tailored for the org.eclipse.incquery.uml.derivedfeatures.messageMessageKind pattern.
MessageMessageKindProcessor() - Constructor for class org.eclipse.incquery.uml.derivedfeatures.util.MessageMessageKindProcessor
 
MessageMessageKindQuerySpecification - Class in org.eclipse.incquery.uml.derivedfeatures.util
A pattern-specific query specification that can instantiate MessageMessageKindMatcher in a type-safe way.
MetamodelProviderService - Class in org.eclipse.incquery.patternlanguage.emf.scoping
 
MetamodelProviderService() - Constructor for class org.eclipse.incquery.patternlanguage.emf.scoping.MetamodelProviderService
 
MISSING_ANNOTATION_ATTRIBUTE - Static variable in class org.eclipse.incquery.patternlanguage.validation.PatternLanguageJavaValidator
 
MISSING_PACKAGE_IMPORT - Static variable in class org.eclipse.incquery.patternlanguage.emf.validation.EMFIssueCodes
 
MISSING_PARAMETER_TYPE - Static variable in class org.eclipse.incquery.patternlanguage.emf.validation.EMFIssueCodes
 
MISSING_PATTERN_PARAMETERS - Static variable in class org.eclipse.incquery.patternlanguage.validation.IssueCodes
 
MISSING_REQUIRED_ANNOTATION_PARAMETER - Static variable in class org.eclipse.incquery.patternlanguage.validation.IssueCodes
 
MISTYPED_ANNOTATION_PARAMETER - Static variable in class org.eclipse.incquery.patternlanguage.validation.IssueCodes
 
mode - Static variable in class org.eclipse.incquery.runtime.matchers.util.CollectionsFactory
 
modelFileName(EObject) - Method in class org.eclipse.incquery.patternlanguage.emf.util.EMFPatternLanguageJvmModelInferrerUtil
 
ModelUpdateProvider - Class in org.eclipse.incquery.runtime.internal.engine
 
ModelUpdateProvider(AdvancedIncQueryEngine, Logger) - Constructor for class org.eclipse.incquery.runtime.internal.engine.ModelUpdateProvider
 
Modifiers - Interface in org.eclipse.incquery.patternlanguage.patternLanguage
A representation of the model object 'Modifiers'.
MODIFIERS - Static variable in interface org.eclipse.incquery.patternlanguage.patternLanguage.PatternLanguagePackage.Literals
The meta object literal for the 'Modifiers' class.
MODIFIERS - Static variable in interface org.eclipse.incquery.patternlanguage.patternLanguage.PatternLanguagePackage
The meta object id for the 'Modifiers' class.
MODIFIERS__PRIVATE - Static variable in interface org.eclipse.incquery.patternlanguage.patternLanguage.PatternLanguagePackage.Literals
The meta object literal for the 'Private' attribute feature.
MODIFIERS__PRIVATE - Static variable in interface org.eclipse.incquery.patternlanguage.patternLanguage.PatternLanguagePackage
The feature id for the 'Private' attribute.
MODIFIERS_FEATURE_COUNT - Static variable in interface org.eclipse.incquery.patternlanguage.patternLanguage.PatternLanguagePackage
The number of structural features of the 'Modifiers' class.
ModifiersElements() - Constructor for class org.eclipse.incquery.patternlanguage.services.PatternLanguageGrammarAccess.ModifiersElements
 
ModifiersImpl - Class in org.eclipse.incquery.patternlanguage.patternLanguage.impl
An implementation of the model object 'Modifiers'.
mRULE_ANY_OTHER() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mRULE_ANY_OTHER() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mRULE_DECIMAL() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mRULE_DECIMAL() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mRULE_HEX() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mRULE_HEX() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mRULE_ID() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mRULE_ID() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mRULE_INT() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mRULE_INT() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mRULE_ML_COMMENT() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mRULE_ML_COMMENT() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mRULE_SL_COMMENT() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mRULE_SL_COMMENT() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mRULE_STRING() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mRULE_STRING() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mRULE_WS() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mRULE_WS() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__100() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__13() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__13() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__14() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__14() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__15() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__15() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__16() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__16() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__17() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__17() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__18() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__18() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__19() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__19() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__20() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__20() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__21() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__21() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__22() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__22() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__23() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__23() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__24() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__24() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__25() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__25() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__26() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__26() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__27() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__27() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__28() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__28() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__29() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__29() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__30() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__30() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__31() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__31() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__32() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__32() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__33() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__33() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__34() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__34() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__35() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__35() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__36() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__36() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__37() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__37() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__38() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__38() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__39() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__39() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__40() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__40() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__41() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__41() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__42() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__42() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__43() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__43() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__44() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__44() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__45() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__45() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__46() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__46() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__47() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__47() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__48() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__48() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__49() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__49() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__50() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__50() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__51() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__51() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__52() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__52() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__53() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__53() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__54() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__54() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__55() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__55() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__56() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__56() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__57() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__57() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__58() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__58() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__59() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__59() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__60() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__60() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__61() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__61() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__62() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__62() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__63() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__63() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__64() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__64() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__65() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__65() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__66() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__66() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__67() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__67() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__68() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__68() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__69() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__69() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__70() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__70() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__71() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__71() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__72() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__72() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__73() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__73() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__74() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__74() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__75() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__75() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__76() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__76() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__77() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__77() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__78() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__78() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__79() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__79() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__80() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__80() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__81() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__81() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__82() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__82() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__83() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__83() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__84() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__84() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__85() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__85() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__86() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__86() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__87() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__87() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__88() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__88() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__89() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__89() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__90() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__90() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__91() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__91() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__92() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__92() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__93() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__93() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__94() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__94() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__95() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__95() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__96() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__96() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__97() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__97() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__98() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mT__98() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
mT__99() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mTokens() - Method in class org.eclipse.incquery.patternlanguage.emf.parser.antlr.internal.InternalEMFPatternLanguageLexer
 
mTokens() - Method in class org.eclipse.incquery.patternlanguage.parser.antlr.internal.InternalPatternLanguageLexer
 
MULTI_PARENT_NODE_RECIPE - Static variable in interface org.eclipse.incquery.runtime.rete.recipes.RecipesPackage.Literals
The meta object literal for the 'Multi Parent Node Recipe' class.
MULTI_PARENT_NODE_RECIPE - Static variable in interface org.eclipse.incquery.runtime.rete.recipes.RecipesPackage
The meta object id for the 'Multi Parent Node Recipe' class.
MULTI_PARENT_NODE_RECIPE___GET_ARITY - Static variable in interface org.eclipse.incquery.runtime.rete.recipes.RecipesPackage.Literals
The meta object literal for the 'Get Arity' operation.
MULTI_PARENT_NODE_RECIPE___GET_ARITY - Static variable in interface org.eclipse.incquery.runtime.rete.recipes.RecipesPackage
The operation id for the 'Get Arity' operation.
MULTI_PARENT_NODE_RECIPE__PARENTS - Static variable in interface org.eclipse.incquery.runtime.rete.recipes.RecipesPackage.Literals
The meta object literal for the 'Parents' reference list feature.
MULTI_PARENT_NODE_RECIPE__PARENTS - Static variable in interface org.eclipse.incquery.runtime.rete.recipes.RecipesPackage
The feature id for the 'Parents' reference list.
MULTI_PARENT_NODE_RECIPE__TRACE_INFO - Static variable in interface org.eclipse.incquery.runtime.rete.recipes.RecipesPackage
The feature id for the 'Trace Info' attribute.
MULTI_PARENT_NODE_RECIPE_FEATURE_COUNT - Static variable in interface org.eclipse.incquery.runtime.rete.recipes.RecipesPackage
The number of structural features of the 'Multi Parent Node Recipe' class.
MULTI_PARENT_NODE_RECIPE_OPERATION_COUNT - Static variable in interface org.eclipse.incquery.runtime.rete.recipes.RecipesPackage
The number of operations of the 'Multi Parent Node Recipe' class.
MultiParentNodeRecipe - Interface in org.eclipse.incquery.runtime.rete.recipes
A representation of the model object 'Multi Parent Node Recipe'.
MultiParentNodeRecipeImpl - Class in org.eclipse.incquery.runtime.rete.recipes.impl
An implementation of the model object 'Multi Parent Node Recipe'.
MyAbstractDeclarativeScopeProvider - Class in org.eclipse.incquery.patternlanguage.scoping
An extended abstract declarative scope provider to facilitate the reusing of abstract declarative scope providers together with XBase scope provider.
MyAbstractDeclarativeScopeProvider() - Constructor for class org.eclipse.incquery.patternlanguage.scoping.MyAbstractDeclarativeScopeProvider
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links