- gaAccessor(EObject) - Method in class org.eclipse.xtext.generator.grammarAccess.GrammarAccess
 
- 
Returns the invokation of an element or rule accessor.
 
- gaElementAccessMethodeName(AbstractElement) - Method in class org.eclipse.xtext.generator.grammarAccess.GrammarAccess
 
- 
Returns the method name for accessing an element via a GrammarAccess implementation.
 
- gaElementAccessor(AbstractElement) - Method in class org.eclipse.xtext.generator.grammarAccess.GrammarAccess
 
- 
Returns the invokation of the element accessor method as Java statement.
 
- gaElementIdentifyer(AbstractElement) - Method in class org.eclipse.xtext.generator.grammarAccess.GrammarAccess
 
- 
Creates an identifier for an AbstractElement which is a valid Java identifier and
 which is unique whithin the element's rule.
 
- gaElementsAccessor(AbstractRule) - Method in class org.eclipse.xtext.generator.grammarAccess.GrammarAccess
 
- 
Returns the invokation of the rule's content accessor method as Java statement.
 
- gaFQName(Grammar) - Method in class org.eclipse.xtext.generator.grammarAccess.GrammarAccess
 
- 
Returns the full qulified Java class name of a GrammarAccess implementation for a grammar.
 
- gaFullAccessor(AbstractElement) - Method in class org.eclipse.xtext.generator.grammarAccess.GrammarAccess
 
- 
Returns the invokation of the element accessor method as full qualified Java statement.
 
- gaRuleAccesorClassName(AbstractRule) - Method in class org.eclipse.xtext.generator.grammarAccess.GrammarAccess
 
- 
Returns the simple class name of a rule's facade.
 
- gaRuleAccessMethodName(AbstractRule) - Method in class org.eclipse.xtext.generator.grammarAccess.GrammarAccess
 
- 
Returns the method name for accessing a rule via a GrammarAccess implementation.
 
- gaRuleAccessor(AbstractRule) - Method in class org.eclipse.xtext.generator.grammarAccess.GrammarAccess
 
- 
Returns the invokation of the rule accessor method as Java statement.
 
- gaRuleElementAccessor(AbstractElement) - Method in class org.eclipse.xtext.generator.grammarAccess.GrammarAccess
 
- 
Returns the invokation of the element accessor method for a GrammarAccess
 as Java statement.
 
- gaRuleElementsMethodName(AbstractRule) - Method in class org.eclipse.xtext.generator.grammarAccess.GrammarAccess
 
- 
Returns the method name for accessing a rule's content via a ParseRuleAccess implementation.
 
- gaRuleIdentifyer(AbstractRule) - Method in class org.eclipse.xtext.generator.grammarAccess.GrammarAccess
 
- 
Creates an identifier for a Rule which is a valid Java idetifier and unique within
 the Rule's grammar.
 
- gaSimpleName(Grammar) - Method in class org.eclipse.xtext.generator.grammarAccess.GrammarAccess
 
- 
Returns the simple Java class name of a GrammarAccess implementation for a Grammar.
 
- gaTypeAccessor(TypeRef) - Method in class org.eclipse.xtext.generator.grammarAccess.GrammarAccess
 
- 
Returns the invokation of an element or rule accessor, including the .getType() call.
 
- gcp - Variable in class org.eclipse.xtext.generator.serializer.SemanticSequencerUtil
 
-  
 
- genEmitUnassignedTokens(JavaFile) - Method in class org.eclipse.xtext.generator.serializer.AbstractSyntacticSequencer
 
-  
 
- generate(List<Resource>) - Method in class org.eclipse.xtext.builder.standalone.StandaloneBuilder
 
-  
 
- generate(Grammar, XpandExecutionContext) - Method in class org.eclipse.xtext.generator.AbstractGeneratorFragment
 
-  
 
- generate(Grammar, XpandExecutionContext) - Method in class org.eclipse.xtext.generator.AntlrDelegatingFragment
 
-  
 
- generate(Grammar, XpandExecutionContext) - Method in class org.eclipse.xtext.generator.CompositeGeneratorFragment
 
-  
 
- generate(Grammar, XpandExecutionContext) - Method in class org.eclipse.xtext.generator.DefaultGeneratorFragment
 
-  
 
- generate(Grammar, XpandExecutionContext) - Method in class org.eclipse.xtext.generator.DelegatingGeneratorFragment
 
-  
 
- generate(Grammar, XpandExecutionContext) - Method in class org.eclipse.xtext.generator.ecore.EcoreGeneratorFragment
 
- 
Deprecated.
  
- generate(Grammar, XpandExecutionContext) - Method in class org.eclipse.xtext.generator.ecore.EMFGeneratorFragment
 
-  
 
- generate(Grammar, XpandExecutionContext) - Method in class org.eclipse.xtext.generator.grammarAccess.GrammarAccessFragment
 
-  
 
- generate(Grammar, XpandExecutionContext) - Method in interface org.eclipse.xtext.generator.IGeneratorFragment
 
- 
can be used to generate whatever necessary
 
- generate(Grammar, XpandExecutionContext) - Method in class org.eclipse.xtext.generator.junit.Junit4Fragment
 
-  
 
- generate(Grammar, XpandExecutionContext) - Method in class org.eclipse.xtext.generator.LanguageConfig
 
-  
 
- generate(Grammar, XpandExecutionContext) - Method in class org.eclipse.xtext.generator.LoggingGeneratorFragment
 
-  
 
- generate(Grammar, XpandExecutionContext) - Method in class org.eclipse.xtext.generator.parser.antlr.AbstractAntlrGeneratorFragment
 
-  
 
- generate(Grammar, XpandExecutionContext) - Method in class org.eclipse.xtext.generator.parser.antlr.DebugAntlrGeneratorFragment
 
-  
 
- generate(Grammar, XpandExecutionContext) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.ca.ContentAssistParserGeneratorFragment
 
-  
 
- generate(Grammar, XpandExecutionContext) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.ExternalAntlrLexerFragment
 
-  
 
- generate(Grammar, XpandExecutionContext) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.rt.AntlrGeneratorFragment
 
-  
 
- generate(Grammar, XpandExecutionContext) - Method in class org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment
 
-  
 
- generate(Grammar, XpandExecutionContext) - Method in class org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
 
-  
 
- generate(Grammar, XpandExecutionContext) - Method in class org.eclipse.xtext.generator.parseTreeConstructor.ParseTreeConstructorFragment
 
-  
 
- generate(Xtend2ExecutionContext) - Method in class org.eclipse.xtext.generator.serializer.SerializerFragment
 
-  
 
- generate(Grammar, XpandExecutionContext) - Method in class org.eclipse.xtext.generator.validation.JavaValidatorFragment
 
-  
 
- generate(Xtend2ExecutionContext) - Method in class org.eclipse.xtext.generator.validation.ValidatorFragment
 
-  
 
- generate(Grammar, XpandExecutionContext) - Method in class org.eclipse.xtext.generator.xbase.XbaseGeneratorFragment
 
-  
 
- generate(Grammar, XpandExecutionContext) - Method in class org.eclipse.xtext.generator.Xtend2GeneratorFragment
 
-  
 
- generate(Grammar, Xtend2ExecutionContext) - Method in class org.eclipse.xtext.generator.Xtend2GeneratorFragment
 
-  
 
- generate(Xtend2ExecutionContext) - Method in class org.eclipse.xtext.generator.Xtend2GeneratorFragment
 
-  
 
- generate(Grammar, XpandExecutionContext) - Method in class org.eclipse.xtext.ui.generator.compare.CompareFragment
 
-  
 
- generate(Xtend2ExecutionContext) - Method in class org.eclipse.xtext.ui.generator.contentAssist.ContentAssistFragment
 
-  
 
- generate(Grammar, XpandExecutionContext) - Method in class org.eclipse.xtext.ui.generator.contentAssist.JavaBasedContentAssistFragment
 
-  
 
- generate(Grammar, XpandExecutionContext) - Method in class org.eclipse.xtext.ui.generator.projectWizard.SimpleProjectWizardFragment
 
-  
 
- generate() - Method in class org.eclipse.xtext.xbase.lib.ArithmeticExtensionGenerator
 
-  
 
- generate(String) - Method in class org.eclipse.xtext.xbase.lib.ArithmeticExtensionGenerator
 
-  
 
- generateAllOperations(String) - Method in class org.eclipse.xtext.xbase.lib.ArithmeticExtensionGenerator
 
-  
 
- generateAllOperations() - Method in class org.eclipse.xtext.xbase.lib.ArrayExtensionsGenerator
 
-  
 
- generateAnnotation(JvmAnnotationReference, ITreeAppendable, GeneratorConfig) - Method in class org.eclipse.xtext.xbase.compiler.JvmModelGenerator
 
-  
 
- generateAnnotationMethod(JvmOperation, ITreeAppendable, GeneratorConfig) - Method in class org.eclipse.xtext.xbase.compiler.JvmModelGenerator
 
-  
 
- generateAnnotations(Iterable<JvmAnnotationReference>, ITreeAppendable, boolean, GeneratorConfig) - Method in class org.eclipse.xtext.xbase.compiler.JvmModelGenerator
 
-  
 
- generateAnnotationsWithSyntheticSuppressWarnings(JvmDeclaredType, ITreeAppendable, GeneratorConfig) - Method in class org.eclipse.xtext.xbase.compiler.JvmModelGenerator
 
-  
 
- GenerateArtifactsLaunchShortcut - Class in org.eclipse.xtext.xtext.launcher
 
-  
 
- GenerateArtifactsLaunchShortcut() - Constructor for class org.eclipse.xtext.xtext.launcher.GenerateArtifactsLaunchShortcut
 
-  
 
- generateBody(JvmDeclaredType, ITreeAppendable, GeneratorConfig) - Method in class org.eclipse.xtext.xbase.compiler.JvmModelGenerator
 
-  
 
- generateBodyWithIssues(ITreeAppendable, Iterable<Issue>) - Method in class org.eclipse.xtext.xbase.compiler.JvmModelGenerator
 
-  
 
- generateCheckedExceptionHandling(XExpression, ITreeAppendable) - Method in class org.eclipse.xtext.xbase.compiler.AbstractXbaseCompiler
 
-  
 
- generateClone(String) - Method in class org.eclipse.xtext.xbase.lib.ArrayExtensionsGenerator
 
-  
 
- generateComment(XExpression, ITreeAppendable, boolean) - Method in class org.eclipse.xtext.xbase.compiler.LiteralsCompiler
 
-  
 
- generateComment(Later, ITreeAppendable, boolean) - Method in class org.eclipse.xtext.xbase.compiler.LiteralsCompiler
 
-  
 
- GENERATED_METAMODEL - Static variable in interface org.eclipse.xtext.XtextPackage
 
- 
 
- GENERATED_METAMODEL - Static variable in interface org.eclipse.xtext.XtextPackage.Literals
 
- 
 
- GENERATED_METAMODEL__ALIAS - Static variable in interface org.eclipse.xtext.XtextPackage
 
- 
The feature id for the 'Alias' attribute
 
- GENERATED_METAMODEL__EPACKAGE - Static variable in interface org.eclipse.xtext.XtextPackage
 
- 
The feature id for the 'EPackage' reference
 
- GENERATED_METAMODEL__NAME - Static variable in interface org.eclipse.xtext.XtextPackage
 
- 
The feature id for the 'Name' attribute
 
- GENERATED_METAMODEL__NAME - Static variable in interface org.eclipse.xtext.XtextPackage.Literals
 
- 
The meta object literal for the 'Name' attribute feature
 
- GENERATED_METAMODEL_FEATURE_COUNT - Static variable in interface org.eclipse.xtext.XtextPackage
 
- 
The number of structural features of the 'Generated Metamodel' class
 
- generateDebugGraphs() - Method in class org.eclipse.xtext.generator.serializer.DebugGraphGenerator
 
-  
 
- generateDefaultExpression(JvmOperation, ITreeAppendable, GeneratorConfig) - Method in class org.eclipse.xtext.xbase.compiler.JvmModelGenerator
 
-  
 
- GeneratedFile - Class in org.eclipse.xtext.generator.serializer
 
-  
 
- GeneratedFile() - Constructor for class org.eclipse.xtext.generator.serializer.GeneratedFile
 
-  
 
- GeneratedMetamodel - Interface in org.eclipse.xtext
 
- 
A representation of the model object 'Generated Metamodel'
 
- GeneratedMetamodelImpl - Class in org.eclipse.xtext.impl
 
- 
An implementation of the model object 'Generated Metamodel'
 
- GeneratedMetamodelImpl() - Constructor for class org.eclipse.xtext.impl.GeneratedMetamodelImpl
 
-  
 
- generateDocumentation(String, List<INode>, ITreeAppendable, GeneratorConfig) - Method in class org.eclipse.xtext.xbase.compiler.JvmModelGenerator
 
-  
 
- GenerateEMF - Class in org.eclipse.xtext.common.types
 
-  
 
- GenerateEMF() - Constructor for class org.eclipse.xtext.common.types.GenerateEMF
 
-  
 
- generateEnumLiteral(JvmEnumerationLiteral, ITreeAppendable, GeneratorConfig) - Method in class org.eclipse.xtext.xbase.compiler.JvmModelGenerator
 
-  
 
- generateEquals(String) - Method in class org.eclipse.xtext.xbase.lib.ArrayExtensionsGenerator
 
-  
 
- generateExecutableBody(JvmExecutable, ITreeAppendable, GeneratorConfig) - Method in class org.eclipse.xtext.xbase.compiler.JvmModelGenerator
 
-  
 
- generateExtendsClause(JvmDeclaredType, ITreeAppendable, GeneratorConfig) - Method in class org.eclipse.xtext.xbase.compiler.JvmModelGenerator
 
-  
 
- generateFile(String, String, CharSequence) - Method in class org.eclipse.xtext.builder.EclipseResourceFileSystemAccess
 
- 
Deprecated.
  
- generateFile(String, String, InputStream) - Method in class org.eclipse.xtext.builder.EclipseResourceFileSystemAccess
 
- 
Deprecated.
  
- generateFile(String, String, CharSequence) - Method in class org.eclipse.xtext.builder.EclipseResourceFileSystemAccess2
 
-  
 
- generateFile(String, String, InputStream) - Method in class org.eclipse.xtext.builder.EclipseResourceFileSystemAccess2
 
-  
 
- generateFile(String, CharSequence) - Method in class org.eclipse.xtext.generator.AbstractFileSystemAccess
 
-  
 
- generateFile(String, InputStream) - Method in class org.eclipse.xtext.generator.AbstractFileSystemAccess2
 
-  
 
- generateFile(String, CharSequence) - Method in interface org.eclipse.xtext.generator.IFileSystemAccess
 
-  
 
- generateFile(String, String, CharSequence) - Method in interface org.eclipse.xtext.generator.IFileSystemAccess
 
-  
 
- generateFile(String, String, InputStream) - Method in interface org.eclipse.xtext.generator.IFileSystemAccessExtension3
 
- 
Writes binary data to disk.
 
- generateFile(String, InputStream) - Method in interface org.eclipse.xtext.generator.IFileSystemAccessExtension3
 
- 
Writes binary data to disk.
 
- generateFile(String, String, CharSequence) - Method in class org.eclipse.xtext.generator.InMemoryFileSystemAccess
 
-  
 
- generateFile(String, String, InputStream) - Method in class org.eclipse.xtext.generator.InMemoryFileSystemAccess
 
-  
 
- generateFile(String, String, CharSequence) - Method in class org.eclipse.xtext.generator.JavaIoFileSystemAccess
 
-  
 
- generateFile(String, String, InputStream) - Method in class org.eclipse.xtext.generator.JavaIoFileSystemAccess
 
-  
 
- generateFile() - Method in class org.eclipse.xtext.xbase.lib.ArrayExtensionsGenerator
 
-  
 
- generateFileHeader(JvmDeclaredType, ITreeAppendable, GeneratorConfig) - Method in class org.eclipse.xtext.xbase.compiler.JvmModelGenerator
 
-  
 
- generateGet(String) - Method in class org.eclipse.xtext.xbase.lib.ArrayExtensionsGenerator
 
-  
 
- generateHashCode(String) - Method in class org.eclipse.xtext.xbase.lib.ArrayExtensionsGenerator
 
-  
 
- generateInitialization(JvmField, ITreeAppendable, GeneratorConfig) - Method in class org.eclipse.xtext.xbase.compiler.JvmModelGenerator
 
-  
 
- generateJavaDoc(EObject, ITreeAppendable, GeneratorConfig) - Method in class org.eclipse.xtext.xbase.compiler.JvmModelGenerator
 
-  
 
- generateLength(String) - Method in class org.eclipse.xtext.xbase.lib.ArrayExtensionsGenerator
 
-  
 
- generateMember(JvmMember, ITreeAppendable, GeneratorConfig) - Method in class org.eclipse.xtext.xbase.compiler.JvmModelGenerator
 
-  
 
- generateModifier(JvmMember, ITreeAppendable, GeneratorConfig) - Method in class org.eclipse.xtext.xbase.compiler.JvmModelGenerator
 
-  
 
- generateOperations(String, String) - Method in class org.eclipse.xtext.xbase.lib.ArithmeticExtensionGenerator
 
-  
 
- generateParameter(JvmFormalParameter, ITreeAppendable, boolean, GeneratorConfig) - Method in class org.eclipse.xtext.xbase.compiler.JvmModelGenerator
 
-  
 
- generateParameters(JvmExecutable, ITreeAppendable, GeneratorConfig) - Method in class org.eclipse.xtext.xbase.compiler.JvmModelGenerator
 
-  
 
- generateSet(String) - Method in class org.eclipse.xtext.xbase.lib.ArrayExtensionsGenerator
 
-  
 
- generateShortCircuitInvocation(XAbstractFeatureCall, ITreeAppendable) - Method in class org.eclipse.xtext.xbase.compiler.FeatureCallCompiler
 
-  
 
- generateSmap(AbstractTraceRegion, String) - Method in class org.eclipse.xtext.generator.trace.TraceAsSmapInstaller
 
-  
 
- generateStubs(ResourceDescriptionsData, List<? extends Resource>) - Method in class org.eclipse.xtext.builder.standalone.StandaloneBuilder
 
-  
 
- generateThrowsClause(JvmExecutable, ITreeAppendable, GeneratorConfig) - Method in class org.eclipse.xtext.xbase.compiler.JvmModelGenerator
 
-  
 
- generateTrace(String, String, CharSequence) - Method in class org.eclipse.xtext.generator.JavaIoFileSystemAccess
 
-  
 
- generateType(JvmDeclaredType, GeneratorConfig) - Method in class org.eclipse.xtext.xbase.compiler.JvmModelGenerator
 
-  
 
- generateTypeParameterConstraints(JvmTypeParameter, ITreeAppendable, GeneratorConfig) - Method in class org.eclipse.xtext.xbase.compiler.JvmModelGenerator
 
-  
 
- generateTypeParameterDeclaration(JvmTypeParameterDeclarator, ITreeAppendable, GeneratorConfig) - Method in class org.eclipse.xtext.xbase.compiler.JvmModelGenerator
 
-  
 
- generateTypeParameterDeclaration(JvmTypeParameter, ITreeAppendable, GeneratorConfig) - Method in class org.eclipse.xtext.xbase.compiler.JvmModelGenerator
 
-  
 
- Generator - Class in org.eclipse.xtext.generator
 
- 
The main xtext generator.
 
- Generator() - Constructor for class org.eclipse.xtext.generator.Generator
 
-  
 
- GENERATOR_PROJECT_NATURES - Static variable in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectCreator
 
-  
 
- GeneratorComponent - Class in org.eclipse.xtext.generator
 
-  
 
- GeneratorComponent() - Constructor for class org.eclipse.xtext.generator.GeneratorComponent
 
-  
 
- GeneratorComponent.Outlet - Class in org.eclipse.xtext.generator
 
-  
 
- GeneratorComponent.Outlet() - Constructor for class org.eclipse.xtext.generator.GeneratorComponent.Outlet
 
-  
 
- GeneratorConfig - Class in org.eclipse.xtext.xbase.compiler
 
-  
 
- GeneratorConfig() - Constructor for class org.eclipse.xtext.xbase.compiler.GeneratorConfig
 
-  
 
- GeneratorConfigProvider - Class in org.eclipse.xtext.xbase.compiler
 
-  
 
- GeneratorConfigProvider() - Constructor for class org.eclipse.xtext.xbase.compiler.GeneratorConfigProvider
 
-  
 
- GeneratorFragment - Class in org.eclipse.xtext.generator.generator
 
- 
 
- GeneratorFragment() - Constructor for class org.eclipse.xtext.generator.generator.GeneratorFragment
 
-  
 
- GeneratorUtil - Class in org.eclipse.xtext.generator
 
-  
 
- GeneratorUtil() - Constructor for class org.eclipse.xtext.generator.GeneratorUtil
 
-  
 
- GenericArrayConformanceStrategy - Class in org.eclipse.xtext.common.types.util
 
- 
Deprecated.
 
- GenericArrayConformanceStrategy(TypeConformanceComputer) - Constructor for class org.eclipse.xtext.common.types.util.GenericArrayConformanceStrategy
 
- 
Deprecated.
  
- GenericResourceDescriptionManager - Class in org.eclipse.xtext.resource.generic
 
- 
 
- GenericResourceDescriptionManager() - Constructor for class org.eclipse.xtext.resource.generic.GenericResourceDescriptionManager
 
-  
 
- GenericResourceServiceProvider - Class in org.eclipse.xtext.resource.generic
 
- 
 
- GenericResourceServiceProvider() - Constructor for class org.eclipse.xtext.resource.generic.GenericResourceServiceProvider
 
-  
 
- GenericSemanticSequencer - Class in org.eclipse.xtext.serializer.sequencer
 
-  
 
- GenericSemanticSequencer() - Constructor for class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer
 
-  
 
- GenericSemanticSequencer.Allocation - Class in org.eclipse.xtext.serializer.sequencer
 
-  
 
- GenericSemanticSequencer.Allocation() - Constructor for class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.Allocation
 
-  
 
- GenericSemanticSequencer.AllocationValue - Class in org.eclipse.xtext.serializer.sequencer
 
-  
 
- GenericSemanticSequencer.AllocationValue(Object, int, boolean, INode) - Constructor for class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.AllocationValue
 
-  
 
- GenericSemanticSequencer.AlternativeAllocation - Class in org.eclipse.xtext.serializer.sequencer
 
-  
 
- GenericSemanticSequencer.AlternativeAllocation(GenericSemanticSequencer.Quantity) - Constructor for class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.AlternativeAllocation
 
-  
 
- GenericSemanticSequencer.Feature2Assignment - Class in org.eclipse.xtext.serializer.sequencer
 
-  
 
- GenericSemanticSequencer.Feature2Assignment() - Constructor for class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.Feature2Assignment
 
-  
 
- GenericSemanticSequencer.GroupAllocation - Class in org.eclipse.xtext.serializer.sequencer
 
-  
 
- GenericSemanticSequencer.GroupAllocation() - Constructor for class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.GroupAllocation
 
-  
 
- GenericSemanticSequencer.GroupAllocation(List<GenericSemanticSequencer.Quantity>) - Constructor for class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.GroupAllocation
 
-  
 
- GenericSemanticSequencer.MVFeature2AssignmentAmbiguous - Class in org.eclipse.xtext.serializer.sequencer
 
-  
 
- GenericSemanticSequencer.MVFeature2AssignmentAmbiguous(List<IGrammarConstraintProvider.IConstraintElement>, List<GenericSemanticSequencer.AllocationValue>) - Constructor for class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.MVFeature2AssignmentAmbiguous
 
-  
 
- GenericSemanticSequencer.MVFeature2AssignmentUnambiguous - Class in org.eclipse.xtext.serializer.sequencer
 
-  
 
- GenericSemanticSequencer.MVFeature2AssignmentUnambiguous(IGrammarConstraintProvider.IConstraintElement, List<GenericSemanticSequencer.AllocationValue>) - Constructor for class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.MVFeature2AssignmentUnambiguous
 
-  
 
- GenericSemanticSequencer.Quantity - Class in org.eclipse.xtext.serializer.sequencer
 
-  
 
- GenericSemanticSequencer.Quantity(IGrammarConstraintProvider.IConstraintElement, GenericSemanticSequencer.Allocation) - Constructor for class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.Quantity
 
-  
 
- GenericSemanticSequencer.Quantity(IGrammarConstraintProvider.IConstraintElement, List<? extends GenericSemanticSequencer.Allocation>) - Constructor for class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.Quantity
 
-  
 
- GenericSemanticSequencer.SVFeature2Assignment - Class in org.eclipse.xtext.serializer.sequencer
 
-  
 
- GenericSemanticSequencer.SVFeature2Assignment(boolean, GenericSemanticSequencer.AllocationValue) - Constructor for class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.SVFeature2Assignment
 
-  
 
- GenericSemanticSequencer.SVFeature2AssignmentAmbiguous - Class in org.eclipse.xtext.serializer.sequencer
 
-  
 
- GenericSemanticSequencer.SVFeature2AssignmentAmbiguous(List<IGrammarConstraintProvider.IConstraintElement>, boolean, GenericSemanticSequencer.AllocationValue) - Constructor for class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.SVFeature2AssignmentAmbiguous
 
-  
 
- GenericSemanticSequencer.SVFeature2AssignmentUnambiguous - Class in org.eclipse.xtext.serializer.sequencer
 
-  
 
- GenericSemanticSequencer.SVFeature2AssignmentUnambiguous(IGrammarConstraintProvider.IConstraintElement, boolean, GenericSemanticSequencer.AllocationValue) - Constructor for class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.SVFeature2AssignmentUnambiguous
 
-  
 
- genericSequencer - Variable in class org.eclipse.xtext.serializer.sequencer.AbstractDelegatingSemanticSequencer
 
-  
 
- GenericSequencer - Annotation Type in org.eclipse.xtext.serializer.sequencer
 
-  
 
- genericSequencerProvider - Variable in class org.eclipse.xtext.serializer.sequencer.AbstractDelegatingSemanticSequencer
 
-  
 
- GenericSyntacticSequencer - Class in org.eclipse.xtext.serializer.sequencer
 
-  
 
- GenericSyntacticSequencer() - Constructor for class org.eclipse.xtext.serializer.sequencer.GenericSyntacticSequencer
 
-  
 
- genGetUnassignedRuleCallToken(JavaFile, AbstractRule) - Method in class org.eclipse.xtext.generator.serializer.AbstractSyntacticSequencer
 
-  
 
- genGetUnassignedRuleCallTokens(JavaFile) - Method in class org.eclipse.xtext.generator.serializer.AbstractSyntacticSequencer
 
-  
 
- genMethodCreateSequence(JavaEMFFile) - Method in class org.eclipse.xtext.generator.serializer.AbstractSemanticSequencer
 
-  
 
- genMethodSequence(JavaEMFFile, IGrammarConstraintProvider.IConstraint) - Method in class org.eclipse.xtext.generator.serializer.AbstractSemanticSequencer
 
-  
 
- GenModelAccess - Class in org.eclipse.xtext.generator
 
-  
 
- GenModelAccess() - Constructor for class org.eclipse.xtext.generator.GenModelAccess
 
-  
 
- get() - Method in class org.eclipse.xtext.builder.standalone.XtextResourceSetProvider
 
-  
 
- get(String) - Static method in enum org.eclipse.xtext.common.types.JvmVisibility
 
- 
Returns the 'Jvm Visibility' literal with the specified literal value
 
- get(int) - Static method in enum org.eclipse.xtext.common.types.JvmVisibility
 
- 
Returns the 'Jvm Visibility' literal with the specified integer value
 
- get(EObject, IRenameElementContext) - Method in class org.eclipse.xtext.common.types.ui.refactoring.participant.JvmMemberRenameStrategy.Provider
 
-  
 
- get(URI, String) - Method in class org.eclipse.xtext.internal.ResourceServiceProviderDescriptor
 
-  
 
- get(Class<T>) - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- get(Key<T>) - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- get(Class<T>) - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- get(Key<T>) - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- get(Class<T>) - Method in class org.eclipse.xtext.junit4.ui.ContentAssistProcessorTestBuilder
 
-  
 
- get(boolean) - Method in class org.eclipse.xtext.linking.lazy.SettingDelegate
 
-  
 
- get(ResourceSet) - Method in class org.eclipse.xtext.mwe.ResourceDescriptionsProvider
 
-  
 
- get() - Method in class org.eclipse.xtext.parser.antlr.LexerProvider
 
- 
Creates a lexer instance via reflection.
 
- get(UnorderedGroup) - Method in class org.eclipse.xtext.parser.antlr.UnorderedGroupHelper
 
-  
 
- get(IResourceDescriptions) - Method in interface org.eclipse.xtext.resource.containers.IAllContainersState.Provider
 
-  
 
- get(IResourceDescriptions) - Method in class org.eclipse.xtext.resource.containers.ResourceSetBasedAllContainersStateProvider
 
-  
 
- get(Class<T>) - Method in class org.eclipse.xtext.resource.generic.GenericResourceServiceProvider
 
-  
 
- get(Class<T>) - Method in class org.eclipse.xtext.resource.impl.DefaultResourceServiceProvider
 
-  
 
- get(Class<T>) - Method in interface org.eclipse.xtext.resource.IResourceServiceProvider
 
- 
A generic way to obtain an implementation for a certain type.
 
- get(URI, String) - Method in interface org.eclipse.xtext.resource.IResourceServiceProvider.Provider
 
-  
 
- get() - Method in class org.eclipse.xtext.resource.IResourceServiceProvider.Registry.RegistryProvider
 
-  
 
- get() - Method in class org.eclipse.xtext.service.DispatchingProvider
 
-  
 
- get() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyDocument
 
-  
 
- get(int, int) - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyDocument
 
-  
 
- get(IResourceDescriptions) - Method in class org.eclipse.xtext.ui.containers.ContainerStateProvider
 
-  
 
- get() - Method in class org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext.Builder
 
-  
 
- get() - Method in class org.eclipse.xtext.ui.editor.DocumentBasedDirtyResource
 
- 
Callback method for the copied resource description.
 
- get(String) - Method in class org.eclipse.xtext.ui.editor.embedded.EmbeddedEditorActions
 
-  
 
- get(Object) - Static method in class org.eclipse.xtext.ui.editor.model.XtextDocumentUtil
 
-  
 
- get(String) - Static method in class org.eclipse.xtext.ui.internal.XtextPluginImages
 
-  
 
- get(Class<T>) - Method in class org.eclipse.xtext.ui.junit.editor.contentassist.ContentAssistProcessorTestBuilder
 
-  
 
- get(URI, StatusWrapper) - Method in class org.eclipse.xtext.ui.refactoring.impl.DefaultRefactoringDocumentProvider
 
-  
 
- get(EObject, IRenameElementContext) - Method in class org.eclipse.xtext.ui.refactoring.impl.DefaultRenameStrategyProvider
 
-  
 
- get(URI, StatusWrapper) - Method in interface org.eclipse.xtext.ui.refactoring.impl.IRefactoringDocument.Provider
 
-  
 
- get(IProject) - Method in class org.eclipse.xtext.ui.refactoring.impl.RefactoringResourceSetProvider
 
-  
 
- get() - Method in class org.eclipse.xtext.ui.refactoring.impl.ReferenceUpdaterDispatcher.OptionalReferenceUpdaterProxy
 
-  
 
- get(EObject, IRenameElementContext) - Method in interface org.eclipse.xtext.ui.refactoring.IRenameStrategy.Provider
 
-  
 
- get(Class<T>) - Method in class org.eclipse.xtext.ui.resource.DefaultResourceUIServiceProvider
 
-  
 
- get(IProject) - Method in interface org.eclipse.xtext.ui.resource.IResourceSetProvider
 
-  
 
- get(IProject) - Method in class org.eclipse.xtext.ui.resource.SimpleResourceSetProvider
 
-  
 
- get(IProject) - Method in class org.eclipse.xtext.ui.resource.XtextResourceSetProvider
 
-  
 
- get(T) - Method in class org.eclipse.xtext.util.formallang.PdaUtil.Identity
 
-  
 
- get(Object, Resource, Provider<T>) - Method in interface org.eclipse.xtext.util.IResourceScopeCache
 
- 
A cache associates values to the given resource under the given key.
 
- get(Object, Resource, Provider<T>) - Method in class org.eclipse.xtext.util.IResourceScopeCache.NullImpl
 
-  
 
- get(Object) - Method in class org.eclipse.xtext.util.OnChangeEvictingCache.CacheAdapter
 
-  
 
- get(Object, Resource, Provider<T>) - Method in class org.eclipse.xtext.util.OnChangeEvictingCache
 
- 
Try to obtain the value that is cached for the given key in the given resource.
 
- get() - Static method in class org.eclipse.xtext.util.PolymorphicDispatcher.NullErrorHandler
 
-  
 
- get(Logger) - Static method in class org.eclipse.xtext.util.PolymorphicDispatcher.WarningErrorHandler
 
-  
 
- get(Key) - Method in class org.eclipse.xtext.util.SimpleCache
 
-  
 
- get() - Method in class org.eclipse.xtext.util.Wrapper
 
-  
 
- get(Resource) - Method in class org.eclipse.xtext.xbase.compiler.ElementIssueProvider.Factory
 
-  
 
- get(EObject) - Method in class org.eclipse.xtext.xbase.compiler.GeneratorConfigProvider
 
-  
 
- get(Resource) - Method in interface org.eclipse.xtext.xbase.compiler.IElementIssueProvider.Factory
 
-  
 
- get(EObject) - Method in interface org.eclipse.xtext.xbase.compiler.IGeneratorConfigProvider
 
-  
 
- get(String) - Method in class org.eclipse.xtext.xbase.compiler.ScopeStack
 
-  
 
- get() - Method in class org.eclipse.xtext.xbase.file.RuntimeWorkspaceConfigProvider
 
-  
 
- get(IntegerKey) - Method in class org.eclipse.xtext.xbase.formatting.FormattingPreferenceValues
 
-  
 
- get(BooleanKey) - Method in class org.eclipse.xtext.xbase.formatting.FormattingPreferenceValues
 
-  
 
- get(StringKey) - Method in class org.eclipse.xtext.xbase.formatting.FormattingPreferenceValues
 
-  
 
- get() - Method in class org.eclipse.xtext.xbase.junit.SynchronizedXtextResourceSetProvider
 
-  
 
- get(Class<T>) - Method in class org.eclipse.xtext.xbase.junit.ui.AbstractXbaseContentAssistTest
 
-  
 
- get(T[], int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
-  
 
- get(boolean[], int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
-  
 
- get(double[], int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
-  
 
- get(float[], int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
-  
 
- get(long[], int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
-  
 
- get(int[], int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
-  
 
- get(char[], int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
-  
 
- get(short[], int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
-  
 
- get(byte[], int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
-  
 
- get(int) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedArray
 
- get(int) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedPrimitiveArray
 
- get(Object, String) - Method in class org.eclipse.xtext.xbase.lib.util.ReflectExtensions
 
- 
Retrieves the value of the given accessible field of the given receiver.
 
- get(int) - Method in class org.eclipse.xtext.xbase.typesystem.internal.CompoundReentrantTypeResolver
 
-  
 
- get() - Method in class org.eclipse.xtext.xbase.ui.file.EclipseWorkspaceConfigProvider
 
-  
 
- get(XAbstractFeatureCall) - Method in interface org.eclipse.xtext.xbase.ui.hover.FeatureCallRequest.IFeatureCallRequestProvider
 
-  
 
- get(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.ui.hover.FeatureCallRequestProvider
 
-  
 
- get(JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.ui.labeling.XbaseImageAdornments
 
-  
 
- getAbsoluteFileSystemPath() - Method in class org.eclipse.xtext.xbase.file.WorkspaceConfig
 
-  
 
- getAbsoluteResourceURI() - Method in class org.eclipse.xtext.builder.trace.AbstractLocationInResource
 
-  
 
- getAbsoluteResourceURI() - Method in interface org.eclipse.xtext.generator.trace.ILocationInResource
 
-  
 
- getAbstractElement() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getAbstractElement() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
 
- getAbstractElement_Cardinality() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getAbstractElement_Cardinality() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for the attribute '
Cardinality'
 
 
- getAbstractElement_Predicated() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getAbstractElement_Predicated() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for the attribute '
Predicated'
 
 
- getAbstractElements(EObject) - Method in class org.eclipse.xtext.formatting.impl.AbstractFormattingConfig
 
-  
 
- getAbstractMetamodelDeclaration() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getAbstractMetamodelDeclaration() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
 
- getAbstractMetamodelDeclaration_Alias() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getAbstractMetamodelDeclaration_Alias() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for the attribute '
Alias'
 
 
- getAbstractMetamodelDeclaration_EPackage() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getAbstractMetamodelDeclaration_EPackage() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for the reference '
EPackage'
 
 
- getAbstractMetamodelDeclarationAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getAbstractMetamodelDeclarationRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getAbstractNegatedToken() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getAbstractNegatedToken() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
 
- getAbstractNegatedToken_Terminal() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getAbstractNegatedToken_Terminal() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for the containment reference '
Terminal'
 
 
- getAbstractNegatedTokenAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getAbstractNegatedTokenParserRuleCall_3() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalTokenElementElements
 
-  
 
- getAbstractNegatedTokenRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getAbstractRule() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getAbstractRule() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
 
- getAbstractRule_Alternatives() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getAbstractRule_Alternatives() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for the containment reference '
Alternatives'
 
 
- getAbstractRule_Name() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getAbstractRule_Name() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for the attribute '
Name'
 
 
- getAbstractRule_Type() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getAbstractRule_Type() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for the containment reference '
Type'
 
 
- getAbstractRuleAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getAbstractRuleRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getAbstractSemanticSequencer() - Method in class org.eclipse.xtext.generator.serializer.SerializerGenFileNames
 
-  
 
- getAbstractSyntacticSequencer() - Method in class org.eclipse.xtext.generator.serializer.SerializerGenFileNames
 
-  
 
- getAbstractTerminalAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getAbstractTerminalParserRuleCall_0_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractTokenWithCardinalityElements
 
-  
 
- getAbstractTerminalRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getAbstractTokenAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getAbstractTokenParserRuleCall_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GroupElements
 
-  
 
- getAbstractTokenRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getAbstractTokenWithCardinalityAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getAbstractTokenWithCardinalityParserRuleCall_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractTokenElements
 
-  
 
- getAbstractTokenWithCardinalityRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getAbstractValidatorName() - Method in class org.eclipse.xtext.generator.validation.ValidatorNaming
 
-  
 
- getAccessedClasses(EPackage) - Method in class org.eclipse.xtext.generator.serializer.AbstractSemanticSequencer
 
-  
 
- getAccessedConstraints(EClass) - Method in class org.eclipse.xtext.generator.serializer.AbstractSemanticSequencer
 
-  
 
- getAccessedPackages() - Method in class org.eclipse.xtext.generator.serializer.AbstractSemanticSequencer
 
-  
 
- getAction() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getAction() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ConstraintElement
 
-  
 
- getAction() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraintElement
 
-  
 
- getAction() - Method in class org.eclipse.xtext.ui.editor.actions.AbstractToggleActionContributor
 
-  
 
- getAction() - Method in class org.eclipse.xtext.ui.editor.embedded.ActionDefinitionToStyledTextAction
 
- 
Returns the action.
 
- getAction() - Method in class org.eclipse.xtext.ui.editor.occurrences.MarkOccurrenceActionContributor
 
-  
 
- getAction() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for class '
Action'
 
 
- getAction_Feature() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getAction_Feature() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for the attribute '
Feature'
 
 
- getAction_Operator() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getAction_Operator() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for the attribute '
Operator'
 
 
- getAction_Type() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getAction_Type() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for the containment reference '
Type'
 
 
- getActionAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getActionId() - Method in class org.eclipse.xtext.ui.editor.embedded.ActionDefinitionToStyledTextAction
 
- 
Returns the action id.
 
- getActionParserRuleCall_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractTokenElements
 
-  
 
- getActionRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getActivatorClassName() - Method in class org.eclipse.xtext.ui.wizard.AbstractPluginProjectCreator
 
-  
 
- getActiveLinkedMode() - Method in class org.eclipse.xtext.ui.refactoring.ui.RenameRefactoringController
 
-  
 
- getActiveMarker() - Method in class org.eclipse.xtext.parser.packrat.AbstractPackratParser
 
-  
 
- getActiveMarker() - Method in interface org.eclipse.xtext.parser.packrat.internal.Marker.IMarkerClient
 
-  
 
- getActivePage() - Method in class org.eclipse.xtext.junit4.ui.AbstractWorkbenchTest
 
-  
 
- getActivePage() - Method in class org.eclipse.xtext.ui.junit.editor.AbstractWorkbenchTest
 
-  
 
- getActiveRewriteSession() - Method in class org.eclipse.xtext.ui.editor.model.DocumentPartitioner
 
- 
 
 May be extended by subclasses.
 
- getActiveXtextEditor(ExecutionEvent) - Static method in class org.eclipse.xtext.ui.editor.utils.EditorUtils
 
-  
 
- getActiveXtextEditor() - Static method in class org.eclipse.xtext.ui.editor.utils.EditorUtils
 
-  
 
- getActual() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxDiagnosticProvider.ConcreteSyntaxFeatureDiagnostic
 
-  
 
- getActualArguments(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.compiler.FeatureCallCompiler
 
-  
 
- getActualArguments(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.compiler.XbaseCompiler
 
-  
 
- getActualArguments(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.impl.FeatureCallToJavaMapping
 
- 
Deprecated.
  
- getActualArguments(XAbstractFeatureCall, JvmIdentifiableElement, XExpression, XExpression) - Method in class org.eclipse.xtext.xbase.impl.FeatureCallToJavaMapping
 
- 
Deprecated.
  
- getActualArguments() - Method in class org.eclipse.xtext.xbase.impl.XAbstractFeatureCallImpl
 
-  
 
- getActualArguments(XExpression, XExpression) - Method in class org.eclipse.xtext.xbase.impl.XAbstractFeatureCallImplCustom
 
-  
 
- getActualArguments(XExpression, EList<XExpression>) - Method in class org.eclipse.xtext.xbase.impl.XAbstractFeatureCallImplCustom
 
-  
 
- getActualArguments() - Method in class org.eclipse.xtext.xbase.impl.XAssignmentImplCustom
 
-  
 
- getActualArguments() - Method in class org.eclipse.xtext.xbase.impl.XBinaryOperationImplCustom
 
-  
 
- getActualArguments() - Method in class org.eclipse.xtext.xbase.impl.XFeatureCallImplCustom
 
-  
 
- getActualArguments() - Method in class org.eclipse.xtext.xbase.impl.XMemberFeatureCallImplCustom
 
-  
 
- getActualArguments() - Method in class org.eclipse.xtext.xbase.impl.XUnaryOperationImplCustom
 
-  
 
- getActualArguments(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.interpreter.impl.XbaseInterpreter
 
-  
 
- getActualArguments() - Method in interface org.eclipse.xtext.xbase.XAbstractFeatureCall
 
- 
Returns the actual arguments of the feature call.
 
- getActualContentProvider() - Method in interface org.eclipse.xtext.resource.IExternalContentSupport.IExternalContentProvider
 
- 
Some use cases may require the latest and most up to date content - mostly in a secured, transactional
 context such as a rename refactoring.
 
- getActualContentProvider() - Method in class org.eclipse.xtext.ui.editor.DirtyStateManager
 
-  
 
- getActualContents() - Method in class org.eclipse.xtext.ui.editor.DocumentBasedDirtyResource
 
-  
 
- getActualContents() - Method in interface org.eclipse.xtext.ui.editor.IDirtyResource
 
-  
 
- getActualExpressionType() - Method in interface org.eclipse.xtext.xbase.typesystem.computation.ITypeComputationResult
 
- 
Returns the type of the expression (if known).
 
- getActualExpressionType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.NoTypeResult
 
-  
 
- getActualExpressionType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolutionBasedComputationResult
 
-  
 
- getActualReceiver(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.compiler.FeatureCallCompiler
 
-  
 
- getActualReceiver(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.compiler.XbaseCompiler
 
-  
 
- getActualReceiver(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.impl.FeatureCallToJavaMapping
 
- 
Deprecated.
  
- getActualReceiver(XAbstractFeatureCall, JvmIdentifiableElement, XExpression) - Method in class org.eclipse.xtext.xbase.impl.FeatureCallToJavaMapping
 
- 
Deprecated.
  
- getActualReceiver() - Method in class org.eclipse.xtext.xbase.impl.XAbstractFeatureCallImpl
 
-  
 
- getActualReceiver(XExpression) - Method in class org.eclipse.xtext.xbase.impl.XAbstractFeatureCallImplCustom
 
-  
 
- getActualReceiver() - Method in class org.eclipse.xtext.xbase.impl.XAssignmentImplCustom
 
-  
 
- getActualReceiver() - Method in class org.eclipse.xtext.xbase.impl.XBinaryOperationImplCustom
 
-  
 
- getActualReceiver() - Method in class org.eclipse.xtext.xbase.impl.XFeatureCallImplCustom
 
-  
 
- getActualReceiver() - Method in class org.eclipse.xtext.xbase.impl.XMemberFeatureCallImplCustom
 
-  
 
- getActualReceiver() - Method in class org.eclipse.xtext.xbase.impl.XUnaryOperationImplCustom
 
-  
 
- getActualReceiver(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.interpreter.impl.XbaseInterpreter
 
-  
 
- getActualReceiver() - Method in interface org.eclipse.xtext.xbase.XAbstractFeatureCall
 
- 
Returns the actual receiver of the feature call.
 
- getActualReplacementString(ConfigurableCompletionProposal) - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtTypesProposalProvider.FQNShortener
 
-  
 
- getActualReplacementString(ConfigurableCompletionProposal) - Method in class org.eclipse.xtext.ui.editor.contentassist.ReplacementTextApplier
 
-  
 
- getActualType(JvmIdentifiableElement, boolean) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractLinkingCandidate
 
- 
Returns the actual type of the given element.
 
- getActualType(XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractLinkingCandidate
 
-  
 
- getActualType(XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.internal.CompoundReentrantTypeResolver
 
-  
 
- getActualType(JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.typesystem.internal.CompoundReentrantTypeResolver
 
-  
 
- getActualType(XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ForwardingResolvedTypes
 
-  
 
- getActualType(JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ForwardingResolvedTypes
 
-  
 
- getActualType(XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getActualType(JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getActualType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeData
 
-  
 
- getActualType(XExpression) - Method in interface org.eclipse.xtext.xbase.typesystem.IResolvedTypes
 
- 
Returns the actually inferred type for the given expression or null if none.
 
- getActualType(JvmIdentifiableElement) - Method in interface org.eclipse.xtext.xbase.typesystem.IResolvedTypes
 
- 
Returns the actually inferred or declared type for the given identifiable or null if none.
 
- getActualType(XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.IResolvedTypes.NullResolvedTypes
 
-  
 
- getActualType(JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.typesystem.IResolvedTypes.NullResolvedTypes
 
-  
 
- getActualType(EObject, JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.validation.XbaseJavaValidator
 
-  
 
- getActualType(XExpression) - Method in class org.eclipse.xtext.xbase.validation.XbaseJavaValidator
 
-  
 
- getActualType(JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.validation.XbaseJavaValidator
 
-  
 
- getActualTypeArguments(XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.internal.CompoundReentrantTypeResolver
 
-  
 
- getActualTypeArguments(XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ForwardingResolvedTypes
 
-  
 
- getActualTypeArguments(XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getActualTypeArguments(XExpression) - Method in interface org.eclipse.xtext.xbase.typesystem.IResolvedTypes
 
-  
 
- getActualTypeArguments(XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.IResolvedTypes.NullResolvedTypes
 
-  
 
- getActualVariance() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightBoundTypeArgument
 
-  
 
- getActualVariance() - Method in class org.eclipse.xtext.xbase.typesystem.util.AbstractTypeReferencePairWalker
 
-  
 
- getAdaptedResolutions(List<IssueResolution>) - Method in class org.eclipse.xtext.ui.editor.quickfix.MarkerResolutionGenerator
 
-  
 
- getAdapter(Object, Class) - Method in class org.eclipse.xtext.builder.smap.StratumBreakpointAdapterFactory
 
-  
 
- getAdapter(Class<T>) - Method in interface org.eclipse.xtext.ui.editor.model.IXtextDocument
 
-  
 
- getAdapter(Class<T>) - Method in class org.eclipse.xtext.ui.editor.model.XtextDocument
 
-  
 
- getAdapter(Class) - Method in class org.eclipse.xtext.ui.editor.outline.impl.AbstractOutlineNode
 
-  
 
- getAdapter(Class) - Method in class org.eclipse.xtext.ui.editor.outline.impl.EObjectNode
 
-  
 
- getAdapter(Class) - Method in class org.eclipse.xtext.ui.editor.XtextEditor
 
-  
 
- getAdapter(Class) - Method in class org.eclipse.xtext.ui.editor.XtextSourceViewer
 
-  
 
- getAdapter(Class) - Method in class org.eclipse.xtext.ui.refactoring.impl.DisplayChangeWrapper.Generic
 
-  
 
- getAdapter(Class) - Method in class org.eclipse.xtext.ui.refactoring.impl.DisplayChangeWrapper.TextEditBased
 
-  
 
- getAdapter(Class) - Method in class org.eclipse.xtext.xbase.ui.launching.JavaElementDelegate
 
-  
 
- getAdapter(Object, Class) - Method in class org.eclipse.xtext.xbase.ui.launching.JavaElementDelegateAdapterFactory
 
-  
 
- getAdapterList() - Method in class org.eclipse.xtext.builder.smap.StratumBreakpointAdapterFactory
 
-  
 
- getAdapterList() - Method in class org.eclipse.xtext.xbase.ui.launching.JavaElementDelegateAdapterFactory
 
-  
 
- getAdditionalData(String) - Method in class org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal
 
- 
Used to store arbitrary data as a protocol between two or more clients unknown to this class.
 
- getAdditionallyExportedEObjects(IType, IJavaElementDelta) - Method in class org.eclipse.xtext.common.types.ui.notification.DeltaConverter
 
- 
Deprecated.
This method is not used anymore.
 
 
- getAdditionalProposalInfo() - Method in class org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal
 
-  
 
- getAdditionalProposalInfo(IProgressMonitor) - Method in class org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal
 
-  
 
- getAdditionalProposalInfo() - Method in class org.eclipse.xtext.ui.editor.quickfix.QuickAssistCompletionProposal
 
-  
 
- getAdditionalProposalInfo() - Method in class org.eclipse.xtext.ui.editor.templates.XtextTemplateProposal
 
-  
 
- getAdditionalRequiredBundles() - Method in class org.eclipse.xtext.xtext.ui.wizard.ecore2xtext.Ecore2XtextProjectCreator
 
-  
 
- getAdditionalRequiredBundles() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectCreator
 
-  
 
- getAffectedObjects() - Method in class org.eclipse.xtext.ui.refactoring.impl.DisplayChangeWrapper.Generic
 
-  
 
- getAffectedObjects() - Method in class org.eclipse.xtext.ui.refactoring.impl.DisplayChangeWrapper.TextEditBased
 
-  
 
- getAfterBetweenElements() - Method in class org.eclipse.xtext.formatting.impl.MatcherState
 
-  
 
- getAfterPatterns() - Method in class org.eclipse.xtext.formatting.impl.MatcherState
 
-  
 
- getAlias() - Method in interface org.eclipse.xtext.AbstractMetamodelDeclaration
 
- 
Returns the value of the 'Alias' attribute
 
- getAlias() - Method in class org.eclipse.xtext.impl.AbstractMetamodelDeclarationImpl
 
-  
 
- getAliasAssignment_2_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ReferencedMetamodelElements
 
-  
 
- getAliasAssignment_3_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GeneratedMetamodelElements
 
-  
 
- getAliasedElements(Iterable<IEObjectDescription>) - Method in class org.eclipse.xtext.scoping.impl.ImportScope
 
-  
 
- getAliasedEObjectDescription() - Method in class org.eclipse.xtext.resource.impl.AliasedEObjectDescription
 
-  
 
- getAliasIDTerminalRuleCall_2_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ReferencedMetamodelElements
 
-  
 
- getAliasIDTerminalRuleCall_3_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GeneratedMetamodelElements
 
-  
 
- getAllAlternatives(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.common.AntlrFragmentHelper
 
-  
 
- getAllAlternatives(Grammar) - Static method in class org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
 
-  
 
- getAllAmbiguousTransitions() - Method in class org.eclipse.xtext.generator.serializer.SyntacticSequencerUtil
 
-  
 
- getAllAmbiguousTransitionsBySyntax() - Method in class org.eclipse.xtext.generator.serializer.SyntacticSequencerUtil
 
-  
 
- getAllAssignments(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.common.AntlrFragmentHelper
 
-  
 
- getAllAssignments(Grammar) - Static method in class org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
 
-  
 
- getAllAssociatedLocations(ITextRegion) - Method in class org.eclipse.xtext.builder.trace.AbstractTrace
 
-  
 
- getAllAssociatedLocations(ITextRegion, IStorage) - Method in class org.eclipse.xtext.builder.trace.AbstractTrace
 
-  
 
- getAllAssociatedLocations(IStorage) - Method in class org.eclipse.xtext.builder.trace.AbstractTrace
 
-  
 
- getAllAssociatedLocations() - Method in class org.eclipse.xtext.builder.trace.AbstractTrace
 
-  
 
- getAllAssociatedLocations(ITextRegion) - Method in interface org.eclipse.xtext.generator.trace.ITrace
 
- 
Returns all associated 
locations that match the given 
region.
 
 
- getAllAssociatedLocations() - Method in interface org.eclipse.xtext.generator.trace.ITrace
 
- 
 
- getAllAssociatedLocations(ITextRegion, IStorage) - Method in interface org.eclipse.xtext.generator.trace.ITrace
 
- 
Returns all individual 
locations that match the given 
sourceRegion
 for the expected 
targetResource.
 
 
- getAllAssociatedLocations(IStorage) - Method in interface org.eclipse.xtext.generator.trace.ITrace
 
- 
Returns all known 
locations that were produced from the associated resource
 in the given 
targetResource.
 
 
- getAllChildren(Production<E, T>, E, List<E>) - Method in class org.eclipse.xtext.util.formallang.ProductionUtil
 
-  
 
- getAllChildren(Production<E, T>, E) - Method in class org.eclipse.xtext.util.formallang.ProductionUtil
 
-  
 
- getAllContentsOfType(EObject, Class<T>) - Static method in class org.eclipse.xtext.EcoreUtil2
 
-  
 
- getAllContext() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.Constraint
 
-  
 
- getAllContexts(Grammar) - Method in class org.eclipse.xtext.serializer.analysis.ContextProvider
 
-  
 
- getAllContexts(Grammar) - Method in interface org.eclipse.xtext.serializer.analysis.IContextProvider
 
-  
 
- getAllDeclaredFields(Class<?>) - Method in class org.eclipse.xtext.xbase.lib.util.ToStringHelper
 
- 
Computes a list of all declared fields of the given class and
 its super classes.
 
- getAllDescriptions(Resource) - Method in class org.eclipse.xtext.scoping.impl.ImportedNamespaceAwareLocalScopeProvider
 
-  
 
- getAllDescriptions(Resource) - Method in class org.eclipse.xtext.scoping.impl.SimpleLocalScopeProvider
 
-  
 
- getAllDescriptions(IFeaturesForTypeProvider, JvmTypeReference, Function<? super JvmFeatureDescription, ? extends ITypeArgumentContext>, ITypeArgumentContext, Iterable<JvmTypeReference>) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.DefaultJvmFeatureDescriptionProvider
 
- 
Deprecated.
  
- getAllDescriptions(IFeaturesForTypeProvider, JvmTypeReference, Function<? super JvmFeatureDescription, ? extends ITypeArgumentContext>, ITypeArgumentContext, Iterable<JvmTypeReference>) - Method in interface org.eclipse.xtext.xbase.scoping.featurecalls.IJvmFeatureDescriptionProvider
 
- 
Deprecated.
  
- getAllDescriptions() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.LazyJvmFeatureScopeStrategy
 
- 
Deprecated.
  
- getAllDescriptions(Resource) - Method in class org.eclipse.xtext.xbase.scoping.XbaseImportedNamespaceScopeProvider
 
- 
Deprecated.
  
- getAllDescriptions(Resource) - Method in class org.eclipse.xtext.xbase.scoping.XImportSectionNamespaceScopeProvider
 
-  
 
- getAllDetails(AbstractResolvedOperation, JvmOperation, IOverrideCheckResult.OverrideCheckDetails) - Method in class org.eclipse.xtext.xbase.typesystem.override.OverrideTester
 
-  
 
- getAllDiagnostics() - Method in class org.eclipse.xtext.junit.validation.AssertableDiagnostics
 
-  
 
- getAllDiagnostics() - Method in class org.eclipse.xtext.junit4.validation.AssertableDiagnostics
 
-  
 
- getAllEClassInfos() - Method in class org.eclipse.xtext.xtext.ecoreInference.EClassifierInfos
 
-  
 
- getAllElements() - Method in class org.eclipse.xtext.common.types.xtext.AbstractConstructorScope
 
-  
 
- getAllElements() - Method in class org.eclipse.xtext.common.types.xtext.AbstractTypeScope
 
-  
 
- getAllElements() - Method in class org.eclipse.xtext.linking.impl.ImportedNamesAdapter.WrappingScope
 
-  
 
- getAllElements() - Method in class org.eclipse.xtext.scoping.impl.AbstractScope
 
-  
 
- getAllElements() - Method in class org.eclipse.xtext.scoping.impl.FilteringScope
 
-  
 
- getAllElements() - Method in class org.eclipse.xtext.scoping.impl.ImportScope
 
-  
 
- getAllElements() - Method in interface org.eclipse.xtext.scoping.IScope
 
- 
Obtain all elements from the scope.
 
- getAllElements() - Method in class org.eclipse.xtext.xbase.linking.BestMatchingJvmFeatureScope
 
-  
 
- getAllElements() - Method in class org.eclipse.xtext.xbase.scoping.batch.ConstructorTypeScopeWrapper
 
-  
 
- getAllElementsByType(Grammar, Class<T>) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.common.AntlrFragmentHelper
 
-  
 
- getAllEntries(IContainer) - Method in interface org.eclipse.xtext.ui.resource.IStorage2UriMapper
 
-  
 
- getAllEntries(IPackageFragmentRoot) - Method in interface org.eclipse.xtext.ui.resource.IStorage2UriMapperJdtExtensions
 
-  
 
- getAllEntries(IContainer) - Method in class org.eclipse.xtext.ui.resource.Storage2UriMapperImpl
 
-  
 
- getAllEntries(IPackageFragmentRoot) - Method in class org.eclipse.xtext.ui.resource.Storage2UriMapperJavaImpl
 
-  
 
- getAllFeatures() - Method in class org.eclipse.xtext.common.types.impl.JvmDeclaredTypeImpl
 
-  
 
- getAllFeatures() - Method in class org.eclipse.xtext.common.types.impl.JvmDeclaredTypeImplCustom
 
-  
 
- getAllFeatures() - Method in interface org.eclipse.xtext.common.types.JvmDeclaredType
 
- 
Returns all the fields and operations of this type.
 
- getAllFeatures(JvmTypeReference, Iterable<JvmTypeReference>) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.AbstractStaticMethodsFeatureForTypeProvider
 
- 
Deprecated.
  
- getAllFeatures(JvmTypeReference, Iterable<JvmTypeReference>) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.DefaultFeaturesForTypeProvider
 
- 
Deprecated.
  
- getAllFeatures(JvmTypeReference, Iterable<JvmTypeReference>) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.DefaultJvmFeatureDescriptionProvider
 
- 
Deprecated.
  
- getAllFeatures(JvmTypeReference, Iterable<JvmTypeReference>) - Method in interface org.eclipse.xtext.xbase.scoping.featurecalls.IFeaturesForTypeProvider
 
- 
Deprecated.
  
- getAllFeatures(JvmTypeReference, Iterable<JvmTypeReference>) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.XConstructorProvider
 
- 
Deprecated.
  
- getAllFeatures(String) - Method in interface org.eclipse.xtext.xbase.typesystem.override.IResolvedFeatures
 
- 
Returns all reachable features with the given simpleName.
 
- getAllFeatures(String) - Method in class org.eclipse.xtext.xbase.typesystem.override.ParameterizedResolvedFeatures
 
-  
 
- getAllFeatures(String) - Method in class org.eclipse.xtext.xbase.typesystem.override.RawResolvedFeatures
 
-  
 
- getAllFeaturesMap() - Method in class org.eclipse.xtext.common.types.impl.JvmDeclaredTypeImplCustom
 
-  
 
- getAllFiles() - Method in class org.eclipse.xtext.generator.InMemoryFileSystemAccess
 
-  
 
- getAllFolders() - Method in class org.eclipse.xtext.ui.wizard.AbstractProjectCreator
 
-  
 
- getAllFolders() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectCreator
 
-  
 
- getAllFolders() - Method in class org.eclipse.xtext.xtext.ui.wizard.releng.RelengProjectsCreator
 
-  
 
- getAllFollowerFeatures() - Method in interface org.eclipse.xtext.serializer.analysis.ISemanticSequencerNfaProvider.ISemState
 
-  
 
- getAllFollowerFeatures() - Method in class org.eclipse.xtext.serializer.analysis.SemanticSequencerNfaProvider.SemState
 
-  
 
- getAllGeneratedResources() - Method in interface org.eclipse.xtext.xbase.compiler.CompilationTestHelper.Result
 
-  
 
- getAllGrammars(Grammar) - Method in class org.eclipse.xtext.xtext.XtextScopeProvider
 
-  
 
- getAllGroups(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.common.AntlrFragmentHelper
 
-  
 
- getAllGroups(Grammar) - Static method in class org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
 
-  
 
- getAllHints(Object) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ExpectedExceptionsStackedResolvedTypes
 
-  
 
- getAllHints(Object) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ReassigningStackedResolvedTypes
 
-  
 
- getAllHints(Object) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getAllHints(Object) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes.Owner
 
-  
 
- getAllHints(Object) - Method in class org.eclipse.xtext.xbase.typesystem.legacy.StandardTypeReferenceOwner
 
-  
 
- getAllHints(Object) - Method in interface org.eclipse.xtext.xbase.typesystem.references.ITypeReferenceOwner
 
-  
 
- getAllHints() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnboundTypeReference
 
-  
 
- getAllIncoming() - Method in class org.eclipse.xtext.grammaranalysis.impl.AbstractNFAState
 
-  
 
- getAllIncoming() - Method in interface org.eclipse.xtext.grammaranalysis.INFAState
 
-  
 
- getAllJvmFeatures(JvmTypeReference) - Method in class org.eclipse.xtext.common.types.util.FeatureOverridesService
 
- 
Deprecated.
  
- getAllJvmFeatures(JvmDeclaredType, ITypeArgumentContext) - Method in class org.eclipse.xtext.common.types.util.FeatureOverridesService
 
- 
Deprecated.
  
- getAllJvmFeatures(JvmTypeReference) - Method in class org.eclipse.xtext.xbase.typesystem.legacy.LegacyFeatureOverridesService
 
- 
Deprecated.
Returns all operations, the declared constructors and the inherited constructors
 of the given type.
 
- getAllJvmFeatures(JvmDeclaredType, ITypeArgumentContext) - Method in class org.eclipse.xtext.xbase.typesystem.legacy.LegacyFeatureOverridesService
 
- 
Deprecated.
  
- getAllKeywords() - Method in class org.eclipse.xtext.generator.parser.antlr.ex.common.KeywordHelper
 
-  
 
- getAllKeywords(Grammar) - Static method in class org.eclipse.xtext.GrammarUtil
 
-  
 
- getAllLocalElements() - Method in class org.eclipse.xtext.common.types.xtext.AbstractConstructorScope
 
-  
 
- getAllLocalElements() - Method in class org.eclipse.xtext.common.types.xtext.AbstractTypeScope
 
-  
 
- getAllLocalElements() - Method in class org.eclipse.xtext.scoping.impl.AbstractScope
 
-  
 
- getAllLocalElements() - Method in class org.eclipse.xtext.scoping.impl.ImportScope
 
-  
 
- getAllLocalElements() - Method in class org.eclipse.xtext.scoping.impl.MapBasedScope
 
-  
 
- getAllLocalElements() - Method in class org.eclipse.xtext.scoping.impl.MultimapBasedScope
 
-  
 
- getAllLocalElements() - Method in class org.eclipse.xtext.scoping.impl.SelectableBasedScope
 
-  
 
- getAllLocalElements() - Method in class org.eclipse.xtext.scoping.impl.SimpleScope
 
-  
 
- getAllLocalElements() - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractStaticImportsScope
 
-  
 
- getAllLocalElements() - Method in class org.eclipse.xtext.xbase.scoping.batch.ConstructorDelegateScope
 
-  
 
- getAllLocalElements() - Method in class org.eclipse.xtext.xbase.scoping.batch.DynamicExtensionsScope
 
-  
 
- getAllLocalElements() - Method in class org.eclipse.xtext.xbase.scoping.batch.LocalVariableScope
 
-  
 
- getAllLocalElements() - Method in class org.eclipse.xtext.xbase.scoping.batch.NestedTypeLiteralScope
 
-  
 
- getAllLocalElements() - Method in class org.eclipse.xtext.xbase.scoping.batch.ReceiverFeatureScope
 
-  
 
- getAllLocalElements() - Method in class org.eclipse.xtext.xbase.scoping.batch.StaticFeatureScope
 
-  
 
- getAllLocalElements() - Method in class org.eclipse.xtext.xbase.scoping.batch.TypeLiteralScope
 
-  
 
- getAllLocalElements() - Method in class org.eclipse.xtext.xbase.scoping.DelegatingScope
 
- 
Deprecated.
  
- getAllLocalElements() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.FilteredDelegatingScope
 
- 
Deprecated.
  
- getAllLocalElements() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.LazyJvmFeatureScope
 
- 
Deprecated.
  
- getAllNonTransientValues(EObject, EReference) - Method in class org.eclipse.xtext.serializer.sequencer.TransientValueUtil
 
-  
 
- getAllNonTransientValues(EObject, EStructuralFeature) - Method in class org.eclipse.xtext.serializer.sequencer.TransientValueUtil
 
-  
 
- getAllocations() - Method in class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.Quantity
 
-  
 
- getAllOperations(JvmDeclaredType, ITypeReferenceOwner, IVisibilityHelper) - Method in class org.eclipse.xtext.xbase.typesystem.override.OverrideHelper
 
-  
 
- getAllOperations(LightweightTypeReference, IVisibilityHelper) - Method in class org.eclipse.xtext.xbase.typesystem.override.OverrideHelper
 
-  
 
- getAllOperations() - Method in class org.eclipse.xtext.xbase.typesystem.override.ResolvedOperations
 
-  
 
- getAllOperations(String) - Method in class org.eclipse.xtext.xbase.typesystem.override.ResolvedOperations
 
-  
 
- getAllOutgoing() - Method in class org.eclipse.xtext.grammaranalysis.impl.AbstractNFAState
 
-  
 
- getAllOutgoing() - Method in interface org.eclipse.xtext.grammaranalysis.INFAState
 
-  
 
- getAllPathes(ClassLoader) - Method in class org.eclipse.xtext.mwe.EquinoxClasspathEntriesProvider
 
-  
 
- getAllPathes(ClassLoader) - Method in interface org.eclipse.xtext.mwe.IClasspathEntriesProvider
 
-  
 
- getAllPathes(ClassLoader) - Method in class org.eclipse.xtext.mwe.UrlClassLoaderClasspathEntriesProvider
 
-  
 
- getAllPDAs() - Method in class org.eclipse.xtext.generator.serializer.SyntacticSequencerUtil
 
-  
 
- getAllPredicatedElements(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.common.AntlrFragmentHelper
 
-  
 
- getAllPredicatedElements(Grammar) - Static method in class org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
 
-  
 
- getAllRawTypes(JvmTypeReference, Resource) - Method in interface org.eclipse.xtext.common.types.util.IRawTypeHelper
 
-  
 
- getAllRawTypes(JvmTypeReference, Resource) - Method in class org.eclipse.xtext.common.types.util.RawTypeHelper
 
-  
 
- getAllRawTypes(JvmTypeReference, Resource) - Method in class org.eclipse.xtext.common.types.util.RawTypeHelper.RawTypeImplementation
 
-  
 
- getAllRawTypes(LightweightTypeReference, ResourceSet) - Method in interface org.eclipse.xtext.xbase.typesystem.conformance.IRawTypeHelper
 
-  
 
- getAllRawTypes(LightweightTypeReference, ResourceSet) - Method in class org.eclipse.xtext.xbase.typesystem.references.RawTypeHelper
 
-  
 
- getAllRawTypes(LightweightTypeReference, ResourceSet) - Method in class org.eclipse.xtext.xbase.typesystem.references.RawTypeHelper.RawTypeImplementation
 
-  
 
- getAllReferencedObjects(EObject, EReference) - Static method in class org.eclipse.xtext.EcoreUtil2
 
-  
 
- getAllRemainingURIs() - Method in class org.eclipse.xtext.builder.impl.BuildData
 
-  
 
- getAllRemainingURIs() - Method in class org.eclipse.xtext.builder.impl.QueuedBuildData
 
-  
 
- getAllResourceDescriptions() - Method in class org.eclipse.xtext.builder.builderState.AbstractBuilderState
 
-  
 
- getAllResourceDescriptions() - Method in class org.eclipse.xtext.builder.clustering.CurrentDescriptions
 
- 
Return the full contents of the index.
 
- getAllResourceDescriptions() - Method in class org.eclipse.xtext.builder.clustering.CurrentDescriptions.ResourceSetAware
 
- 
Return the full contents of the index.
 
- getAllResourceDescriptions() - Method in class org.eclipse.xtext.builder.impl.DirtyStateAwareResourceDescriptions
 
-  
 
- getAllResourceDescriptions() - Method in class org.eclipse.xtext.resource.impl.EagerResourceSetBasedResourceDescriptions
 
-  
 
- getAllResourceDescriptions() - Method in class org.eclipse.xtext.resource.impl.LiveShadowedResourceDescriptions
 
-  
 
- getAllResourceDescriptions() - Method in class org.eclipse.xtext.resource.impl.ResourceDescriptionsData
 
-  
 
- getAllResourceDescriptions() - Method in class org.eclipse.xtext.resource.impl.ResourceSetBasedResourceDescriptions
 
-  
 
- getAllResourceDescriptions() - Method in interface org.eclipse.xtext.resource.IResourceDescriptions
 
-  
 
- getAllResourceDescriptions() - Method in class org.eclipse.xtext.resource.IResourceDescriptions.NullImpl
 
-  
 
- getAllResourceDescriptions() - Method in class org.eclipse.xtext.scoping.impl.LoadOnDemandResourceDescriptions
 
-  
 
- getAllSemanticTypesPairs(Set<IConcreteSyntaxConstraintProvider.ISyntaxConstraint>) - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxConstraintProvider.SyntaxConstraintNode
 
-  
 
- getAllSignatures() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.PartialClassExtractor
 
-  
 
- getAllStates(AbstractElement) - Method in class org.eclipse.xtext.formatting.impl.ElementMatcherProvider.TransitionMatcher
 
-  
 
- getAllSuperTypes(EClass) - Static method in class org.eclipse.xtext.EcoreUtil2
 
- 
 
- getAllSuperTypes() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
- 
Returns the list of all super types which includes the super class and the 
 implemented interfaces.
 
- getAllTestGrammarPaths(boolean) - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getAllTraceRegions(ITextRegion) - Method in class org.eclipse.xtext.builder.trace.AbstractTrace
 
-  
 
- getAllTraceRegions() - Method in class org.eclipse.xtext.builder.trace.AbstractTrace
 
-  
 
- getAllUnorderedGroups(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.common.AntlrFragmentHelper
 
-  
 
- getAllUnorderedGroups(Grammar) - Static method in class org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
 
-  
 
- getAllURIs() - Method in class org.eclipse.xtext.resource.impl.ResourceDescriptionsData
 
-  
 
- getAlternative() - Method in class org.eclipse.xtext.parser.packrat.tokens.AlternativesToken.End
 
-  
 
- getAlternative() - Method in class org.eclipse.xtext.parser.packrat.tokens.AlternativesToken
 
-  
 
- getAlternativeChildren(AbstractElement) - Method in class org.eclipse.xtext.grammaranalysis.impl.CfgAdapter
 
-  
 
- getAlternativeChildren(GrammarAlias.AbstractElementAlias) - Method in class org.eclipse.xtext.serializer.analysis.GrammarAlias.GrammarAliasAdapter
 
-  
 
- getAlternativeChildren(IGrammarConstraintProvider.IConstraintElement) - Method in class org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.ConstraintElementProduction
 
-  
 
- getAlternativeChildren(NfaToProduction.AbstractElementAlias<TOKEN>) - Method in class org.eclipse.xtext.util.formallang.NfaToProduction.AliasGrammarProvider
 
-  
 
- getAlternativeChildren(ELEMENT) - Method in interface org.eclipse.xtext.util.formallang.Production
 
-  
 
- getAlternativeChildren(StringProduction.ProdElement) - Method in class org.eclipse.xtext.util.formallang.StringProduction
 
-  
 
- getAlternatives() - Method in interface org.eclipse.xtext.AbstractRule
 
- 
Returns the value of the 'Alternatives' containment reference
 
- getAlternatives() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AtomElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.IdOrIntElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.LiteralElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OtherElementElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.RuleOptionsElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getAlternatives() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
 
- getAlternatives() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ArgumentElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.AtomElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.PrefixExpressionElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.impl.AbstractRuleImpl
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractMetamodelDeclarationElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractNegatedTokenElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractRuleElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractTerminalElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractTokenElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AssignableTerminalElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.CrossReferenceableTerminalElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalTokenElementElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.LiteralValueElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.TemplatePartElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.ValidIDElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableOrDollarElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.LiteralValueElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElementValueElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.FeatureCallIDElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.IdOrSuperElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.NumberElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpAddElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpCompareElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpEqualityElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpMultiAssignElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpMultiElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOtherElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpUnaryElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAssignmentElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCollectionLiteralElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XExpressionInsideBlockElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XLiteralElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XPrimaryExpressionElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XUnaryOperationElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmArgumentTypeReferenceElements
 
-  
 
- getAlternatives() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmTypeReferenceElements
 
-  
 
- getAlternatives() - Method in interface org.eclipse.xtext.xbase.typesystem.computation.IAmbiguousLinkingCandidate
 
- 
A readonly representation of all equally good candidates.
 
- getAlternatives() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractAmbiguousLinkingCandidate
 
-  
 
- getAlternatives() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
 
- getAlternatives_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractTokenWithCardinalityElements
 
-  
 
- getAlternatives_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalRuleElements
 
-  
 
- getAlternatives_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.DollarElements
 
-  
 
- getAlternatives_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XBooleanLiteralElements
 
-  
 
- getAlternatives_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getAlternatives_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XRelationalExpressionElements
 
-  
 
- getAlternatives_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XVariableDeclarationElements
 
-  
 
- getAlternatives_1() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XImportDeclarationElements
 
-  
 
- getAlternatives_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.NumberElements
 
-  
 
- getAlternatives_1_0_0_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getAlternatives_1_1_0_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getAlternatives_1_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.NumberElements
 
-  
 
- getAlternatives_1_1_3_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getAlternatives_2() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getAlternatives_2() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.CodetemplateElements
 
-  
 
- getAlternatives_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getAlternatives_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XVariableDeclarationElements
 
-  
 
- getAlternatives_2() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmWildcardTypeReferenceElements
 
-  
 
- getAlternatives_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTryCatchFinallyExpressionElements
 
-  
 
- getAlternatives_3_1() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElements
 
-  
 
- getAlternatives_3_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getAlternatives_4_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getAlternatives_5_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOtherElements
 
-  
 
- getAlternatives_6_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOtherElements
 
-  
 
- getAlternatives_7() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplateElements
 
-  
 
- getAlternatives_Groups() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getAlternatives_Groups() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for the containment reference list '
Groups'
 
 
- getAlternativesAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getAlternativesAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getAlternativesAlternativesParserRuleCall_4_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParserRuleElements
 
-  
 
- getAlternativesAssignment_3() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalRuleElements
 
-  
 
- getAlternativesAssignment_4() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumRuleElements
 
-  
 
- getAlternativesAssignment_4() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParserRuleElements
 
-  
 
- getAlternativesElementsAction_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AlternativesElements
 
-  
 
- getAlternativesElementsAction_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AssignableAlternativesElements
 
-  
 
- getAlternativesElementsAction_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumLiteralsElements
 
-  
 
- getAlternativesElementsAction_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalAlternativesElements
 
-  
 
- getAlternativesEnumLiteralsParserRuleCall_4_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumRuleElements
 
-  
 
- getAlternativesGroupsAction_1_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AlternativesElements
 
-  
 
- getAlternativesParserRuleCall_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParenthesizedElementElements
 
-  
 
- getAlternativesParserRuleCall_2() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.ParenthesizedElements
 
-  
 
- getAlternativesRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getAlternativesRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getAlternativesTerminalAlternativesParserRuleCall_3_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalRuleElements
 
-  
 
- getAmbiguousSyntax() - Method in interface org.eclipse.xtext.serializer.analysis.ISyntacticSequencerPDAProvider.ISynTransition
 
-  
 
- getAmbiguousSyntax() - Method in class org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider.SynTransition
 
-  
 
- getAmbiguousSyntaxes() - Method in interface org.eclipse.xtext.serializer.analysis.ISyntacticSequencerPDAProvider.ISynTransition
 
-  
 
- getAmbiguousSyntaxes() - Method in class org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider.SynTransition
 
-  
 
- getAmpersandAmpersandKeyword() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpAndElements
 
-  
 
- getAmpersandAmpersandKeyword_1_1() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.AndExpressionElements
 
-  
 
- getAmpersandKeyword_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmUpperBoundAndedElements
 
-  
 
- getAmpersandKeyword_1_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.UnorderedGroupElements
 
-  
 
- getAndEnhanceIterableOrArrayFromComponent(LightweightTypeReference, JvmGenericType, CompoundTypeReference) - Method in class org.eclipse.xtext.xbase.typesystem.computation.XbaseTypeComputer
 
-  
 
- getAndExpression() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.SimpleExpressionsPackageImpl
 
-  
 
- getAndExpression() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.SimpleExpressionsPackage
 
- 
 
- getAndExpression_Left() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.SimpleExpressionsPackageImpl
 
-  
 
- getAndExpression_Left() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.SimpleExpressionsPackage
 
- 
Returns the meta object for the containment reference '
Left'
 
 
- getAndExpression_Right() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.SimpleExpressionsPackageImpl
 
-  
 
- getAndExpression_Right() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.SimpleExpressionsPackage
 
- 
Returns the meta object for the containment reference '
Right'
 
 
- getAndExpressionAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getAndExpressionLeftAction_1_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.AndExpressionElements
 
-  
 
- getAndExpressionParserRuleCall_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ExpressionElements
 
-  
 
- getAndExpressionRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getAndOperator() - Method in class org.eclipse.xtext.xbase.util.XExpressionHelper
 
-  
 
- getAndRemovePendingDeltas() - Method in class org.eclipse.xtext.builder.impl.BuildData
 
-  
 
- getAndRemovePendingDeltas() - Method in class org.eclipse.xtext.builder.impl.QueuedBuildData
 
-  
 
- getAndRemoveToBeDeleted() - Method in class org.eclipse.xtext.builder.impl.BuildData
 
-  
 
- getAndRemoveToBeDeleted() - Method in class org.eclipse.xtext.builder.impl.ToBeBuilt
 
-  
 
- getAndResetReplaceRegion() - Method in class org.eclipse.xtext.ui.editor.reconciler.XtextReconciler
 
- 
 
- getAnnotatedString(String) - Method in class org.eclipse.xtext.generator.trace.AbstractTraceRegion
 
-  
 
- getAnnotation() - Method in class org.eclipse.xtext.common.types.impl.JvmAnnotationReferenceImpl
 
-  
 
- getAnnotation() - Method in interface org.eclipse.xtext.common.types.JvmAnnotationReference
 
- 
Returns the value of the 'Annotation' reference
 
- getAnnotationHover(ISourceViewer) - Method in class org.eclipse.xtext.ui.editor.XtextSourceViewerConfiguration
 
-  
 
- getAnnotationHover(ISourceViewer) - Method in class org.eclipse.xtext.ui.views.ReadOnlySourceViewerConfiguration
 
-  
 
- getAnnotationImagesDeleted() - Static method in class org.eclipse.xtext.ui.internal.XtextPluginImages
 
-  
 
- getAnnotationImagesFixable() - Static method in class org.eclipse.xtext.ui.internal.XtextPluginImages
 
-  
 
- getAnnotationImagesNonfixable() - Static method in class org.eclipse.xtext.ui.internal.XtextPluginImages
 
-  
 
- getAnnotationModel() - Method in class org.eclipse.xtext.ui.editor.hover.AbstractProblemHover
 
-  
 
- getAnnotationModel(XtextEditor) - Method in class org.eclipse.xtext.ui.editor.occurrences.OccurrenceMarker.MarkOccurrenceJob
 
-  
 
- getAnnotationModel(Object) - Method in class org.eclipse.xtext.xbase.ui.editor.DocumentProviderStub
 
-  
 
- getAnnotations() - Method in class org.eclipse.xtext.common.types.impl.JvmAnnotationTargetImpl
 
-  
 
- getAnnotations() - Method in interface org.eclipse.xtext.common.types.JvmAnnotationTarget
 
- 
Returns the value of the 'Annotations' containment reference list.
 
- getAnnotations(int, int) - Method in class org.eclipse.xtext.ui.editor.hover.AbstractProblemHover
 
-  
 
- getAnnotationsToAdd(Multimap<Position, Annotation>, List<Issue>, IProgressMonitor) - Method in class org.eclipse.xtext.ui.editor.validation.AnnotationIssueProcessor
 
-  
 
- getAnnotationsToRemove(IProgressMonitor) - Method in class org.eclipse.xtext.ui.editor.validation.AnnotationIssueProcessor
 
-  
 
- getAnnotationTargets(JvmAnnotationType) - Method in class org.eclipse.xtext.xbase.annotations.typing.XAnnotationUtil
 
-  
 
- getAnnotationType() - Method in class org.eclipse.xtext.xbase.annotations.xAnnotations.impl.XAnnotationImpl
 
-  
 
- getAnnotationType() - Method in interface org.eclipse.xtext.xbase.annotations.xAnnotations.XAnnotation
 
- 
Returns the value of the 'Annotation Type' reference
 
- getAnnotationTypeAssignment_2() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElements
 
-  
 
- getAnnotationTypeJvmAnnotationTypeCrossReference_2_0() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElements
 
-  
 
- getAnnotationTypeJvmAnnotationTypeQualifiedNameParserRuleCall_2_0_1() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElements
 
-  
 
- getAntlrGrammar() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getAntlrGrammar() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
 
- getAntlrGrammar_Name() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getAntlrGrammar_Name() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for the attribute '
Name'
 
 
- getAntlrGrammar_Options() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getAntlrGrammar_Options() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for the containment reference '
Options'
 
 
- getAntlrGrammar_Rules() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getAntlrGrammar_Rules() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for the containment reference list '
Rules'
 
 
- getAntlrGrammarAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getAntlrGrammarRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getAntlrParams() - Method in class org.eclipse.xtext.generator.parser.antlr.AbstractAntlrGeneratorFragment
 
-  
 
- getAntlrParams() - Method in class org.eclipse.xtext.generator.parser.antlr.ex.ExternalAntlrLexerFragment
 
-  
 
- getAntlrTokenFile() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parser.antlr.SimpleAntlrAntlrTokenFileProvider
 
-  
 
- getAntlrTokenFile() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parser.antlr.SimpleExpressionsAntlrTokenFileProvider
 
-  
 
- getAntlrTokenFile() - Method in interface org.eclipse.xtext.parser.antlr.IAntlrTokenFileProvider
 
-  
 
- getAntlrTokenFile() - Method in class org.eclipse.xtext.parser.antlr.XtextAntlrTokenFileProvider
 
-  
 
- getAntlrTokenFile() - Method in class org.eclipse.xtext.purexbase.parser.antlr.PureXbaseAntlrTokenFileProvider
 
-  
 
- getAntlrTokenFile() - Method in class org.eclipse.xtext.ui.codetemplates.parser.antlr.CodetemplatesAntlrTokenFileProvider
 
-  
 
- getAntlrTokenFile() - Method in class org.eclipse.xtext.ui.codetemplates.parser.antlr.SingleCodetemplateAntlrTokenFileProvider
 
-  
 
- getAntlrTokenFile() - Method in class org.eclipse.xtext.ui.codetemplates.ui.highlighting.SingleTemplateTokenDefProvider
 
-  
 
- getAntlrTokenFile() - Method in class org.eclipse.xtext.ui.codetemplates.ui.highlighting.TemplatesTokenDefProvider
 
-  
 
- getAntlrTokenFile() - Method in class org.eclipse.xtext.xbase.annotations.parser.antlr.XbaseWithAnnotationsAntlrTokenFileProvider
 
-  
 
- getAntlrTokenFile() - Method in class org.eclipse.xtext.xbase.parser.antlr.XbaseAntlrTokenFileProvider
 
-  
 
- getAntlrTokenFile() - Method in class org.eclipse.xtext.xbase.parser.antlr.XtypeAntlrTokenFileProvider
 
-  
 
- getAntlrTokenFileProvider() - Method in class org.eclipse.xtext.parser.antlr.AntlrTokenDefProvider
 
-  
 
- getAntlrTokenFileProviderClassName(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.common.AntlrFragmentHelper
 
-  
 
- getAntlrTokenFileProviderClassName(Grammar, Naming) - Static method in class org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment
 
-  
 
- getAntlrTokenType() - Method in class org.eclipse.xtext.ui.editor.model.DocumentTokenSource.TokenInfo
 
-  
 
- getAntlrTool() - Method in class org.eclipse.xtext.generator.parser.antlr.AbstractAntlrGeneratorFragment
 
-  
 
- getAntlrTool() - Method in class org.eclipse.xtext.generator.parser.antlr.ex.ExternalAntlrLexerFragment
 
-  
 
- getANY_OTHERRule() - Method in class org.eclipse.xtext.common.services.TerminalsGrammarAccess
 
-  
 
- getANY_OTHERRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getANY_OTHERRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getANY_OTHERRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getANY_OTHERRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getANY_OTHERRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getANY_OTHERRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getANY_OTHERRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getANY_OTHERRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getANY_OTHERRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getANY_OTHERTerminalRuleCall_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.LiteralValueElements
 
-  
 
- getANY_OTHERTerminalRuleCall_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.LiteralValueElements
 
-  
 
- getAnyOtherConsumer() - Method in class org.eclipse.xtext.common.parser.packrat.TerminalsParserConfiguration
 
-  
 
- getAppendable() - Method in class org.eclipse.xtext.xbase.ui.contentassist.ImportOrganizingProposal
 
- 
Public for testing purpose.
 
- getApplicableAnnotations(IXtextDocument, IAnnotationModel, int) - Method in class org.eclipse.xtext.ui.editor.quickfix.XtextQuickAssistProcessor
 
-  
 
- getArgument(JvmTypeReference, int) - Method in class org.eclipse.xtext.common.types.util.TypeReferences
 
-  
 
- getArgument(int) - Method in class org.eclipse.xtext.xbase.typesystem.arguments.AssignmentFeatureCallArguments
 
-  
 
- getArgument(int) - Method in interface org.eclipse.xtext.xbase.typesystem.arguments.IFeatureCallArguments
 
-  
 
- getArgument(int) - Method in class org.eclipse.xtext.xbase.typesystem.arguments.StandardFeatureCallArguments
 
-  
 
- getArgumentAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getArgumentConversionHints() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.JvmFeatureDescription
 
- 
Deprecated.
  
- getArgumentCount() - Method in class org.eclipse.xtext.xbase.typesystem.arguments.AssignmentFeatureCallArguments
 
-  
 
- getArgumentCount() - Method in interface org.eclipse.xtext.xbase.typesystem.arguments.IFeatureCallArguments
 
-  
 
- getArgumentCount() - Method in class org.eclipse.xtext.xbase.typesystem.arguments.ReorderedFeatureCallArguments
 
-  
 
- getArgumentCount() - Method in class org.eclipse.xtext.xbase.typesystem.arguments.ReorderedVarArgFeatureCallArguments
 
-  
 
- getArgumentCount() - Method in class org.eclipse.xtext.xbase.typesystem.arguments.StandardFeatureCallArguments
 
-  
 
- getArgumentExpression() - Method in class org.eclipse.xtext.xbase.typesystem.arguments.AssignmentFeatureCallArguments
 
-  
 
- getArgumentExpression() - Method in interface org.eclipse.xtext.xbase.typesystem.arguments.IFeatureCallArgumentSlot
 
-  
 
- getArgumentExpression() - Method in class org.eclipse.xtext.xbase.typesystem.arguments.StandardFeatureCallArgumentSlot
 
-  
 
- getArgumentExpression() - Method in class org.eclipse.xtext.xbase.typesystem.arguments.VarArgsFeatureCallArgumentSlot
 
-  
 
- getArgumentExpressions() - Method in class org.eclipse.xtext.xbase.typesystem.arguments.AssignmentFeatureCallArguments
 
-  
 
- getArgumentExpressions() - Method in interface org.eclipse.xtext.xbase.typesystem.arguments.IFeatureCallArgumentSlot
 
- 
The list of expressions.
 
- getArgumentExpressions() - Method in class org.eclipse.xtext.xbase.typesystem.arguments.StandardFeatureCallArgumentSlot
 
-  
 
- getArgumentExpressions() - Method in class org.eclipse.xtext.xbase.typesystem.arguments.VarArgsFeatureCallArgumentSlot
 
-  
 
- getArgumentParserRuleCall_1_1_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.MethodCallLiteralElements
 
-  
 
- getArgumentParserRuleCall_1_1_1_1() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.MethodCallLiteralElements
 
-  
 
- getArgumentRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getArguments() - Method in class org.eclipse.xtext.common.types.impl.JvmParameterizedTypeReferenceImpl
 
-  
 
- getArguments() - Method in interface org.eclipse.xtext.common.types.JvmParameterizedTypeReference
 
- 
Returns the value of the 'Arguments' containment reference list.
 
- getArguments() - Method in class org.eclipse.xtext.xbase.impl.XConstructorCallImpl
 
-  
 
- getArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractLinkingCandidate
 
-  
 
- getArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractUnresolvableReference
 
-  
 
- getArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ConstructorLinkingCandidate
 
-  
 
- getArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.FeatureLinkingCandidate
 
- 
Returns the actual arguments of the expression.
 
- getArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.FollowUpError
 
-  
 
- getArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedConstructor
 
-  
 
- getArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedFeature
 
-  
 
- getArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypeLiteral
 
-  
 
- getArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeInsteadOfConstructorLinkingCandidate
 
-  
 
- getArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeLiteralLinkingCandidate
 
- 
Returns the actual arguments of the expression.
 
- getArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.UnresolvableConstructorCall
 
-  
 
- getArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.UnresolvableFeatureCall
 
-  
 
- getArguments(XExpression) - Method in class org.eclipse.xtext.xbase.ui.contentassist.ParameterContextInformationProvider
 
-  
 
- getArguments() - Method in interface org.eclipse.xtext.xbase.XConstructorCall
 
- 
Returns the value of the 'Arguments' containment reference list.
 
- getArgumentsAssignment_1_1() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmParameterizedTypeReferenceElements
 
-  
 
- getArgumentsAssignment_1_2_1() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmParameterizedTypeReferenceElements
 
-  
 
- getArgumentsAssignment_4_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getArgumentsAssignment_4_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getArgumentsAssignment_4_1_1_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getArgumentsAssignment_5() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmParameterizedTypeReferenceElements
 
-  
 
- getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_2_1_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmParameterizedTypeReferenceElements
 
-  
 
- getArgumentsXClosureParserRuleCall_5_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getArgumentsXExpressionParserRuleCall_4_1_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getArgumentsXExpressionParserRuleCall_4_1_1_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getArgumentsXShortClosureParserRuleCall_4_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getArgumentTypeParameterMapping() - Method in class org.eclipse.xtext.xbase.scoping.batch.DynamicExtensionsScope
 
-  
 
- getArgumentTypes() - Method in class org.eclipse.xtext.common.types.util.LoggingTypeArgumentDecorator
 
- 
Deprecated.
  
- getArgumentTypes() - Method in class org.eclipse.xtext.common.types.util.TypeArgumentContextProvider.AbstractRequest
 
- 
Deprecated.
  
- getArgumentTypes() - Method in interface org.eclipse.xtext.common.types.util.TypeArgumentContextProvider.Request
 
- 
Deprecated.
  
- getArgumentTypes(XAbstractFeatureCall, boolean) - Method in class org.eclipse.xtext.xbase.typing.XbaseTypeProvider
 
- 
Deprecated.
  
- getArgumentTypes(JvmExecutable, List<XExpression>, boolean) - Method in class org.eclipse.xtext.xbase.typing.XbaseTypeProvider
 
- 
Deprecated.
  
- getArgumentTypes() - Method in class org.eclipse.xtext.xbase.ui.hover.FeatureCallRequest
 
-  
 
- getArgumentTypesAsString() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractPendingLinkingCandidate
 
- 
Returns the resolved string representation of the argument types.
 
- getArityMismatch() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractPendingLinkingCandidate
 
- 
Returns the mismatch of actually given arguments and declared parameters.
 
- getArityMismatch(JvmExecutable, List<XExpression>) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractPendingLinkingCandidate
 
-  
 
- getArityMismatch() - Method in class org.eclipse.xtext.xbase.typesystem.internal.FeatureLinkingCandidate
 
-  
 
- getArityMismatch() - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeLiteralLinkingCandidate
 
-  
 
- getArrayBracketsAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getArrayBracketsAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getArrayBracketsAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getArrayBracketsAccess() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getArrayBracketsParserRuleCall_0_1_0_1() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmTypeReferenceElements
 
-  
 
- getArrayBracketsRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getArrayBracketsRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getArrayBracketsRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getArrayBracketsRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getArrayBracketsToken(EObject, RuleCall, INode) - Method in class org.eclipse.xtext.purexbase.serializer.PureXbaseSyntacticSequencer
 
- 
ArrayBrackets :
        '[' ']'
 ;
 
- getArrayBracketsToken(EObject, RuleCall, INode) - Method in class org.eclipse.xtext.xbase.annotations.serializer.AbstractXbaseWithAnnotationsSyntacticSequencer
 
- 
ArrayBrackets :
        '[' ']'
 ;
 
- getArrayBracketsToken(EObject, RuleCall, INode) - Method in class org.eclipse.xtext.xbase.serializer.AbstractXbaseSyntacticSequencer
 
- 
ArrayBrackets :
        '[' ']'
 ;
 
- getArrayBracketsToken(EObject, RuleCall, INode) - Method in class org.eclipse.xtext.xbase.serializer.AbstractXtypeSyntacticSequencer
 
- 
ArrayBrackets :
        '[' ']'
 ;
 
- getArrayComponentTypeSimpleName(String) - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtVariableCompletions
 
-  
 
- getArrayDimensions() - Method in class org.eclipse.xtext.xbase.impl.XTypeLiteralImpl
 
-  
 
- getArrayDimensions() - Method in interface org.eclipse.xtext.xbase.XTypeLiteral
 
- 
Returns the value of the 'Array Dimensions' attribute list.
 
- getArrayDimensionsArrayBracketsParserRuleCall_4_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTypeLiteralElements
 
-  
 
- getArrayDimensionsAssignment_4() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTypeLiteralElements
 
-  
 
- getArrayEObject(Resource, String, IFragmentProvider.Fallback) - Method in class org.eclipse.xtext.common.types.access.impl.AbstractClassMirror
 
-  
 
- getArrayType() - Method in class org.eclipse.xtext.common.types.impl.JvmComponentTypeImpl
 
-  
 
- getArrayType() - Method in class org.eclipse.xtext.common.types.impl.JvmComponentTypeImplCustom
 
-  
 
- getArrayType() - Method in class org.eclipse.xtext.common.types.impl.JvmDeclaredTypeImpl
 
-  
 
- getArrayType() - Method in class org.eclipse.xtext.common.types.impl.JvmDeclaredTypeImplCustom
 
-  
 
- getArrayType() - Method in interface org.eclipse.xtext.common.types.JvmComponentType
 
- 
Returns the value of the 'Array Type' containment reference.
 
- getArrayTypes() - Method in class org.eclipse.xtext.xbase.typesystem.util.CommonTypeComputationServices
 
-  
 
- getAsBottom() - Method in class org.eclipse.xtext.xbase.typesystem.override.BottomResolvedOperation
 
-  
 
- getAsBottom() - Method in interface org.eclipse.xtext.xbase.typesystem.override.IResolvedOperation
 
- 
 
- getAsBottom() - Method in class org.eclipse.xtext.xbase.typesystem.override.ResolvedOperationInHierarchy
 
-  
 
- getAsClassLiteral(JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeLiteralHelper
 
-  
 
- getAsExtractedLine(String) - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.AntlrLexerSplitter.ExtractedMethod
 
-  
 
- getAsFunctionOrNull(ParameterizedTypeReference) - Method in class org.eclipse.xtext.xbase.typesystem.references.FunctionTypes
 
-  
 
- getAsFunctionTypeReference() - Method in class org.eclipse.xtext.xbase.typesystem.references.FunctionTypeReference
 
-  
 
- getAsFunctionTypeReference(ParameterizedTypeReference) - Method in class org.eclipse.xtext.xbase.typesystem.references.FunctionTypes
 
- 
 
- getAsFunctionTypeReference() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
- 
 
- getAsFunctionTypeReference() - Method in class org.eclipse.xtext.xbase.typesystem.references.ParameterizedTypeReference
 
- 
 
- getAsKeyword_1_0_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCastedExpressionElements
 
-  
 
- getAsKeyword_2_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ReferencedMetamodelElements
 
-  
 
- getAsKeyword_3_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GeneratedMetamodelElements
 
-  
 
- getAsProcedureOrNull(ParameterizedTypeReference) - Method in class org.eclipse.xtext.xbase.typesystem.references.FunctionTypes
 
-  
 
- getAssignable() - Method in class org.eclipse.xtext.xbase.impl.XAssignmentImpl
 
-  
 
- getAssignable() - Method in interface org.eclipse.xtext.xbase.XAssignment
 
- 
Returns the value of the 'Assignable' containment reference
 
- getAssignableAlternativesAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getAssignableAlternativesParserRuleCall_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParenthesizedAssignableElementElements
 
-  
 
- getAssignableAlternativesRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getAssignableTerminalAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getAssignableTerminalParserRuleCall_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AssignableAlternativesElements
 
-  
 
- getAssignableTerminalRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getAssignedGrammarElement() - Method in interface org.eclipse.xtext.serializer.analysis.ISemanticSequencerNfaProvider.ISemState
 
-  
 
- getAssignedGrammarElement() - Method in class org.eclipse.xtext.serializer.analysis.SemanticSequencerNfaProvider.SemState
 
-  
 
- getAssignment() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getAssignment(AbstractElement) - Method in class org.eclipse.xtext.serializer.acceptor.SequenceFeeder
 
-  
 
- getAssignment() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
 
- getAssignment_Feature() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getAssignment_Feature() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for the attribute '
Feature'
 
 
- getAssignment_Operator() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getAssignment_Operator() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for the attribute '
Operator'
 
 
- getAssignment_Terminal() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getAssignment_Terminal() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for the containment reference '
Terminal'
 
 
- getAssignmentAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getAssignmentCount() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.FeatureInfo
 
-  
 
- getAssignmentElement() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AssignmentToken
 
-  
 
- getAssignmentFeature(EClass) - Method in interface org.eclipse.xtext.validation.IConcreteSyntaxConstraintProvider.ISyntaxConstraint
 
-  
 
- getAssignmentFeature(EClass) - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxConstraintProvider.SyntaxConstraintNode
 
-  
 
- getAssignmentID() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ConstraintElement
 
-  
 
- getAssignmentID() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraintElement
 
-  
 
- getAssignmentName() - Method in interface org.eclipse.xtext.validation.IConcreteSyntaxConstraintProvider.ISyntaxConstraint
 
-  
 
- getAssignmentName() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxConstraintProvider.SyntaxConstraintNode
 
-  
 
- getAssignmentOperator() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ConstraintElement
 
-  
 
- getAssignmentParserRuleCall_0_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractTokenWithCardinalityElements
 
-  
 
- getAssignmentQuantities(EObject, IConcreteSyntaxConstraintProvider.ISyntaxConstraint, List<IConcreteSyntaxDiagnosticProvider.IConcreteSyntaxDiagnostic>) - Method in interface org.eclipse.xtext.validation.IAssignmentQuantityAllocator
 
-  
 
- getAssignmentQuantities() - Method in interface org.eclipse.xtext.validation.IAssignmentQuantityAllocator.IQuantities
 
-  
 
- getAssignmentQuantities(EObject, IConcreteSyntaxConstraintProvider.ISyntaxConstraint, List<IConcreteSyntaxDiagnosticProvider.IConcreteSyntaxDiagnostic>) - Method in class org.eclipse.xtext.validation.impl.AssignmentQuantityAllocator
 
-  
 
- getAssignmentQuantities() - Method in class org.eclipse.xtext.validation.impl.AssignmentQuantityAllocator.Quantities
 
-  
 
- getAssignmentQuantity(IConcreteSyntaxConstraintProvider.ISyntaxConstraint) - Method in interface org.eclipse.xtext.validation.IAssignmentQuantityAllocator.IQuantities
 
-  
 
- getAssignmentQuantity(IConcreteSyntaxConstraintProvider.ISyntaxConstraint) - Method in class org.eclipse.xtext.validation.impl.AssignmentQuantityAllocator.Quantities
 
-  
 
- getAssignmentRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getAssignments() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.Constraint
 
-  
 
- getAssignments() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.FeatureInfo
 
-  
 
- getAssignments() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraint
 
-  
 
- getAssignments() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IFeatureInfo
 
-  
 
- getAssociatedClusterType(EClass) - Method in class org.eclipse.xtext.validation.NamesAreUniqueValidationHelper
 
- 
Return the type that describes the set of instances that should have unique names.
 
- getAssociatedExpression(JvmIdentifiableElement) - Method in interface org.eclipse.xtext.xbase.jvmmodel.ILogicalContainerProvider
 
-  
 
- getAssociatedExpression(JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.jvmmodel.JvmModelAssociator
 
-  
 
- getAssociatedLocations() - Method in class org.eclipse.xtext.generator.trace.AbstractStatefulTraceRegion
 
-  
 
- getAssociatedLocations() - Method in class org.eclipse.xtext.generator.trace.AbstractTraceRegion
 
-  
 
- getAssociatedLocations() - Method in class org.eclipse.xtext.xbase.compiler.output.AppendableBasedTraceRegion
 
-  
 
- getAssociatedPath() - Method in class org.eclipse.xtext.generator.trace.AbstractTraceRegion
 
-  
 
- getAssociations() - Method in interface org.eclipse.xtext.builder.trace.DebugTraceRegion
 
- 
Returns the value of the 'Associations' containment reference list.
 
- getAssociations() - Method in class org.eclipse.xtext.builder.trace.impl.DebugTraceRegionImpl
 
-  
 
- getAssociations() - Method in class org.eclipse.xtext.xbase.scoping.XImportSectionNamespaceScopeProvider
 
-  
 
- getAsStream(String) - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getAsStream(CharSequence) - Method in class org.eclipse.xtext.junit.util.ParseHelper
 
-  
 
- getAsStream(String) - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getAsStream(CharSequence) - Method in class org.eclipse.xtext.junit4.util.ParseHelper
 
-  
 
- getAsString(String, Function<LightweightTypeReference, String>) - Method in class org.eclipse.xtext.xbase.typesystem.references.FunctionTypeReference
 
-  
 
- getAsString(String, Function<LightweightTypeReference, String>) - Method in class org.eclipse.xtext.xbase.typesystem.references.ParameterizedTypeReference
 
-  
 
- getAsteriskAsteriskKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpMultiElements
 
-  
 
- getAsteriskKeyword_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpMultiElements
 
-  
 
- getAsteriskKeyword_1_0_4() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XImportDeclarationElements
 
-  
 
- getAsteriskKeyword_2() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.QualifiedNameWithWildcardElements
 
-  
 
- getASTFactory() - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getASTFactory() - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getAsTreeIterable() - Method in class org.eclipse.xtext.nodemodel.impl.AbstractNode
 
-  
 
- getAsTreeIterable() - Method in class org.eclipse.xtext.nodemodel.impl.SyntheticCompositeNode
 
-  
 
- getAsTreeIterable() - Method in interface org.eclipse.xtext.nodemodel.INode
 
- 
Returns a tree iterable that uses this node as its origin and root instance.
 
- getAtomAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getAtomAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getAtomParserRuleCall_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.GroupElements
 
-  
 
- getAtomParserRuleCall_1() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.PrefixExpressionElements
 
-  
 
- getAtomRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getAtomRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getAttribute(EObject) - Method in class org.eclipse.xtext.scoping.impl.ImportUriResolver
 
-  
 
- getAttribute(String) - Method in class org.eclipse.xtext.ui.editor.syntaxcoloring.AbstractTokenScanner
 
-  
 
- getAttribute(String) - Method in interface org.eclipse.xtext.ui.editor.syntaxcoloring.ITextAttributeProvider
 
-  
 
- getAttribute(String) - Method in class org.eclipse.xtext.ui.editor.syntaxcoloring.TextAttributeProvider
 
-  
 
- getAttribute(EObject) - Method in class org.eclipse.xtext.util.SimpleAttributeResolver
 
-  
 
- getAttributeName() - Method in class org.eclipse.xtext.scoping.impl.ImportUriResolver
 
-  
 
- getAttributes(URI, Map<?, ?>) - Method in class org.eclipse.xtext.resource.ExternalContentSupport.ExternalContentAwareURIHandler
 
-  
 
- getAutoEditStrategies(ISourceViewer, String) - Method in class org.eclipse.xtext.ui.editor.XtextSourceViewerConfiguration
 
-  
 
- getAutoEditStrategies(ISourceViewer, String) - Method in class org.eclipse.xtext.ui.views.ReadOnlySourceViewerConfiguration
 
-  
 
- getBackgroundColor() - Method in class org.eclipse.xtext.ui.editor.utils.TextStyle
 
-  
 
- getBackgroundColorKey() - Method in class org.eclipse.xtext.ui.views.AbstractSourceView
 
-  
 
- getBacktracker() - Method in class org.eclipse.xtext.parser.packrat.AbstractParserConfiguration
 
-  
 
- getBacktracker() - Method in interface org.eclipse.xtext.parser.packrat.AbstractParserConfiguration.IInternalParserConfiguration
 
-  
 
- getBacktracker() - Method in interface org.eclipse.xtext.parser.packrat.consumers.INonTerminalConsumerConfiguration
 
-  
 
- getBacktracker() - Method in class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer
 
-  
 
- getBacktrackingLevel() - Method in class org.eclipse.xtext.parser.antlr.UnorderedGroupHelper
 
-  
 
- getBase(XNumberLiteral) - Method in class org.eclipse.xtext.xbase.typesystem.computation.NumberLiterals
 
-  
 
- getBaseIndentLevel() - Method in class org.eclipse.xtext.xbase.ui.document.DocumentSourceAppender
 
-  
 
- getBasePackage(Grammar) - Method in class org.eclipse.xtext.generator.ecore.EMFGeneratorFragment
 
-  
 
- getBasePackage(Grammar, Naming) - Method in class org.eclipse.xtext.generator.validation.JavaValidatorFragment
 
-  
 
- getBasePackage() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectInfo
 
-  
 
- getBasePackagePath() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectInfo
 
-  
 
- getBatchScopeProvider() - Method in class org.eclipse.xtext.xbase.junit.typesystem.PublicReentrantTypeResolver
 
-  
 
- getBatchScopeProvider() - Method in class org.eclipse.xtext.xbase.typesystem.internal.DefaultReentrantTypeResolver
 
-  
 
- getBeforeBetweenElements() - Method in class org.eclipse.xtext.formatting.impl.MatcherState
 
-  
 
- getBeforePatterns() - Method in class org.eclipse.xtext.formatting.impl.MatcherState
 
-  
 
- getBeginIndex() - Method in class org.eclipse.xtext.ui.editor.model.CommonBreakIterator.SequenceCharacterIterator
 
-  
 
- getBeginIndex() - Method in class org.eclipse.xtext.ui.editor.model.DocumentCharacterIterator
 
-  
 
- getBestAssociatedLocation(ITextRegion) - Method in class org.eclipse.xtext.builder.trace.AbstractTrace
 
-  
 
- getBestAssociatedLocation(ITextRegion, IStorage) - Method in class org.eclipse.xtext.builder.trace.AbstractTrace
 
-  
 
- getBestAssociatedLocation(ITextRegion) - Method in interface org.eclipse.xtext.generator.trace.ITrace
 
- 
Returns the best associated 
location that matches the given 
region.
 
 
- getBestAssociatedLocation(ITextRegion, IStorage) - Method in interface org.eclipse.xtext.generator.trace.ITrace
 
- 
Returns the best 
location that matches the given
 
sourceRegion in the 
targetResource.
 
 
- getBestCandidate(List<? extends ILinkingCandidate>) - Method in class org.eclipse.xtext.xbase.typesystem.computation.XbaseTypeComputer
 
-  
 
- getBestConformanceMatch(JvmFeatureDescription, JvmFeatureDescription) - Method in class org.eclipse.xtext.xbase.linking.BestMatchingJvmFeatureScope
 
-  
 
- getBestMatch(Iterable<IEObjectDescription>) - Method in class org.eclipse.xtext.xbase.linking.BestMatchingJvmFeatureScope
 
-  
 
- getBestMatch(IEObjectDescription, IEObjectDescription) - Method in class org.eclipse.xtext.xbase.linking.BestMatchingJvmFeatureScope
 
-  
 
- getBinaryFiles() - Method in class org.eclipse.xtext.generator.InMemoryFileSystemAccess
 
-  
 
- getBindings() - Method in class org.eclipse.xtext.generator.BindFactory
 
-  
 
- getBindings() - Method in class org.eclipse.xtext.service.AbstractGenericModule
 
-  
 
- getBitSetsAndDfas() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.PartialClassExtractor
 
-  
 
- getBlock() - Method in class org.eclipse.xtext.purexbase.pureXbase.impl.ModelImpl
 
-  
 
- getBlock() - Method in interface org.eclipse.xtext.purexbase.pureXbase.Model
 
- 
Returns the value of the 'Block' containment reference
 
- getBlockAssignment_1() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess.ModelElements
 
-  
 
- getBlockSpecialBlockExpressionParserRuleCall_1_0() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess.ModelElements
 
-  
 
- getBody() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.RuleImpl
 
-  
 
- getBody() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.Rule
 
- 
Returns the value of the 'Body' containment reference
 
- getBody() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.Constraint
 
-  
 
- getBody() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraint
 
-  
 
- getBody() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.Codetemplate
 
- 
Returns the value of the 'Body' containment reference
 
- getBody() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.CodetemplateImpl
 
-  
 
- getBody() - Method in class org.eclipse.xtext.ui.preferences.ScrolledPageContent
 
-  
 
- getBody() - Method in class org.eclipse.xtext.xbase.impl.XAbstractWhileExpressionImpl
 
-  
 
- getBody() - Method in interface org.eclipse.xtext.xbase.XAbstractWhileExpression
 
- 
Returns the value of the 'Body' containment reference
 
- getBodyAlternativesParserRuleCall_3_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.RuleElements
 
-  
 
- getBodyAssignment_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XDoWhileExpressionElements
 
-  
 
- getBodyAssignment_3() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.RuleElements
 
-  
 
- getBodyAssignment_3() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.CodetemplateElements
 
-  
 
- getBodyAssignment_5() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XWhileExpressionElements
 
-  
 
- getBodyAssignment_8() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplateElements
 
-  
 
- getBodyTemplateBodyWithQuotesParserRuleCall_3_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.CodetemplateElements
 
-  
 
- getBodyTemplateBodyWithQuotesParserRuleCall_8_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplateElements
 
-  
 
- getBodyXExpressionParserRuleCall_2_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XDoWhileExpressionElements
 
-  
 
- getBodyXExpressionParserRuleCall_5_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XWhileExpressionElements
 
-  
 
- getBoolean(String) - Method in class org.eclipse.xtext.ui.editor.preferences.FixedScopedPreferenceStore
 
-  
 
- getBottom() - Method in class org.eclipse.xtext.xbase.typesystem.override.AbstractResolvedOperation
 
-  
 
- getBottom() - Method in class org.eclipse.xtext.xbase.typesystem.override.BottomResolvedOperation
 
-  
 
- getBottom() - Method in class org.eclipse.xtext.xbase.typesystem.override.ResolvedOperationInHierarchy
 
-  
 
- getBottomIndex() - Method in class org.eclipse.xtext.junit4.ui.MockableTextViewer
 
-  
 
- getBottomIndex() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyTextViewer
 
-  
 
- getBottomIndex() - Method in class org.eclipse.xtext.ui.junit.editor.contentassist.MockableTextViewer
 
-  
 
- getBottomIndexEndOffset() - Method in class org.eclipse.xtext.junit4.ui.MockableTextViewer
 
-  
 
- getBottomIndexEndOffset() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyTextViewer
 
-  
 
- getBottomIndexEndOffset() - Method in class org.eclipse.xtext.ui.junit.editor.contentassist.MockableTextViewer
 
-  
 
- getBoundArgument(JvmTypeParameter) - Method in interface org.eclipse.xtext.common.types.util.ITypeArgumentContext
 
- 
Deprecated.
  
- getBoundArgument(JvmTypeParameter) - Method in class org.eclipse.xtext.common.types.util.LazyTypeArgumentContext
 
- 
Deprecated.
  
- getBoundArgument(JvmTypeParameter) - Method in class org.eclipse.xtext.common.types.util.LoggingTypeArgumentDecorator
 
- 
Deprecated.
  
- getBoundArgument(JvmTypeParameter) - Method in class org.eclipse.xtext.common.types.util.TypeArgumentContext
 
- 
Deprecated.
  
- getBoundArgument(JvmTypeParameter) - Method in class org.eclipse.xtext.xbase.typesystem.legacy.FeatureCallTypeArgumentContext
 
- 
Deprecated.
  
- getBoundArgument(JvmTypeParameter) - Method in class org.eclipse.xtext.xbase.typesystem.legacy.LegacyTypeArgumentContext
 
- 
Deprecated.
  
- getBoundGenericType(EGenericType, EClass) - Method in class org.eclipse.xtext.util.EcoreGenericsUtil
 
-  
 
- getBoundGenericType(ETypeParameter) - Method in class org.eclipse.xtext.util.EcoreGenericsUtil.TypeBindingAcceptor
 
-  
 
- getBoundParameters() - Method in class org.eclipse.xtext.common.types.util.TypeArgumentContext
 
- 
Deprecated.
  
- getBoundTypeArgument(JvmTypeParameter, ConstraintVisitingInfo) - Method in class org.eclipse.xtext.xbase.typesystem.util.CustomTypeParameterSubstitutor
 
-  
 
- getBoundTypeArgument(ParameterizedTypeReference, JvmTypeParameter, Visiting) - Method in class org.eclipse.xtext.xbase.typesystem.util.TypeParameterSubstitutor
 
-  
 
- getBoundTypeArgument(ParameterizedTypeReference, JvmTypeParameter, Set<JvmTypeParameter>) - Method in class org.eclipse.xtext.xbase.typesystem.util.UnboundTypeParameterPreservingSubstitutor
 
-  
 
- getBoundTypeArgumentMerger() - Method in class org.eclipse.xtext.xbase.typesystem.util.CommonTypeComputationServices
 
-  
 
- getBoundTypePairs(XExpression, JvmExecutable) - Method in class org.eclipse.xtext.xbase.ui.hover.HoverGenericsResolver
 
-  
 
- getBoundTypeParameters(JvmParameterizedTypeReference) - Method in class org.eclipse.xtext.common.types.util.ParameterizedTypeConformanceStrategy
 
- 
Deprecated.
  
- getBranchLine() - Method in class org.eclipse.xtext.util.formallang.NfaGraphFormatter.Node
 
-  
 
- getBreakpointResource(IMember) - Method in class org.eclipse.xtext.builder.smap.XbaseBreakpointUtil
 
-  
 
- getBreakpointResource(IEditorInput) - Method in class org.eclipse.xtext.builder.smap.XbaseBreakpointUtil
 
-  
 
- getBreakpointURI(IEditorInput) - Method in class org.eclipse.xtext.builder.smap.XbaseBreakpointUtil
 
-  
 
- getBucketId() - Method in class org.eclipse.xtext.xbase.scoping.batch.BucketedEObjectDescription
 
-  
 
- getBucketId() - Method in interface org.eclipse.xtext.xbase.scoping.batch.IIdentifiableElementDescription
 
-  
 
- getBucketId() - Method in class org.eclipse.xtext.xbase.scoping.batch.SimpleIdentifiableElementDescription
 
-  
 
- getBucketId() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ScopeProviderAccess.ErrorDescription
 
-  
 
- getBuckets() - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractStaticImportsScope
 
-  
 
- getBuckets() - Method in class org.eclipse.xtext.xbase.scoping.batch.DynamicExtensionsScope
 
-  
 
- getBuckets() - Method in class org.eclipse.xtext.xbase.scoping.batch.StaticExtensionImportsScope
 
-  
 
- getBuckets() - Method in class org.eclipse.xtext.xbase.scoping.batch.StaticImportsScope
 
-  
 
- getBuckyLocation() - Method in class org.eclipse.xtext.xtext.ui.wizard.releng.RelengProjectInfo
 
-  
 
- getBuildData() - Method in class org.eclipse.xtext.builder.clustering.CurrentDescriptions
 
-  
 
- getBuilder() - Method in class org.eclipse.xtext.grammaranalysis.impl.AbstractNFAState
 
-  
 
- getBuilder() - Method in interface org.eclipse.xtext.grammaranalysis.INFAState
 
-  
 
- getBuilderIDs() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectCreator
 
-  
 
- getBuilderPreferenceAccess() - Method in class org.eclipse.xtext.builder.BuilderParticipant
 
-  
 
- getBuilderProvider() - Method in class org.eclipse.xtext.ui.editor.embedded.EmbeddedEditorFactory
 
-  
 
- getBuilders() - Method in class org.eclipse.xtext.ui.wizard.AbstractProjectCreator
 
-  
 
- getBuilderState() - Method in class org.eclipse.xtext.builder.impl.ProjectOpenedOrClosedListener
 
-  
 
- getBuilderStateFactory() - Method in interface org.eclipse.xtext.builder.builderState.BuilderStatePackage
 
- 
Returns the factory that creates the instances of the model
 
- getBuilderStateFactory() - Method in class org.eclipse.xtext.builder.builderState.impl.BuilderStatePackageImpl
 
-  
 
- getBuilderStateLocation() - Method in class org.eclipse.xtext.builder.builderState.EMFBasedPersister
 
-  
 
- getBuilderStatePackage() - Method in interface org.eclipse.xtext.builder.builderState.BuilderStateFactory
 
- 
Returns the package supported by this factory
 
- getBuilderStatePackage() - Method in class org.eclipse.xtext.builder.builderState.impl.BuilderStateFactoryImpl
 
-  
 
- getBuilderStateURI() - Method in class org.eclipse.xtext.builder.builderState.EMFBasedPersister
 
-  
 
- getBuildFeatureName() - Method in class org.eclipse.xtext.xtext.ui.wizard.releng.RelengProjectInfo
 
-  
 
- getBuildJob(IProject) - Method in class org.eclipse.xtext.builder.preferences.BuilderConfigurationBlock
 
-  
 
- getBuildJob(IProject) - Method in class org.eclipse.xtext.ui.preferences.OptionsConfigurationBlock
 
-  
 
- getBuildJob(IProject) - Method in class org.eclipse.xtext.xbase.ui.validation.XbaseValidationConfigurationBlock
 
-  
 
- getBuildNumber() - Method in class org.eclipse.xtext.builder.impl.javasupport.UnconfirmedStructuralChangesDelta
 
-  
 
- getBuildNumber() - Method in class org.eclipse.xtext.common.types.ui.notification.JavaBuilderState
 
-  
 
- getBuildType() - Method in class org.eclipse.xtext.builder.impl.BuildContext
 
-  
 
- getBuildType() - Method in interface org.eclipse.xtext.builder.IXtextBuilderParticipant.IBuildContext
 
- 
The current build type.
 
- getBuiltProject(BuildData) - Method in class org.eclipse.xtext.builder.clustering.ClusteringBuilderState
 
-  
 
- getBuiltProject() - Method in class org.eclipse.xtext.builder.impl.BuildContext
 
-  
 
- getBuiltProject() - Method in interface org.eclipse.xtext.builder.IXtextBuilderParticipant.IBuildContext
 
- 
Returns the current project.
 
- getBundle() - Method in class org.eclipse.xtext.common.types.shared.SharedCommonTypesExecutableExtensionFactory
 
-  
 
- getBundle() - Method in class org.eclipse.xtext.purexbase.ui.PureXbaseExecutableExtensionFactory
 
-  
 
- getBundle() - Method in class org.eclipse.xtext.ui.codetemplates.ui.CodetemplatesExecutableExtensionFactory
 
-  
 
- getBundle() - Method in class org.eclipse.xtext.ui.codetemplates.ui.SingleCodetemplateExecutableExtensionFactory
 
-  
 
- getBundle() - Method in class org.eclipse.xtext.ui.ecore.ExecutableExtensionFactory
 
-  
 
- getBundle() - Method in class org.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory
 
-  
 
- getBundle() - Method in class org.eclipse.xtext.ui.shared.internal.ExecutableExtensionFactory
 
-  
 
- getBundle() - Method in class org.eclipse.xtext.ui.XtextExecutableExtensionFactory
 
-  
 
- getBundle() - Method in class org.eclipse.xtext.xbase.annotations.ui.XbaseWithAnnotationsExecutableExtensionFactory
 
-  
 
- getBundle() - Method in class org.eclipse.xtext.xbase.ui.XbaseExecutableExtensionFactory
 
-  
 
- getBundle() - Method in class org.eclipse.xtext.xbase.ui.XtypeExecutableExtensionFactory
 
-  
 
- getBundle() - Method in class org.eclipse.xtext.xtext.ui.graph.bundle.RailroadViewExecutableExtensionRegistry
 
-  
 
- getBundleForConstructedKeys() - Static method in class org.eclipse.xtext.ui.editor.embedded.EmbeddedEditorMessages
 
- 
Returns the message bundle which contains constructed keys.
 
- getBundleID() - Method in class org.eclipse.xtext.xtext.ui.wizard.ecore2xtext.EPackageInfo
 
-  
 
- getButtonBox(Composite) - Method in class org.eclipse.xtext.ui.editor.tasks.dialogfields.ListDialogField
 
- 
Returns the composite containing the buttons.
 
- getButtonWidthHint(Button) - Static method in class org.eclipse.xtext.ui.util.SWTUtil
 
- 
Returns a width hint for a button control.
 
- getByName(String) - Static method in enum org.eclipse.xtext.common.types.JvmVisibility
 
- 
Returns the 'Jvm Visibility' literal with the specified name
 
- getCache() - Method in class org.eclipse.xtext.linking.lazy.LazyLinker
 
-  
 
- getCache() - Method in class org.eclipse.xtext.resource.impl.DefaultResourceDescriptionManager
 
-  
 
- getCache() - Method in class org.eclipse.xtext.resource.XtextResource
 
-  
 
- getCache() - Method in class org.eclipse.xtext.xtext.XtextLinker
 
-  
 
- getCacheKey() - Method in class org.eclipse.xtext.ecore.EcoreQualifiedNameProvider
 
-  
 
- getCacheKey() - Method in class org.eclipse.xtext.ecore.NsURIQualifiedNameProvider
 
-  
 
- getCacheKey(String, ResourceSet) - Method in class org.eclipse.xtext.scoping.impl.DefaultGlobalScopeProvider
 
-  
 
- getCacheKey() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.Constraint
 
-  
 
- getCalculator() - Method in class org.eclipse.xtext.ui.editor.syntaxcoloring.HighlightingReconciler
 
-  
 
- getCall(AbstractElement) - Method in class org.eclipse.xtext.grammaranalysis.impl.CfgAdapter
 
-  
 
- getCall(AbstractElement) - Method in class org.eclipse.xtext.serializer.analysis.ContextPDAProvider.SerializerActionCfg
 
-  
 
- getCall(AbstractElement) - Method in class org.eclipse.xtext.serializer.analysis.ContextPDAProvider.SerializerParserRuleCfg
 
-  
 
- getCall(ELEMENT) - Method in interface org.eclipse.xtext.util.formallang.Cfg
 
-  
 
- getCall(StringProduction.ProdElement) - Method in class org.eclipse.xtext.util.formallang.StringCfg
 
-  
 
- getCallBack() - Method in class org.eclipse.xtext.builder.EclipseResourceFileSystemAccess2
 
-  
 
- getCallContext() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ConstraintElement
 
-  
 
- getCallContext() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraintElement
 
-  
 
- getCalledContexts() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.FeatureInfo
 
-  
 
- getCalledContexts() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IFeatureInfo
 
-  
 
- getCalledFeature(XExpression) - Method in class org.eclipse.xtext.xbase.ui.contentassist.ParameterContextInformationProvider
 
-  
 
- getCalledFeatureName(XExpression) - Method in class org.eclipse.xtext.xbase.ui.contentassist.ParameterContextInformationProvider
 
-  
 
- getCalledFeatureReference(XExpression) - Method in class org.eclipse.xtext.xbase.ui.contentassist.ParameterContextInformationProvider
 
-  
 
- getCallers(Cfg<E, T>) - Method in class org.eclipse.xtext.util.formallang.CfgUtil
 
-  
 
- getCallers(Cfg<E, T>, E, Multimap<E, E>) - Method in class org.eclipse.xtext.util.formallang.CfgUtil
 
-  
 
- getCancelIndicator(IProgressMonitor) - Method in class org.eclipse.xtext.ui.validation.DefaultResourceUIValidatorExtension
 
-  
 
- getCandidateDescriptions(XExpression, EReference, EObject, IFeatureScopeSession, IResolvedTypes) - Method in class org.eclipse.xtext.xbase.typesystem.internal.DefaultReentrantTypeResolver.AbortingScopeProviderAccess
 
-  
 
- getCandidateDescriptions(XExpression, EReference, EObject, IFeatureScopeSession, IResolvedTypes) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ScopeProviderAccess
 
- 
 
- getCardinality() - Method in interface org.eclipse.xtext.AbstractElement
 
- 
Returns the value of the 'Cardinality' attribute
 
- getCardinality() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.ElementWithCardinality
 
- 
Returns the value of the 'Cardinality' attribute
 
- getCardinality() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.ElementWithCardinalityImpl
 
-  
 
- getCardinality() - Method in class org.eclipse.xtext.impl.AbstractElementImpl
 
-  
 
- getCardinality() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ConstraintElement
 
-  
 
- getCardinality() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraintElement
 
-  
 
- getCardinality(Production<ELEMENT, TOKEN>, ELEMENT) - Method in class org.eclipse.xtext.util.formallang.ProductionFormatter
 
-  
 
- getCardinality() - Method in interface org.eclipse.xtext.validation.IConcreteSyntaxConstraintProvider.ISyntaxConstraint
 
-  
 
- getCardinality() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxConstraintProvider.SyntaxConstraintNode
 
-  
 
- getCardinalityAlternatives_0_1_1_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AtomElements
 
-  
 
- getCardinalityAlternatives_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractTokenWithCardinalityElements
 
-  
 
- getCardinalityAlternatives_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalTokenElements
 
-  
 
- getCardinalityAssignment_0_1_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AtomElements
 
-  
 
- getCardinalityAssignment_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractTokenWithCardinalityElements
 
-  
 
- getCardinalityAssignment_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalTokenElements
 
-  
 
- getCardinalityAsteriskKeyword_0_1_1_0_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AtomElements
 
-  
 
- getCardinalityAsteriskKeyword_1_0_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractTokenWithCardinalityElements
 
-  
 
- getCardinalityAsteriskKeyword_1_0_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalTokenElements
 
-  
 
- getCardinalityPlusSignKeyword_0_1_1_0_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AtomElements
 
-  
 
- getCardinalityPlusSignKeyword_1_0_2() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractTokenWithCardinalityElements
 
-  
 
- getCardinalityPlusSignKeyword_1_0_2() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalTokenElements
 
-  
 
- getCardinalityQuestionMarkKeyword_0_1_1_0_2() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AtomElements
 
-  
 
- getCardinalityQuestionMarkKeyword_1_0_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractTokenWithCardinalityElements
 
-  
 
- getCardinalityQuestionMarkKeyword_1_0_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalTokenElements
 
-  
 
- getCase() - Method in class org.eclipse.xtext.xbase.impl.XCasePartImpl
 
-  
 
- getCase() - Method in interface org.eclipse.xtext.xbase.XCasePart
 
- 
Returns the value of the 'Case' containment reference
 
- getCaseAssignment_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCasePartElements
 
-  
 
- getCaseKeyword_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCasePartElements
 
-  
 
- getCases() - Method in class org.eclipse.xtext.xbase.impl.XSwitchExpressionImpl
 
-  
 
- getCases(XSwitchExpression) - Method in class org.eclipse.xtext.xbase.typesystem.computation.XbaseTypeComputer
 
- 
Only for testing purpose.
 
- getCases() - Method in interface org.eclipse.xtext.xbase.XSwitchExpression
 
- 
Returns the value of the 'Cases' containment reference list.
 
- getCasesAssignment_4() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getCasesXCasePartParserRuleCall_4_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getCaseXExpressionParserRuleCall_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCasePartElements
 
-  
 
- getCatchClauses() - Method in class org.eclipse.xtext.xbase.impl.XTryCatchFinallyExpressionImpl
 
-  
 
- getCatchClauses() - Method in interface org.eclipse.xtext.xbase.XTryCatchFinallyExpression
 
- 
Returns the value of the 'Catch Clauses' containment reference list.
 
- getCatchClausesAssignment_3_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTryCatchFinallyExpressionElements
 
-  
 
- getCatchClausesXCatchClauseParserRuleCall_3_0_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTryCatchFinallyExpressionElements
 
-  
 
- getCatchKeyword_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCatchClauseElements
 
-  
 
- getCategory(IOutlineNode) - Method in class org.eclipse.xtext.ui.editor.outline.actions.SortOutlineContribution.DefaultComparator
 
-  
 
- getCategory(IOutlineNode) - Method in class org.eclipse.xtext.xtext.ui.editor.outline.XtextOutlineNodeComparator
 
-  
 
- getCause() - Method in class org.eclipse.xtext.common.types.ui.notification.DeltaConverter.ThrowableWrapper
 
- 
Deprecated.
  
- getCauser(Diagnostic) - Method in class org.eclipse.xtext.validation.DiagnosticConverterImpl
 
-  
 
- getCfg() - Method in class org.eclipse.xtext.xbase.formatting.FormattableDocument
 
-  
 
- getCfg() - Method in class org.eclipse.xtext.xbase.junit.formatter.AssertingFormatterData
 
-  
 
- getChain() - Method in class org.eclipse.xtext.validation.AbstractDeclarativeValidator
 
-  
 
- getChange() - Method in class org.eclipse.xtext.xbase.ui.document.DocumentSourceAppender
 
-  
 
- getChange(int, int) - Method in class org.eclipse.xtext.xbase.ui.document.DocumentSourceAppender
 
-  
 
- getChangeRedirector() - Method in interface org.eclipse.xtext.ui.refactoring.IChangeRedirector.Aware
 
-  
 
- getChangeRedirector() - Method in class org.eclipse.xtext.ui.refactoring.impl.DefaultRefactoringDocumentProvider
 
-  
 
- getChangeRedirector() - Method in class org.eclipse.xtext.ui.refactoring.impl.RefactoringUpdateAcceptor
 
-  
 
- getChangeRedirector() - Method in class org.eclipse.xtext.ui.refactoring.ui.IRenameElementContext.Impl
 
-  
 
- getChanges() - Method in class org.eclipse.xtext.xbase.ui.document.DocumentRewriter
 
-  
 
- getChar() - Method in class org.eclipse.xtext.parser.packrat.consumers.TerminalConsumer
 
-  
 
- getChar(int) - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyDocument
 
-  
 
- getCharacterName(char) - Static method in class org.eclipse.xtext.generator.grammarAccess.UnicodeCharacterDatabaseNames
 
- 
Returns the Unicode string name for a character.
 
- getCharacterPairMatcher() - Method in class org.eclipse.xtext.ui.editor.doubleClicking.LexerTokenAndCharacterPairAwareStrategy
 
-  
 
- getCharacterRange() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getCharacterRange() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
 
- getCharacterRange_Left() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getCharacterRange_Left() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for the containment reference '
Left'
 
 
- getCharacterRange_Right() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getCharacterRange_Right() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for the containment reference '
Right'
 
 
- getCharacterRangeAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getCharacterRangeLeftAction_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.CharacterRangeElements
 
-  
 
- getCharacterRangeParserRuleCall_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalTokenElementElements
 
-  
 
- getCharacterRangeRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getCharCount(IDocument, int, int, String, String, boolean) - Method in class org.eclipse.xtext.xbase.ui.contentassist.ParameterContextInformation
 
-  
 
- getCharset() - Method in class org.eclipse.xtext.ui.compare.StreamContentAccessorDelegate
 
-  
 
- getCharset(Path) - Method in class org.eclipse.xtext.xbase.file.JavaIOFileSystemSupport
 
-  
 
- getCharset(Path) - Method in class org.eclipse.xtext.xbase.ui.file.EclipseFileSystemSupportImpl
 
-  
 
- getCharsPerLine() - Method in class org.eclipse.xtext.formatting.impl.FormattingConfig
 
-  
 
- getCheckedConformanceHints() - Method in interface org.eclipse.xtext.xbase.typesystem.computation.ITypeComputationResult
 
- 
Conformance information about the actual expression type and
 the expectation.
 
- getCheckedConformanceHints() - Method in class org.eclipse.xtext.xbase.typesystem.internal.NoTypeResult
 
-  
 
- getCheckedConformanceHints() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolutionBasedComputationResult
 
-  
 
- getCheckMode() - Method in class org.eclipse.xtext.ui.editor.validation.ValidationJob
 
-  
 
- getCheckMode() - Method in class org.eclipse.xtext.validation.AbstractDeclarativeValidator
 
-  
 
- getCheckMode(Map<Object, Object>) - Static method in class org.eclipse.xtext.validation.CheckMode
 
-  
 
- getCheckType(IMarker) - Method in class org.eclipse.xtext.ui.util.IssueUtil
 
-  
 
- getCheckType(String) - Method in class org.eclipse.xtext.ui.validation.LanguageAwareMarkerTypeProvider
 
-  
 
- getCheckType(String) - Method in class org.eclipse.xtext.ui.validation.MarkerTypeProvider
 
-  
 
- getCheckType() - Method in class org.eclipse.xtext.validation.AbstractValidationDiagnostic
 
-  
 
- getChild() - Method in class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.AlternativeAllocation
 
-  
 
- getChildFeature(Object, Object) - Method in class org.eclipse.xtext.common.types.provider.JvmAnnotationReferenceItemProvider
 
-  
 
- getChildFeature(Object, Object) - Method in class org.eclipse.xtext.common.types.provider.JvmAnnotationTargetItemProvider
 
-  
 
- getChildFeature(Object, Object) - Method in class org.eclipse.xtext.common.types.provider.JvmArrayTypeItemProvider
 
-  
 
- getChildFeature(Object, Object) - Method in class org.eclipse.xtext.common.types.provider.JvmComponentTypeItemProvider
 
-  
 
- getChildFeature(Object, Object) - Method in class org.eclipse.xtext.common.types.provider.JvmCompoundTypeReferenceItemProvider
 
-  
 
- getChildFeature(Object, Object) - Method in class org.eclipse.xtext.common.types.provider.JvmConstraintOwnerItemProvider
 
-  
 
- getChildFeature(Object, Object) - Method in class org.eclipse.xtext.common.types.provider.JvmDeclaredTypeItemProvider
 
-  
 
- getChildFeature(Object, Object) - Method in class org.eclipse.xtext.common.types.provider.JvmExecutableItemProvider
 
-  
 
- getChildFeature(Object, Object) - Method in class org.eclipse.xtext.common.types.provider.JvmFieldItemProvider
 
-  
 
- getChildFeature(Object, Object) - Method in class org.eclipse.xtext.common.types.provider.JvmFormalParameterItemProvider
 
-  
 
- getChildFeature(Object, Object) - Method in class org.eclipse.xtext.common.types.provider.JvmGenericArrayTypeReferenceItemProvider
 
-  
 
- getChildFeature(Object, Object) - Method in class org.eclipse.xtext.common.types.provider.JvmGenericTypeItemProvider
 
-  
 
- getChildFeature(Object, Object) - Method in class org.eclipse.xtext.common.types.provider.JvmOperationItemProvider
 
-  
 
- getChildFeature(Object, Object) - Method in class org.eclipse.xtext.common.types.provider.JvmParameterizedTypeReferenceItemProvider
 
-  
 
- getChildFeature(Object, Object) - Method in class org.eclipse.xtext.common.types.provider.JvmSpecializedTypeReferenceItemProvider
 
-  
 
- getChildFeature(Object, Object) - Method in class org.eclipse.xtext.common.types.provider.JvmTypeAnnotationValueItemProvider
 
-  
 
- getChildFeature(Object, Object) - Method in class org.eclipse.xtext.common.types.provider.JvmTypeConstraintItemProvider
 
-  
 
- getChildFeature(Object, Object) - Method in class org.eclipse.xtext.common.types.provider.JvmTypeParameterDeclaratorItemProvider
 
-  
 
- getChildFeature(Object, Object) - Method in class org.eclipse.xtext.common.types.provider.JvmTypeParameterItemProvider
 
-  
 
- getChildFeature(Object, Object) - Method in class org.eclipse.xtext.common.types.provider.JvmWildcardTypeReferenceItemProvider
 
-  
 
- getChildren() - Method in class org.eclipse.xtext.junit4.parameterized.ParameterizedXtextRunner
 
- 
Deprecated.
  
- getChildren() - Method in interface org.eclipse.xtext.nodemodel.ICompositeNode
 
- 
Returns an iterable that provides access to the children of the composite node.
 
- getChildren() - Method in class org.eclipse.xtext.nodemodel.impl.CompositeNode
 
-  
 
- getChildren() - Method in class org.eclipse.xtext.nodemodel.impl.SyntheticCompositeNode
 
-  
 
- getChildren() - Method in class org.eclipse.xtext.serializer.analysis.GrammarAlias.AlternativeAlias
 
-  
 
- getChildren() - Method in class org.eclipse.xtext.serializer.analysis.GrammarAlias.CompoundAlias
 
-  
 
- getChildren() - Method in class org.eclipse.xtext.serializer.analysis.GrammarAlias.GroupAlias
 
-  
 
- getChildren() - Method in class org.eclipse.xtext.serializer.analysis.GrammarAlias.UnorderedGroupAlias
 
-  
 
- getChildren() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ConstraintElement
 
-  
 
- getChildren() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraintElement
 
-  
 
- getChildren() - Method in class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.GroupAllocation
 
-  
 
- getChildren(Object) - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceSearchResultContentProvider
 
-  
 
- getChildren() - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceSearchViewTreeNode
 
-  
 
- getChildren() - Method in class org.eclipse.xtext.ui.editor.outline.impl.AbstractOutlineNode
 
-  
 
- getChildren(Object) - Method in class org.eclipse.xtext.ui.editor.outline.impl.OutlineNodeContentProvider
 
-  
 
- getChildren() - Method in interface org.eclipse.xtext.ui.editor.outline.IOutlineNode
 
-  
 
- getChildren() - Method in class org.eclipse.xtext.ui.preferences.StatusInfo
 
-  
 
- getChildren() - Method in class org.eclipse.xtext.util.formallang.NfaToProduction.AlternativeAlias
 
-  
 
- getChildren() - Method in class org.eclipse.xtext.util.formallang.NfaToProduction.GroupAlias
 
-  
 
- getChildren(Production<E, T>, E) - Method in class org.eclipse.xtext.util.formallang.ProductionUtil
 
-  
 
- getChildren() - Method in class org.eclipse.xtext.util.formallang.StringProduction.ProdElement
 
-  
 
- getChildren() - Method in class org.eclipse.xtext.validation.AbstractValidationDiagnostic
 
-  
 
- getChildren() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxDiagnosticProvider.AbstractConcreteSyntaxDiagnostic
 
-  
 
- getChildren(IConcreteSyntaxConstraintProvider.ISyntaxConstraint, Set<IConcreteSyntaxConstraintProvider.ISyntaxConstraint>) - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxDiagnosticProvider.AbstractConcreteSyntaxDiagnostic
 
-  
 
- getChildren() - Method in class org.eclipse.xtext.xbase.compiler.output.TreeAppendable
 
- 
 
- getChildren(Path) - Method in class org.eclipse.xtext.xbase.file.JavaIOFileSystemSupport
 
-  
 
- getChildren(Path) - Method in class org.eclipse.xtext.xbase.ui.file.EclipseFileSystemSupportImpl
 
-  
 
- getChildren() - Method in class org.eclipse.xtext.xbase.ui.jvmmodel.findrefs.CompositeSearchQuery
 
-  
 
- getChildrenFeatures(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmAnnotationReferenceItemProvider
 
- 
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an
 AddCommand, RemoveCommand or
 MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter)
 
- getChildrenFeatures(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmAnnotationTargetItemProvider
 
- 
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an
 AddCommand, RemoveCommand or
 MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter)
 
- getChildrenFeatures(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmArrayTypeItemProvider
 
- 
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an
 AddCommand, RemoveCommand or
 MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter)
 
- getChildrenFeatures(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmComponentTypeItemProvider
 
- 
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an
 AddCommand, RemoveCommand or
 MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter)
 
- getChildrenFeatures(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmCompoundTypeReferenceItemProvider
 
- 
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an
 AddCommand, RemoveCommand or
 MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter)
 
- getChildrenFeatures(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmConstraintOwnerItemProvider
 
- 
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an
 AddCommand, RemoveCommand or
 MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter)
 
- getChildrenFeatures(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmDeclaredTypeItemProvider
 
- 
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an
 AddCommand, RemoveCommand or
 MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter)
 
- getChildrenFeatures(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmExecutableItemProvider
 
- 
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an
 AddCommand, RemoveCommand or
 MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter)
 
- getChildrenFeatures(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmFieldItemProvider
 
- 
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an
 AddCommand, RemoveCommand or
 MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter)
 
- getChildrenFeatures(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmFormalParameterItemProvider
 
- 
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an
 AddCommand, RemoveCommand or
 MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter)
 
- getChildrenFeatures(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmGenericArrayTypeReferenceItemProvider
 
- 
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an
 AddCommand, RemoveCommand or
 MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter)
 
- getChildrenFeatures(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmGenericTypeItemProvider
 
- 
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an
 AddCommand, RemoveCommand or
 MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter)
 
- getChildrenFeatures(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmOperationItemProvider
 
- 
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an
 AddCommand, RemoveCommand or
 MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter)
 
- getChildrenFeatures(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmParameterizedTypeReferenceItemProvider
 
- 
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an
 AddCommand, RemoveCommand or
 MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter)
 
- getChildrenFeatures(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmSpecializedTypeReferenceItemProvider
 
- 
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an
 AddCommand, RemoveCommand or
 MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter)
 
- getChildrenFeatures(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmTypeAnnotationValueItemProvider
 
- 
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an
 AddCommand, RemoveCommand or
 MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter)
 
- getChildrenFeatures(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmTypeConstraintItemProvider
 
- 
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an
 AddCommand, RemoveCommand or
 MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter)
 
- getChildrenFeatures(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmTypeParameterDeclaratorItemProvider
 
- 
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an
 AddCommand, RemoveCommand or
 MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter)
 
- getChildrenFeatures(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmTypeParameterItemProvider
 
- 
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an
 AddCommand, RemoveCommand or
 MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter)
 
- getChildrenFeatures(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmWildcardTypeReferenceItemProvider
 
- 
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an
 AddCommand, RemoveCommand or
 MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter)
 
- getChosenCandidate() - Method in interface org.eclipse.xtext.xbase.typesystem.computation.ISuspiciouslyOverloadedCandidate
 
-  
 
- getChosenCandidate() - Method in class org.eclipse.xtext.xbase.typesystem.internal.SuspiciouslyOverloadedCandidate
 
-  
 
- getClass(Class<?>) - Method in class org.eclipse.xtext.xbase.interpreter.impl.XbaseInterpreter
 
-  
 
- getClassFeatures() - Method in class org.eclipse.xtext.xbase.junit.ui.AbstractXbaseContentAssistTest
 
-  
 
- getClassFileSourceStorage(IClassFile) - Method in class org.eclipse.xtext.xbase.ui.editor.XbaseDocumentProvider
 
-  
 
- getClassFileSourceURI(IClassFile) - Method in class org.eclipse.xtext.xbase.ui.editor.XbaseResourceForEditorInputFactory
 
-  
 
- getClassFinder() - Method in class org.eclipse.xtext.common.types.access.impl.ClasspathTypeProvider
 
-  
 
- getClassFinder() - Method in class org.eclipse.xtext.common.types.util.JavaReflectAccess
 
-  
 
- getClassFinder() - Method in class org.eclipse.xtext.xbase.interpreter.impl.XbaseInterpreter
 
-  
 
- getClassifier() - Method in class org.eclipse.xtext.impl.TypeRefImpl
 
-  
 
- getClassifier() - Method in interface org.eclipse.xtext.TypeRef
 
- 
Returns the value of the 'Classifier' reference
 
- getClassifierAssignment_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TypeRefElements
 
-  
 
- getClassifierEClassifierCrossReference_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TypeRefElements
 
-  
 
- getClassifierEClassifierIDTerminalRuleCall_1_0_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TypeRefElements
 
-  
 
- getClassLoader(ResourceSet) - Method in class org.eclipse.xtext.common.types.access.ClasspathTypeProviderFactory
 
-  
 
- getClassLoader() - Method in class org.eclipse.xtext.xbase.compiler.OnTheFlyJavaCompiler.ClassPathAssembler
 
-  
 
- getClassName(EObject) - Static method in class org.eclipse.xtext.generator.grammarAccess.GrammarAccessUtil
 
-  
 
- getClassName() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.PartialClassExtractor
 
-  
 
- getClassName(EObject) - Static method in class org.eclipse.xtext.ui.generator.contentAssist.JavaBasedContentAssistFragment
 
-  
 
- getClassNamePattern(IResource) - Method in class org.eclipse.xtext.builder.smap.StratumBreakpointAdapterFactory
 
-  
 
- getClassNamePattern(XtextResource) - Method in class org.eclipse.xtext.builder.smap.StratumBreakpointAdapterFactory
 
-  
 
- getClasspathArgs() - Method in class org.eclipse.xtext.xbase.compiler.OnTheFlyJavaCompiler
 
-  
 
- getClassPathEntries() - Method in class org.eclipse.xtext.builder.standalone.StandaloneBuilder
 
-  
 
- getClassPathEntries() - Method in class org.eclipse.xtext.mwe.RuntimeResourceSetInitializer
 
-  
 
- getClassPathLookUpFilter() - Method in class org.eclipse.xtext.builder.standalone.StandaloneBuilder
 
-  
 
- getClasspathRelativePathToBinGrammar(Grammar) - Static method in class org.eclipse.xtext.GrammarUtil
 
-  
 
- getClasspathRelativePathToXmi(Grammar) - Static method in class org.eclipse.xtext.GrammarUtil
 
-  
 
- getClasspathURI(Grammar, EObject) - Static method in class org.eclipse.xtext.generator.parser.antlr.AntlrGrammarGenUtil
 
-  
 
- getClasspathURIContext() - Method in class org.eclipse.xtext.resource.XtextResourceSet
 
-  
 
- getClasspathUriResolver() - Method in class org.eclipse.xtext.resource.XtextResourceSet
 
-  
 
- getClassURIHelper() - Method in class org.eclipse.xtext.common.types.access.impl.ClasspathTypeProvider
 
-  
 
- getClient() - Method in class org.eclipse.xtext.parser.packrat.internal.Marker
 
-  
 
- getClosure() - Method in class org.eclipse.xtext.xbase.typesystem.computation.AbstractClosureTypeHelper
 
-  
 
- getClosure() - Method in class org.eclipse.xtext.xbase.typesystem.computation.ClosureTypeComputer
 
-  
 
- getClosureBodyTypeComputationState(ITypeAssigner) - Method in class org.eclipse.xtext.xbase.typesystem.computation.ClosureWithExpectationHelper
 
-  
 
- getClosureBodyTypeComputationState(ITypeAssigner, FunctionTypeReference) - Method in class org.eclipse.xtext.xbase.typesystem.computation.ClosureWithoutExpectationHelper
 
-  
 
- getClosureBodyTypeComputationState(ITypeAssigner) - Method in class org.eclipse.xtext.xbase.typesystem.computation.UnknownClosureTypeHelper
 
-  
 
- getClosureOperationParameterType(JvmTypeReference, JvmOperation, int) - Method in class org.eclipse.xtext.xbase.compiler.XbaseCompiler
 
-  
 
- getClosureOperationReturnType(JvmTypeReference, JvmOperation) - Method in class org.eclipse.xtext.xbase.compiler.XbaseCompiler
 
-  
 
- getClosures() - Method in class org.eclipse.xtext.xbase.compiler.XbaseCompiler
 
-  
 
- getClosureWithoutExpectationHelper() - Method in class org.eclipse.xtext.xbase.typesystem.computation.ClosureTypeComputer
 
-  
 
- getClusterSize() - Method in class org.eclipse.xtext.ui.refactoring.impl.AbstractReferenceUpdater
 
-  
 
- getClusterTypes() - Method in class org.eclipse.xtext.validation.NamesAreUniqueValidationHelper
 
- 
Initialize the set of clustering types.
 
- getCode() - Method in class org.eclipse.xtext.diagnostics.AbstractDiagnostic
 
-  
 
- getCode() - Method in class org.eclipse.xtext.linking.impl.XtextLinkingDiagnostic
 
-  
 
- getCode() - Method in class org.eclipse.xtext.resource.XtextSyntaxDiagnostic
 
-  
 
- getCode() - Method in class org.eclipse.xtext.ui.preferences.StatusInfo
 
-  
 
- getCode(Annotation) - Method in class org.eclipse.xtext.ui.util.IssueUtil
 
-  
 
- getCode(IMarker) - Method in class org.eclipse.xtext.ui.util.IssueUtil
 
-  
 
- getCode() - Method in class org.eclipse.xtext.validation.AbstractValidationDiagnostic
 
-  
 
- getCode() - Method in class org.eclipse.xtext.validation.EObjectDiagnosticImpl
 
-  
 
- getCode() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxDiagnosticProvider.ConcreteSyntaxAssignmentMissingDiagnostic
 
-  
 
- getCode() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxDiagnosticProvider.ConcreteSyntaxFeatureDiagnostic
 
-  
 
- getCode() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxDiagnosticProvider.ConcreteSyntaxFeatureMissingDiagnostic
 
-  
 
- getCode() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxDiagnosticProvider.ConcreteSyntaxObjectDiagnostic
 
-  
 
- getCode() - Method in interface org.eclipse.xtext.validation.Issue
 
-  
 
- getCode() - Method in class org.eclipse.xtext.validation.Issue.IssueImpl
 
-  
 
- getCode() - Method in class org.eclipse.xtext.xbase.ui.document.DocumentSourceAppender
 
-  
 
- getCode() - Method in class org.eclipse.xtext.xtext.ecoreInference.TransformationDiagnostic
 
-  
 
- getCodetemplate() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.TemplatesPackageImpl
 
-  
 
- getCodetemplate() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.TemplatesPackage
 
- 
 
- getCodetemplate_Body() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.TemplatesPackageImpl
 
-  
 
- getCodetemplate_Body() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.TemplatesPackage
 
- 
Returns the meta object for the containment reference '
Body'
 
 
- getCodetemplate_Context() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.TemplatesPackageImpl
 
-  
 
- getCodetemplate_Context() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.TemplatesPackage
 
- 
Returns the meta object for the reference '
Context'
 
 
- getCodetemplate_Description() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.TemplatesPackageImpl
 
-  
 
- getCodetemplate_Description() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.TemplatesPackage
 
- 
Returns the meta object for the attribute '
Description'
 
 
- getCodetemplate_Id() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.TemplatesPackageImpl
 
-  
 
- getCodetemplate_Id() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.TemplatesPackage
 
- 
Returns the meta object for the attribute '
Id'
 
 
- getCodetemplate_KeywordContext() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.TemplatesPackageImpl
 
-  
 
- getCodetemplate_KeywordContext() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.TemplatesPackage
 
- 
 
- getCodetemplate_Name() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.TemplatesPackageImpl
 
-  
 
- getCodetemplate_Name() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.TemplatesPackage
 
- 
Returns the meta object for the attribute '
Name'
 
 
- getCodetemplateAccess() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getCodetemplateAccess() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getCodetemplateRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getCodetemplateRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getCodetemplates() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.TemplatesPackageImpl
 
-  
 
- getCodetemplates() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.TemplatesPackage
 
- 
 
- getCodetemplates_Language() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.TemplatesPackageImpl
 
-  
 
- getCodetemplates_Language() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.TemplatesPackage
 
- 
Returns the meta object for the reference '
Language'
 
 
- getCodetemplates_Templates() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.TemplatesPackageImpl
 
-  
 
- getCodetemplates_Templates() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.TemplatesPackage
 
- 
Returns the meta object for the containment reference list '
Templates'
 
 
- getCodetemplatesAccess() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getCodetemplatesAccess() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getCodetemplatesGrammarAccess() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getCodetemplatesRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getCodetemplatesRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getCollectingList(URI, URI, Map<URI, List<Pair<ILocationData, AbstractTraceRegion>>>) - Method in class org.eclipse.xtext.generator.trace.AbstractTraceRegion
 
-  
 
- getCollectionElementType(XCollectionLiteral) - Method in class org.eclipse.xtext.xbase.compiler.XbaseCompiler
 
-  
 
- getCollectionLiteralType(JvmType, XCollectionLiteral, JvmTypeReference, boolean) - Method in class org.eclipse.xtext.xbase.typing.XbaseTypeProvider
 
- 
Deprecated.
  
- getCollectionTypes() - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtVariableCompletions
 
-  
 
- getColonColonKeyword_0_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TypeRefElements
 
-  
 
- getColonColonKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.StaticQualifierElements
 
-  
 
- getColonKeyword_0_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.RuleOptionsElements
 
-  
 
- getColonKeyword_2() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.RuleElements
 
-  
 
- getColonKeyword_2() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalRuleElements
 
-  
 
- getColonKeyword_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCasePartElements
 
-  
 
- getColonKeyword_2_0_0_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getColonKeyword_2_1_0_0_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getColonKeyword_2_1_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getColonKeyword_3() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumRuleElements
 
-  
 
- getColonKeyword_3() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParserRuleElements
 
-  
 
- getColonKeyword_3() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplatesElements
 
-  
 
- getColonKeyword_4() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XForLoopExpressionElements
 
-  
 
- getColonKeyword_5_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getColor() - Method in class org.eclipse.xtext.ui.editor.utils.TextStyle
 
-  
 
- getColumn() - Method in class org.eclipse.xtext.diagnostics.AbstractDiagnostic
 
-  
 
- getColumn() - Method in class org.eclipse.xtext.diagnostics.ExceptionDiagnostic
 
-  
 
- getColumn(int) - Method in class org.eclipse.xtext.junit.serializer.DebugSequenceAcceptor
 
-  
 
- getColumn(int) - Method in class org.eclipse.xtext.junit4.serializer.DebugSequenceAcceptor
 
-  
 
- getCombinedLexer() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.AntlrProposalConflictHelper
 
-  
 
- getComboControl(Composite) - Method in class org.eclipse.xtext.ui.editor.tasks.dialogfields.ComboDialogField
 
- 
Creates or returns the created combo control.
 
- getCommaKeyword_0_0_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XShortClosureElements
 
-  
 
- getCommaKeyword_0_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XFunctionTypeRefElements
 
-  
 
- getCommaKeyword_1_0_0_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XClosureElements
 
-  
 
- getCommaKeyword_1_1_1_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.MethodCallLiteralElements
 
-  
 
- getCommaKeyword_1_1_1_2_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getCommaKeyword_1_1_3_1_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getCommaKeyword_1_2_0() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElementValueElements
 
-  
 
- getCommaKeyword_1_2_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getCommaKeyword_1_2_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmParameterizedTypeReferenceElements
 
-  
 
- getCommaKeyword_2_1_4_3_1_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getCommaKeyword_2_2_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getCommaKeyword_2_2_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParserRuleElements
 
-  
 
- getCommaKeyword_3() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplateElements
 
-  
 
- getCommaKeyword_3_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XListLiteralElements
 
-  
 
- getCommaKeyword_3_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSetLiteralElements
 
-  
 
- getCommaKeyword_3_1_0_1_0() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElements
 
-  
 
- getCommaKeyword_3_1_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getCommaKeyword_3_2_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getCommaKeyword_3_2_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getCommaKeyword_4_1_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getCommentEnd(IDocument, int, int) - Method in class org.eclipse.xtext.xbase.ui.contentassist.ParameterContextInformation
 
-  
 
- getCommentsForEObject(EObject, INode) - Method in class org.eclipse.xtext.serializer.sequencer.HiddenTokenSequencer
 
-  
 
- getCommercialAtKeyword_1() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElements
 
-  
 
- getCommonContainer() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxDiagnosticProvider.AbstractConcreteSyntaxDiagnostic
 
-  
 
- getCommonElementType(XCollectionLiteral, JvmTypeReference, boolean) - Method in class org.eclipse.xtext.xbase.typing.XbaseTypeProvider
 
- 
Deprecated.
  
- getCommonFeatures(EClassifierInfo.EClassInfo, Collection<EStructuralFeature>) - Method in class org.eclipse.xtext.xtext.ecoreInference.TypeHierarchyHelper
 
-  
 
- getCommonParameterSuperType(List<JvmTypeReference>, List<JvmTypeReference>) - Method in class org.eclipse.xtext.common.types.util.TypeConformanceComputer
 
- 
Deprecated.
  
- getCommonParameterSuperType(List<LightweightTypeReference>, List<LightweightTypeReference>, ITypeReferenceOwner) - Method in class org.eclipse.xtext.xbase.typesystem.conformance.TypeConformanceComputer
 
-  
 
- getCommonPatterns() - Method in class org.eclipse.xtext.formatting.impl.MatcherTransition
 
-  
 
- getCommonReturnType(XExpression, boolean) - Method in class org.eclipse.xtext.xbase.typesystem.legacy.XbaseBatchTypeProvider
 
-  
 
- getCommonReturnType(XExpression, boolean) - Method in class org.eclipse.xtext.xbase.typing.AbstractTypeProvider
 
- 
Deprecated.
  
- getCommonReturnType(XExpression, boolean) - Method in interface org.eclipse.xtext.xbase.typing.ITypeProvider
 
- 
Deprecated.
The return type of an expression is the common super type of all types used within a return expression.
 
- getCommonSuperType(List<JvmTypeReference>) - Method in class org.eclipse.xtext.common.types.util.TypeConformanceComputer
 
- 
Deprecated.
Compute the common super type for the given types.
 
- getCommonSuperType(List<LightweightTypeReference>, ITypeReferenceOwner) - Method in class org.eclipse.xtext.xbase.typesystem.conformance.TypeConformanceComputer
 
- 
Compute the common super type for the given types.
 
- getCommonSuperType(List<JvmTypeReference>) - Method in class org.eclipse.xtext.xbase.typesystem.legacy.LegacyTypeConformanceComputer
 
-  
 
- getCommonType() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.AssignedActionConstraintContext
 
-  
 
- getCommonType() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ParserRuleConstraintContext
 
-  
 
- getCommonType() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraintContext
 
-  
 
- getCommonType(List<JvmTypeReference>) - Method in class org.eclipse.xtext.xbase.typing.XbaseTypeProvider
 
- 
Deprecated.
Returns the common type of the given types.
 
- getCompareConfiguration() - Method in class org.eclipse.xtext.ui.compare.AbstractContentViewer
 
-  
 
- getComparison() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.SimpleExpressionsPackageImpl
 
-  
 
- getComparison() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.SimpleExpressionsPackage
 
- 
 
- getComparison_Left() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.SimpleExpressionsPackageImpl
 
-  
 
- getComparison_Left() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.SimpleExpressionsPackage
 
- 
Returns the meta object for the containment reference '
Left'
 
 
- getComparison_Operator() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.SimpleExpressionsPackageImpl
 
-  
 
- getComparison_Operator() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.SimpleExpressionsPackage
 
- 
Returns the meta object for the attribute '
Operator'
 
 
- getComparison_Right() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.SimpleExpressionsPackageImpl
 
-  
 
- getComparison_Right() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.SimpleExpressionsPackage
 
- 
Returns the meta object for the containment reference '
Right'
 
 
- getComparisonAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getComparisonLeftAction_1_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ComparisonElements
 
-  
 
- getComparisonParserRuleCall_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.AndExpressionElements
 
-  
 
- getComparisonRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getCompatibleFunctionType(JvmTypeReference, boolean, boolean) - Method in class org.eclipse.xtext.xbase.typing.Closures
 
- 
Deprecated.
  
- getCompatibleType(EClassifier, EClassifier) - Static method in class org.eclipse.xtext.EcoreUtil2
 
-  
 
- getCompatibleType(EClassifier, EClassifier, EObject) - Static method in class org.eclipse.xtext.EcoreUtil2
 
-  
 
- getCompatibleType(EClassifier, EClassifier, EObject) - Method in class org.eclipse.xtext.xtext.CurrentTypeFinder.Implementation
 
-  
 
- getCompatibleTypeNameOf(Collection<EClassifier>, boolean) - Method in class org.eclipse.xtext.xtext.ecoreInference.EClassifierInfos
 
-  
 
- getCompatibleTypeOf(Collection<EClassifierInfo>) - Method in class org.eclipse.xtext.xtext.ecoreInference.EClassifierInfos
 
-  
 
- getCompatibleTypesOf(EClass) - Static method in class org.eclipse.xtext.EcoreUtil2
 
-  
 
- getCompilationStrategy() - Method in class org.eclipse.xtext.xbase.compiler.CompilationStrategyAdapter
 
-  
 
- getCompilationStrategy(JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.jvmmodel.JvmTypeExtensions
 
-  
 
- getCompilationTemplate() - Method in class org.eclipse.xtext.xbase.compiler.CompilationTemplateAdapter
 
-  
 
- getCompilationTemplate(JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.jvmmodel.JvmTypeExtensions
 
-  
 
- getCompiledClass() - Method in interface org.eclipse.xtext.xbase.compiler.CompilationTestHelper.Result
 
-  
 
- getCompiledClass(String) - Method in interface org.eclipse.xtext.xbase.compiler.CompilationTestHelper.Result
 
-  
 
- getCompiler() - Method in class org.eclipse.xtext.builder.standalone.StandaloneBuilder
 
-  
 
- getCompiler() - Method in class org.eclipse.xtext.generator.GeneratorComponent
 
-  
 
- getCompleteContent() - Method in class org.eclipse.xtext.nodemodel.impl.RootNode
 
-  
 
- getCompleteContent() - Method in class org.eclipse.xtext.nodemodel.serialization.DeserializationConversionContext
 
-  
 
- getCompleteContent(XtextResource) - Static method in class org.eclipse.xtext.nodemodel.serialization.SerializationUtil
 
-  
 
- getCompleteContent(String, InputStream) - Static method in class org.eclipse.xtext.nodemodel.serialization.SerializationUtil
 
-  
 
- getCompleteContent(InputStream) - Static method in class org.eclipse.xtext.nodemodel.serialization.SerializationUtil
 
-  
 
- getCompletionOffset() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.ParserBasedContentAssistContextFactory.StatefulFactory
 
-  
 
- getCompletionProposalAutoActivationCharacters() - Method in class org.eclipse.xtext.ui.editor.contentassist.XtextContentAssistProcessor
 
-  
 
- getCompletionProposalPostProcessor() - Method in class org.eclipse.xtext.ui.editor.contentassist.XtextContentAssistProcessor
 
-  
 
- getCompletionProposals() - Method in class org.eclipse.xtext.ui.editor.hover.AnnotationWithQuickFixesHover.AnnotationInfo
 
- 
Create completion proposals which can resolve the given annotation at
 the given position.
 
- getComplianceLevelArg() - Method in class org.eclipse.xtext.xbase.compiler.OnTheFlyJavaCompiler
 
-  
 
- getComponentType() - Method in class org.eclipse.xtext.common.types.impl.JvmArrayTypeImpl
 
-  
 
- getComponentType() - Method in class org.eclipse.xtext.common.types.impl.JvmGenericArrayTypeReferenceImpl
 
-  
 
- getComponentType() - Method in interface org.eclipse.xtext.common.types.JvmArrayType
 
- 
Returns the value of the 'Component Type' container reference.
 
- getComponentType() - Method in interface org.eclipse.xtext.common.types.JvmGenericArrayTypeReference
 
- 
Returns the value of the 'Component Type' containment reference
 
- getComponentType() - Method in class org.eclipse.xtext.xbase.typesystem.references.ArrayTypeReference
 
-  
 
- getComponentType() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
- 
Returns the component type of the current array type.
 
- getComponentType() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnboundTypeReference
 
-  
 
- getComponentTypes(List<JvmTypeReference>) - Method in class org.eclipse.xtext.common.types.util.TypeConformanceComputer
 
- 
Deprecated.
  
- getCompositeNode(EStructuralFeature, int, int, Object) - Method in class org.eclipse.xtext.serializer.acceptor.SequenceFeeder
 
-  
 
- getCompositeNode(EStructuralFeature, Object) - Method in class org.eclipse.xtext.serializer.acceptor.SequenceFeeder
 
-  
 
- getCompositeNode(INode) - Method in class org.eclipse.xtext.serializer.acceptor.SequenceFeeder
 
-  
 
- getCompositeProvider() - Method in class org.eclipse.xtext.validation.EValidatorRegistrar
 
-  
 
- getCompoundElement() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getCompoundElement() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
 
- getCompoundElement_Elements() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getCompoundElement_Elements() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for the containment reference list '
Elements'
 
 
- getComputedDetails() - Method in class org.eclipse.xtext.xbase.typesystem.override.LazyOverrideCheckResult
 
-  
 
- getComputedTypeReference(JvmTypeReference) - Method in class org.eclipse.xtext.xbase.typesystem.internal.LogicalContainerAwareReentrantTypeResolver
 
-  
 
- getConcreteSyntaxFeatureName() - Method in class org.eclipse.xtext.xbase.impl.XAbstractFeatureCallImpl
 
-  
 
- getConcreteSyntaxFeatureName() - Method in class org.eclipse.xtext.xbase.impl.XAbstractFeatureCallImplCustom
 
-  
 
- getConcreteSyntaxFeatureName() - Method in interface org.eclipse.xtext.xbase.XAbstractFeatureCall
 
-  
 
- getConcreteSyntaxValidator() - Method in class org.eclipse.xtext.resource.XtextResource
 
-  
 
- getConcurrentEditingWarningDialog() - Method in class org.eclipse.xtext.ui.editor.DirtyStateEditorSupport
 
-  
 
- getCondition() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.IfCondition
 
- 
Returns the value of the 'Condition' containment reference
 
- getCondition() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.IfConditionImpl
 
-  
 
- getConditionAssignment_3() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.IfConditionElements
 
-  
 
- getConditionExpressionParserRuleCall_3_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.IfConditionElements
 
-  
 
- getConfig() - Method in class org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter
 
-  
 
- getConfig() - Method in class org.eclipse.xtext.xbase.junit.formatter.AssertingFormatterData
 
-  
 
- getConfigurableIssueCodes() - Method in class org.eclipse.xtext.validation.ConfigurableIssueCodesProvider
 
-  
 
- getConfigurableIssueCodes() - Method in class org.eclipse.xtext.xbase.validation.XbaseConfigurableIssueCodes
 
-  
 
- getConfiguration() - Method in class org.eclipse.xtext.builder.standalone.compiler.EclipseJavaCompiler
 
-  
 
- getConfiguration() - Method in interface org.eclipse.xtext.builder.standalone.compiler.IJavaCompiler
 
-  
 
- getConfiguration() - Method in class org.eclipse.xtext.ui.editor.embedded.EmbeddedEditor
 
-  
 
- getConfigurationProvider() - Method in class org.eclipse.xtext.xbase.ui.file.EclipseWorkspaceConfigProvider
 
-  
 
- getConfiguredContentTypes(ISourceViewer) - Method in class org.eclipse.xtext.ui.editor.XtextSourceViewerConfiguration
 
-  
 
- getConfiguredFileSystemAccess(IFolder, IAcceptor<String>) - Method in class org.eclipse.xtext.builder.JavaProjectBasedBuilderParticipant
 
- 
Deprecated.
  
- getConfiguredFileSystemAccess() - Method in class org.eclipse.xtext.generator.GeneratorComponent
 
-  
 
- getConfiguredInterpreter(XtextResource) - Method in class org.eclipse.xtext.purexbase.ui.autoedit.ReplAutoEdit
 
-  
 
- getConfiguredOutputConfigs() - Method in class org.eclipse.xtext.builder.standalone.LanguageAccess
 
-  
 
- getConfiguredTextHoverStateMasks(ISourceViewer, String) - Method in class org.eclipse.xtext.ui.views.ReadOnlySourceViewerConfiguration
 
-  
 
- getConflictHelper() - Method in class org.eclipse.xtext.ui.editor.contentassist.AbstractContentProposalProvider
 
-  
 
- getConflictingKeywords(TerminalRule, Iterator<Keyword>) - Static method in class org.eclipse.xtext.generator.parser.packrat.PackratParserGenUtil
 
-  
 
- getConflictingKeywords(AbstractElement, Grammar) - Static method in class org.eclipse.xtext.generator.parser.packrat.PackratParserGenUtil
 
-  
 
- getConflictingLexerRules(Keyword, Grammar) - Static method in class org.eclipse.xtext.generator.parser.packrat.PackratParserGenUtil
 
-  
 
- getConformanceComputer() - Method in class org.eclipse.xtext.common.types.util.TypeArgumentContextProvider
 
- 
Deprecated.
  
- getConformanceComputer() - Method in class org.eclipse.xtext.xbase.typing.XbaseTypeArgumentContextProvider
 
- 
Deprecated.
  
- getConformanceHints() - Method in interface org.eclipse.xtext.xbase.typesystem.computation.ITypeComputationResult
 
- 
Conformance information about the actual expression type and
 the expectation.
 
- getConformanceHints() - Method in class org.eclipse.xtext.xbase.typesystem.conformance.TypeConformanceResult
 
-  
 
- getConformanceHints(int, boolean) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractPendingLinkingCandidate
 
-  
 
- getConformanceHints(int, boolean) - Method in class org.eclipse.xtext.xbase.typesystem.internal.FeatureLinkingCandidate
 
-  
 
- getConformanceHints() - Method in class org.eclipse.xtext.xbase.typesystem.internal.NoTypeResult
 
-  
 
- getConformanceHints() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolutionBasedComputationResult
 
-  
 
- getConformanceHints(TypeData, boolean) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getConformanceHints(XExpression, boolean) - Method in class org.eclipse.xtext.xbase.typesystem.internal.StackedResolvedTypes
 
-  
 
- getConformanceHints() - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeData
 
-  
 
- getConstraint(EObject, EClass) - Method in class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer
 
-  
 
- getConstraint(ParserRule) - Method in interface org.eclipse.xtext.validation.IConcreteSyntaxConstraintProvider
 
-  
 
- getConstraint(ParserRule) - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxConstraintProvider
 
-  
 
- getConstraint() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxDiagnosticProvider.AbstractConcreteSyntaxDiagnostic
 
-  
 
- getConstraint(IConcreteSyntaxConstraintProvider.ISyntaxConstraint, Set<IConcreteSyntaxConstraintProvider.ISyntaxConstraint>) - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxDiagnosticProvider.AbstractConcreteSyntaxDiagnostic
 
-  
 
- getConstraint(Connection) - Method in class org.eclipse.xtext.xtext.ui.graph.figures.layouts.RailroadConnectionRouter
 
-  
 
- getConstraintElement() - Method in class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.Quantity
 
-  
 
- getConstraintElementType(AbstractElement) - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider
 
-  
 
- getConstraints() - Method in class org.eclipse.xtext.common.types.impl.JvmConstraintOwnerImpl
 
-  
 
- getConstraints() - Method in class org.eclipse.xtext.common.types.impl.JvmTypeParameterImpl
 
-  
 
- getConstraints() - Method in class org.eclipse.xtext.common.types.impl.JvmWildcardTypeReferenceImpl
 
-  
 
- getConstraints() - Method in interface org.eclipse.xtext.common.types.JvmConstraintOwner
 
- 
Returns the value of the 'Constraints' containment reference list.
 
- getConstraints() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.AbstractConstraintContext
 
-  
 
- getConstraints(Action) - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider
 
-  
 
- getConstraints(Grammar) - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider
 
-  
 
- getConstraints(ParserRule) - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider
 
-  
 
- getConstraints(Grammar) - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider
 
- 
Returns all constraints form this grammar.
 
- getConstraints() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraintContext
 
-  
 
- getConstraints(EClass) - Method in class org.eclipse.xtext.serializer.sequencer.ContextFinder
 
-  
 
- getConstraints(EObject, Iterable<EObject>) - Method in class org.eclipse.xtext.serializer.sequencer.ContextFinder
 
-  
 
- getConstraints(EClass) - Method in interface org.eclipse.xtext.validation.IConcreteSyntaxConstraintProvider
 
-  
 
- getConstraints(EClass) - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxConstraintProvider
 
-  
 
- getConstraintsAssignment_1_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmTypeParameterElements
 
-  
 
- getConstraintsAssignment_1_1() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmTypeParameterElements
 
-  
 
- getConstraintsAssignment_2_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmWildcardTypeReferenceElements
 
-  
 
- getConstraintsAssignment_2_1() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmWildcardTypeReferenceElements
 
-  
 
- getConstraintsJvmLowerBoundParserRuleCall_2_1_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmWildcardTypeReferenceElements
 
-  
 
- getConstraintsJvmUpperBoundAndedParserRuleCall_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmTypeParameterElements
 
-  
 
- getConstraintsJvmUpperBoundParserRuleCall_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmTypeParameterElements
 
-  
 
- getConstraintsJvmUpperBoundParserRuleCall_2_0_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmWildcardTypeReferenceElements
 
-  
 
- getConstructedType(AbstractElement) - Method in class org.eclipse.xtext.grammaranalysis.impl.AbstractPDAProvider
 
-  
 
- getConstructor(JvmConstructor) - Method in class org.eclipse.xtext.common.types.util.JavaReflectAccess
 
-  
 
- getConstructor() - Method in class org.eclipse.xtext.xbase.impl.XConstructorCallImpl
 
-  
 
- getConstructor(XConstructorCall, boolean) - Method in class org.eclipse.xtext.xbase.resource.LinkingAssumptions
 
- 
Deprecated.
  
- getConstructor(XConstructorCall, boolean) - Method in class org.eclipse.xtext.xbase.resource.XbaseResource
 
-  
 
- getConstructor() - Method in interface org.eclipse.xtext.xbase.typesystem.computation.IConstructorLinkingCandidate
 
-  
 
- getConstructor() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AmbiguousConstructorLinkingCandidate
 
-  
 
- getConstructor() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ConstructorLinkingCandidate
 
-  
 
- getConstructor() - Method in class org.eclipse.xtext.xbase.typesystem.internal.NullConstructorLinkingCandidate
 
-  
 
- getConstructor() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedConstructor
 
-  
 
- getConstructor(XConstructorCall) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getConstructor(XConstructorCall) - Method in class org.eclipse.xtext.xbase.typesystem.internal.StackedResolvedTypes
 
-  
 
- getConstructor() - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeInsteadOfConstructorLinkingCandidate
 
-  
 
- getConstructor() - Method in class org.eclipse.xtext.xbase.typesystem.internal.UnresolvableConstructorCall
 
-  
 
- getConstructor(XConstructorCall, boolean) - Method in class org.eclipse.xtext.xbase.typing.AbstractTypeProvider
 
- 
Deprecated.
  
- getConstructor(XConstructorCall) - Method in class org.eclipse.xtext.xbase.typing.AbstractTypeProvider
 
- 
Deprecated.
  
- getConstructor() - Method in interface org.eclipse.xtext.xbase.XConstructorCall
 
- 
Returns the value of the 'Constructor' reference
 
- getConstructorAssignment_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getConstructorCall() - Method in interface org.eclipse.xtext.xbase.typesystem.computation.IConstructorLinkingCandidate
 
-  
 
- getConstructorCall() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AmbiguousConstructorLinkingCandidate
 
-  
 
- getConstructorCall() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ConstructorLinkingCandidate
 
-  
 
- getConstructorCall() - Method in class org.eclipse.xtext.xbase.typesystem.internal.NullConstructorLinkingCandidate
 
-  
 
- getConstructorCall() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedConstructor
 
-  
 
- getConstructorCall() - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeInsteadOfConstructorLinkingCandidate
 
-  
 
- getConstructorCall() - Method in class org.eclipse.xtext.xbase.typesystem.internal.UnresolvableConstructorCall
 
-  
 
- getConstructorJvmConstructorCrossReference_2_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getConstructorJvmConstructorQualifiedNameParserRuleCall_2_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getConstructors() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.PartialClassExtractor
 
-  
 
- getConstructorScopes() - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractFeatureScopeSession
 
-  
 
- getConstructorScopes() - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractNestedFeatureScopeSession
 
-  
 
- getConstructorScopes() - Method in class org.eclipse.xtext.xbase.scoping.batch.RootFeatureScopeSession
 
-  
 
- getConsumable(String, boolean) - Method in interface org.eclipse.xtext.parsetree.reconstr.IEObjectConsumer
 
-  
 
- getConsumable(String, boolean) - Method in class org.eclipse.xtext.parsetree.reconstr.impl.EObjectConsumer
 
-  
 
- getConsumeMethodName(AbstractElement) - Static method in class org.eclipse.xtext.generator.parser.packrat.PackratParserGenUtil
 
-  
 
- getConsumer() - Method in class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer.AssignmentConsumer
 
-  
 
- getConsumer() - Method in class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer.LoopAssignmentConsumer
 
-  
 
- getConsumer() - Method in class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer.MandatoryLoopAssignmentConsumer
 
-  
 
- getConsumer() - Method in class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer.OptionalAssignmentConsumer
 
-  
 
- getConsumerClassName(AbstractRule) - Static method in class org.eclipse.xtext.generator.parser.packrat.PackratParserGenUtil
 
-  
 
- getConsumerFieldName(AbstractRule) - Static method in class org.eclipse.xtext.generator.parser.packrat.PackratParserGenUtil
 
- 
The result is best described by example:
 
 ML_COMMENT = mlCommentConsumer
 ML__COMMENT = ml_commentConsumer
 ml_comment = mlCommentConsumer
 _ = _Consumer
 __ = __Consumer
 ___ = ___Consumer 
 __12 = __12Consumer
 _12 = _12Consumer
 Grammar = grammarConsumer
 grammar = grammarConsumer
 ID = idConsumer
 STRING = stringConsumer
 AbstractRule = abstractRuleConsuemr
 AbstractID = abstractIdConsumer
 AbstractIDElement = abstractIdElement
 IDElement = idElementConsumer
 IElement = iElementConsumer
 a1 = a1Consumer
 A1234 = a1234Consumer
 A1234TEST = a1234TestConsumer
 A1234Test = a1234TestConsumer
 A1234test = a1234TestConsumer
 A1234T = a1234TConsumer
 A1234IElement = a1234IElementConsumer
 A1234t = a1234TConsumer
 A1234iElement = a1234IElementConsumer
 null = consumer
 <> = consumer
 Root = rootConsumer
 
 
- getConsumerFieldName(AbstractElement) - Static method in class org.eclipse.xtext.generator.parser.packrat.PackratParserGenUtil
 
-  
 
- getConsumers() - Method in class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer.AlternativesConsumer
 
-  
 
- getConsumers() - Method in class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer.GroupConsumer
 
-  
 
- getConsumers() - Method in class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer.LoopAlternativesConsumer
 
-  
 
- getConsumers() - Method in class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer.LoopGroupConsumer
 
-  
 
- getConsumers() - Method in class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer.LoopUnorderedGroupConsumer
 
-  
 
- getConsumers() - Method in class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer.MandatoryLoopAlternativesConsumer
 
-  
 
- getConsumers() - Method in class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer.MandatoryLoopGroupConsumer
 
-  
 
- getConsumers() - Method in class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer.MandatoryLoopUnorderedGroupConsumer
 
-  
 
- getConsumers() - Method in class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer.OptionalAlternativesConsumer
 
-  
 
- getConsumers() - Method in class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer.OptionalGroupConsumer
 
-  
 
- getConsumers() - Method in class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer.OptionalUnorderedGroupConsumer
 
-  
 
- getConsumers() - Method in class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer.UnorderedGroupConsumer
 
-  
 
- getConsumerUtil() - Method in class org.eclipse.xtext.parser.packrat.AbstractParserConfiguration
 
-  
 
- getConsumerUtil() - Method in interface org.eclipse.xtext.parser.packrat.AbstractParserConfiguration.IInternalParserConfiguration
 
-  
 
- getConsumerUtil() - Method in interface org.eclipse.xtext.parser.packrat.consumers.INonTerminalConsumerConfiguration
 
-  
 
- getConsumerUtil() - Method in class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer
 
-  
 
- getContainedAssignments() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ConstraintElement
 
-  
 
- getContainedAssignments() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraintElement
 
-  
 
- getContainedURIs(String) - Method in class org.eclipse.xtext.resource.containers.DelegatingIAllContainerAdapter
 
-  
 
- getContainedURIs(String) - Method in class org.eclipse.xtext.resource.containers.FlatResourceSetBasedAllContainersState
 
-  
 
- getContainedURIs(String) - Method in interface org.eclipse.xtext.resource.containers.IAllContainersState
 
-  
 
- getContainedURIs(String) - Method in class org.eclipse.xtext.resource.containers.ResourceSetBasedAllContainersState
 
-  
 
- getContainedURIs(String) - Method in class org.eclipse.xtext.ui.containers.AbstractAllContainersState
 
-  
 
- getContainer(OutputConfiguration) - Method in class org.eclipse.xtext.builder.EclipseResourceFileSystemAccess2
 
-  
 
- getContainer(IResourceDescription, IResourceDescriptions) - Method in class org.eclipse.xtext.resource.containers.StateBasedContainerManager
 
-  
 
- getContainer(IResourceDescription, IResourceDescriptions) - Method in interface org.eclipse.xtext.resource.IContainer.Manager
 
-  
 
- getContainer(IResourceDescription, IResourceDescriptions) - Method in class org.eclipse.xtext.resource.impl.SimpleResourceDescriptionsBasedContainerManager
 
-  
 
- getContainer() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ConstraintElement
 
-  
 
- getContainer() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraintElement
 
-  
 
- getContainer(IProject, String) - Static method in class org.eclipse.xtext.ui.util.ResourceUtil
 
-  
 
- getContainer() - Method in interface org.eclipse.xtext.validation.IConcreteSyntaxConstraintProvider.ISyntaxConstraint
 
-  
 
- getContainer() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxConstraintProvider.SyntaxConstraintNode
 
-  
 
- getContainer() - Method in class org.eclipse.xtext.xbase.formatting.LeafInfo
 
-  
 
- getContainerCall(EObject) - Method in class org.eclipse.xtext.xbase.ui.contentassist.ParameterContextInformationProvider
 
-  
 
- getContainerEObjectURI() - Method in class org.eclipse.xtext.builder.builderState.impl.ReferenceDescriptionImpl
 
-  
 
- getContainerEObjectURI() - Method in class org.eclipse.xtext.resource.impl.DefaultReferenceDescription
 
-  
 
- getContainerEObjectURI() - Method in interface org.eclipse.xtext.resource.IReferenceDescription
 
-  
 
- getContainerForErrorMessage(EObject) - Method in class org.eclipse.xtext.validation.NamesAreUniqueValidationHelper
 
-  
 
- getContainerHandle(URI) - Method in class org.eclipse.xtext.resource.containers.DelegatingIAllContainerAdapter
 
-  
 
- getContainerHandle(URI) - Method in class org.eclipse.xtext.resource.containers.FlatResourceSetBasedAllContainersState
 
-  
 
- getContainerHandle(URI) - Method in interface org.eclipse.xtext.resource.containers.IAllContainersState
 
-  
 
- getContainerHandle(URI) - Method in class org.eclipse.xtext.resource.containers.ResourceSetBasedAllContainersState
 
-  
 
- getContainerHandle(URI) - Method in class org.eclipse.xtext.ui.containers.AbstractAllContainersState
 
-  
 
- getContainerManager() - Method in class org.eclipse.xtext.resource.generic.GenericResourceServiceProvider
 
-  
 
- getContainerManager() - Method in class org.eclipse.xtext.resource.impl.DefaultResourceDescriptionManager
 
-  
 
- getContainerManager() - Method in class org.eclipse.xtext.resource.impl.DefaultResourceServiceProvider
 
-  
 
- getContainerManager() - Method in interface org.eclipse.xtext.resource.IResourceServiceProvider
 
-  
 
- getContainerManager() - Method in class org.eclipse.xtext.ui.resource.DefaultResourceUIServiceProvider
 
-  
 
- getContainerOfType(EObject, Class<T>) - Static method in class org.eclipse.xtext.EcoreUtil2
 
- 
Returns the closest container object of the requested type.
 
- getContainersState(List<String>, Multimap<String, URI>) - Method in class org.eclipse.xtext.mwe.ContainersStateFactory
 
-  
 
- getContainersStateFactory() - Method in class org.eclipse.xtext.mwe.Reader
 
-  
 
- getContainingConstraint() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ConstraintElement
 
-  
 
- getContainingConstraint() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.FeatureInfo
 
-  
 
- getContainingConstraint() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraintElement
 
-  
 
- getContainingConstraint() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IFeatureInfo
 
-  
 
- getContainingDatatypeRuleNode(INode) - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.ParserBasedContentAssistContextFactory.StatefulFactory
 
-  
 
- getContainingInfo(XExpression) - Method in class org.eclipse.xtext.xbase.typing.AbstractTypeProvider
 
- 
Deprecated.
  
- getContent() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.AntlrParserSplitter.ExtractedClass
 
-  
 
- getContent() - Method in class org.eclipse.xtext.parser.packrat.internal.Marker
 
-  
 
- getContent(URI) - Method in interface org.eclipse.xtext.resource.IExternalContentSupport.IExternalContentProvider
 
- 
Get the content that will shadow the persistent state.
 
- getContent(URI) - Method in class org.eclipse.xtext.ui.editor.DirtyStateManager
 
-  
 
- getContent() - Method in class org.eclipse.xtext.xbase.compiler.AbstractStringBuilderBasedAppendable
 
-  
 
- getContent() - Method in interface org.eclipse.xtext.xbase.compiler.IAppendable
 
-  
 
- getContent() - Method in class org.eclipse.xtext.xbase.compiler.output.TreeAppendable
 
-  
 
- getContentAssistant() - Method in class org.eclipse.xtext.ui.editor.XtextSourceViewer
 
-  
 
- getContentAssistant(ISourceViewer) - Method in class org.eclipse.xtext.ui.editor.XtextSourceViewerConfiguration
 
-  
 
- getContentAssistContext() - Method in class org.eclipse.xtext.ui.editor.templates.XtextTemplateContext
 
-  
 
- getContentAssistLexerGrammarFileName(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.common.AntlrFragmentHelper
 
-  
 
- getContentAssistLexerSuperClass(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.common.AntlrFragmentHelper
 
-  
 
- getContentAssistParser(Grammar, Naming) - Static method in class org.eclipse.xtext.ui.generator.templates.CodetemplatesGeneratorFragment
 
-  
 
- getContentAssistParserClassName(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.common.AntlrFragmentHelper
 
-  
 
- getContentAssistParserGrammarFileName(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.common.AntlrFragmentHelper
 
-  
 
- getContentFormatter(ISourceViewer) - Method in class org.eclipse.xtext.ui.editor.XtextSourceViewerConfiguration
 
-  
 
- getContentFormatter(ISourceViewer) - Method in class org.eclipse.xtext.ui.views.ReadOnlySourceViewerConfiguration
 
-  
 
- getContentProposalProvider() - Method in interface org.eclipse.xtext.ui.editor.contentassist.CompletionProposalComputer.State
 
-  
 
- getContentProposalProvider() - Method in class org.eclipse.xtext.ui.editor.contentassist.XtextContentAssistProcessor
 
-  
 
- getContents() - Method in class org.eclipse.xtext.builder.trace.AbstractLocationInResource
 
-  
 
- getContents(URI, IProject) - Method in class org.eclipse.xtext.builder.trace.AbstractTrace
 
-  
 
- getContents(URI, IProject) - Method in class org.eclipse.xtext.builder.trace.FolderAwareTrace
 
-  
 
- getContents(URI, IProject) - Method in class org.eclipse.xtext.builder.trace.StorageAwareTrace
 
-  
 
- getContents(URI, IProject) - Method in class org.eclipse.xtext.builder.trace.ZipFileAwareTrace
 
-  
 
- getContents() - Method in interface org.eclipse.xtext.generator.trace.ILocationInResource
 
-  
 
- getContents() - Method in interface org.eclipse.xtext.resource.containers.IContainerState
 
-  
 
- getContents() - Method in class org.eclipse.xtext.resource.DerivedStateAwareResource
 
- 
 
 As soon as an external client tries to access the content of the resource,
 the 
derived state will be added to the content of this resource.
 
 
- getContents() - Method in class org.eclipse.xtext.ui.compare.StreamContentAccessorDelegate
 
-  
 
- getContents() - Method in class org.eclipse.xtext.ui.editor.DocumentBasedDirtyResource
 
-  
 
- getContents() - Method in interface org.eclipse.xtext.ui.editor.IDirtyResource
 
-  
 
- getContents() - Method in class org.eclipse.xtext.validation.CompositeEValidator
 
-  
 
- getContents() - Method in interface org.eclipse.xtext.validation.IConcreteSyntaxConstraintProvider.ISyntaxConstraint
 
-  
 
- getContents() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxConstraintProvider.SyntaxConstraintNode
 
-  
 
- getContents(Path) - Method in class org.eclipse.xtext.xbase.file.AbstractFileSystemSupport
 
-  
 
- getContents() - Method in class org.eclipse.xtext.xbase.resource.BatchLinkableResource
 
- 
 
 As soon as an external client tries to access the content of the resource,
 the 
derived state will be added to the content of this resource.
 
 
- getContents() - Method in class org.eclipse.xtext.xtext.ui.graph.RailroadView
 
-  
 
- getContentsAsStream(Path) - Method in class org.eclipse.xtext.xbase.file.JavaIOFileSystemSupport
 
-  
 
- getContentsAsStream(Path) - Method in class org.eclipse.xtext.xbase.ui.file.EclipseFileSystemSupportImpl
 
-  
 
- getContentType(int) - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyDocument
 
-  
 
- getContentType() - Method in interface org.eclipse.xtext.ui.editor.IContentTypeSpecific
 
-  
 
- getContentType(int) - Method in class org.eclipse.xtext.ui.editor.model.DocumentPartitioner
 
- 
 
 May be replaced or extended by subclasses.
 
- getContentType(int, boolean) - Method in class org.eclipse.xtext.ui.editor.model.DocumentPartitioner
 
- 
 
 May be replaced or extended by subclasses.
 
- getContentTypeToFactoryMap() - Method in class org.eclipse.xtext.resource.impl.ResourceServiceProviderRegistryImpl
 
-  
 
- getContentTypeToFactoryMap() - Method in interface org.eclipse.xtext.resource.IResourceServiceProvider.Registry
 
-  
 
- getContext() - Method in class org.eclipse.xtext.generator.trace.TraceAsPrimarySourceInstaller.XtextMethodAdapter
 
-  
 
- getContext(EObject) - Method in class org.eclipse.xtext.junit.serializer.SerializerTester
 
-  
 
- getContext(EObject) - Method in class org.eclipse.xtext.junit4.serializer.SerializerTester
 
-  
 
- getContext() - Method in interface org.eclipse.xtext.linking.ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext
 
-  
 
- getContext() - Method in class org.eclipse.xtext.linking.impl.Linker.LinkingDiagnosticContext
 
-  
 
- getContext() - Method in class org.eclipse.xtext.linking.lazy.LazyLinkingResource.DiagnosticMessageContext
 
-  
 
- getContext() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.AssignedActionConstraintContext
 
-  
 
- getContext() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ConstraintElement
 
-  
 
- getContext() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ParserRuleConstraintContext
 
-  
 
- getContext() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraintContext
 
-  
 
- getContext() - Method in interface org.eclipse.xtext.serializer.analysis.ISyntacticSequencerPDAProvider.ISynFollowerOwner
 
-  
 
- getContext() - Method in class org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider.SynAbsorberState
 
-  
 
- getContext() - Method in class org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider.SynNavigable
 
-  
 
- getContext() - Method in class org.eclipse.xtext.serializer.diagnostic.ISerializationDiagnostic.ExceptionDiagnostic
 
-  
 
- getContext() - Method in interface org.eclipse.xtext.serializer.diagnostic.ISerializationDiagnostic
 
-  
 
- getContext() - Method in class org.eclipse.xtext.serializer.diagnostic.SerializationDiagnostic
 
-  
 
- getContext(EObject) - Method in class org.eclipse.xtext.serializer.impl.Serializer
 
-  
 
- getContext() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.Codetemplate
 
- 
Returns the value of the 'Context' reference
 
- getContext() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.CodetemplateImpl
 
-  
 
- getContext() - Method in class org.eclipse.xtext.validation.AbstractDeclarativeValidator
 
-  
 
- getContext() - Method in class org.eclipse.xtext.xbase.imports.TypeUsage
 
-  
 
- getContext() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.AbstractStaticMethodsFeatureForTypeProvider
 
- 
Deprecated.
  
- getContext() - Method in class org.eclipse.xtext.xbase.scoping.LocalVariableScopeContext
 
- 
Deprecated.
  
- getContext() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractUnresolvableReference
 
-  
 
- getContext() - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeResolutionStateAdapter
 
-  
 
- getContextAbstractRuleCrossReference_2_0_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.CodetemplateElements
 
-  
 
- getContextAbstractRuleCrossReference_7_0_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplateElements
 
-  
 
- getContextAbstractRuleValidIDParserRuleCall_2_0_0_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.CodetemplateElements
 
-  
 
- getContextAbstractRuleValidIDParserRuleCall_7_0_0_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplateElements
 
-  
 
- getContextAssignment_2_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.CodetemplateElements
 
-  
 
- getContextAssignment_7_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplateElements
 
-  
 
- getContextDisplayString() - Method in class org.eclipse.xtext.xbase.ui.contentassist.ParameterContextInformation
 
-  
 
- getContextFactory(EObject) - Method in class org.eclipse.xtext.common.types.ui.refactoring.participant.JdtRenameParticipant
 
-  
 
- getContextFactory() - Method in interface org.eclipse.xtext.ui.editor.contentassist.CompletionProposalComputer.State
 
-  
 
- getContextFactory() - Method in interface org.eclipse.xtext.ui.editor.contentassist.ContextInformationComputer.State
 
-  
 
- getContextFactory() - Method in class org.eclipse.xtext.ui.editor.contentassist.XtextContentAssistProcessor
 
-  
 
- getContextFactory() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.IJvmFeatureScopeProvider.FeatureScopeDescription
 
- 
Deprecated.
  
- getContextId() - Method in class org.eclipse.xtext.ui.codetemplates.ui.preferences.EditTemplateDialog
 
-  
 
- getContextInformation() - Method in class org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal
 
-  
 
- getContextInformation(ContentAssistContext, IContextInformationAcceptor) - Method in interface org.eclipse.xtext.ui.editor.contentassist.IContextInformationProvider
 
-  
 
- getContextInformation() - Method in class org.eclipse.xtext.ui.editor.quickfix.QuickAssistCompletionProposal
 
-  
 
- getContextInformation(ContentAssistContext, IContextInformationAcceptor) - Method in class org.eclipse.xtext.xbase.ui.contentassist.ParameterContextInformationProvider
 
-  
 
- getContextInformationAutoActivationCharacters() - Method in class org.eclipse.xtext.ui.editor.contentassist.XtextContentAssistProcessor
 
-  
 
- getContextInformationPosition() - Method in class org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal
 
-  
 
- getContextInformationPosition() - Method in class org.eclipse.xtext.xbase.ui.contentassist.ParameterContextInformation
 
-  
 
- getContextInformationProvider() - Method in interface org.eclipse.xtext.ui.editor.contentassist.ContextInformationComputer.State
 
-  
 
- getContextInformationProvider() - Method in class org.eclipse.xtext.ui.editor.contentassist.XtextContentAssistProcessor
 
-  
 
- getContextInformationValidator() - Method in class org.eclipse.xtext.ui.editor.contentassist.XtextContentAssistProcessor
 
-  
 
- getContextJvmDeclaredType(EObject) - Method in class org.eclipse.xtext.xbase.imports.DefaultImportsConfiguration
 
-  
 
- getContextJvmDeclaredType(EObject) - Method in interface org.eclipse.xtext.xbase.imports.IImportsConfiguration
 
-  
 
- getContextName(Action) - Method in class org.eclipse.xtext.serializer.analysis.Context2NameFunction
 
-  
 
- getContextName(EObject) - Method in class org.eclipse.xtext.serializer.analysis.Context2NameFunction
 
-  
 
- getContextName(ParserRule) - Method in class org.eclipse.xtext.serializer.analysis.Context2NameFunction
 
-  
 
- getContextName() - Method in class org.eclipse.xtext.ui.codetemplates.ui.preferences.EditTemplateDialog
 
-  
 
- getContextPackageName() - Method in class org.eclipse.xtext.xbase.imports.TypeUsage
 
-  
 
- getContextPDA(EObject) - Method in class org.eclipse.xtext.serializer.analysis.ContextPDAProvider
 
-  
 
- getContextPDA(EObject) - Method in interface org.eclipse.xtext.serializer.analysis.IContextPDAProvider
 
-  
 
- getContextPreferenceStore(Object) - Method in interface org.eclipse.xtext.ui.editor.preferences.IPreferenceStoreAccess
 
- 
a read only preference store, used to obtain preferences, based on the given context. typically the context would
 be an IProject and the result would be a preference store using the
 ProjectScope.
 
- getContextPreferenceStore(Object) - Method in class org.eclipse.xtext.ui.editor.preferences.PreferenceStoreAccessImpl
 
-  
 
- getContextProvider() - Method in class org.eclipse.xtext.xbase.compiler.TypeConvertingCompiler
 
-  
 
- getContextResourceSet() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getContextResourceSet() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes.Owner
 
-  
 
- getContextResourceSet() - Method in class org.eclipse.xtext.xbase.typesystem.legacy.StandardTypeReferenceOwner
 
- 
Returns the context resource set if any.
 
- getContextResourceSet() - Method in interface org.eclipse.xtext.xbase.typesystem.references.ITypeReferenceOwner
 
- 
Returns the context resource set if any.
 
- getContextResourceURI() - Method in interface org.eclipse.xtext.ui.refactoring.ui.IRenameElementContext
 
-  
 
- getContextResourceURI() - Method in class org.eclipse.xtext.ui.refactoring.ui.IRenameElementContext.Impl
 
-  
 
- getContextType(EObject) - Method in class org.eclipse.xtext.xbase.scoping.XbaseScopeProvider
 
- 
Deprecated.
  
- getContextType() - Method in class org.eclipse.xtext.xbase.typesystem.override.AbstractResolvedExecutable
 
-  
 
- getContextType() - Method in interface org.eclipse.xtext.xbase.typesystem.override.IResolvedExecutable
 
- 
Returns the current context type.
 
- getContextType() - Method in class org.eclipse.xtext.xbase.typesystem.util.ContextualVisibilityHelper
 
-  
 
- getContextTypeForGrammar(TemplateContextType) - Method in class org.eclipse.xtext.ui.codetemplates.ui.preferences.AdvancedTemplatesPreferencePage
 
-  
 
- getContextTypeIdHelper(Grammar) - Method in class org.eclipse.xtext.ui.codetemplates.ui.registry.LanguageRegistry
 
-  
 
- getContextTypeParameterMapping() - Method in class org.eclipse.xtext.xbase.typesystem.override.AbstractResolvedExecutable
 
-  
 
- getContextTypeParameterMapping() - Method in class org.eclipse.xtext.xbase.typesystem.override.BottomResolvedOperation
 
-  
 
- getContextTypeParameterMapping() - Method in class org.eclipse.xtext.xbase.typesystem.override.ResolvedConstructor
 
-  
 
- getContextTypeParameterMapping() - Method in class org.eclipse.xtext.xbase.typesystem.override.ResolvedOperationInHierarchy
 
-  
 
- getContextTypePDA(EObject, EClass) - Method in class org.eclipse.xtext.serializer.analysis.ContextTypePDAProvider
 
-  
 
- getContextTypePDA(EObject, EClass) - Method in interface org.eclipse.xtext.serializer.analysis.IContextTypePDAProvider
 
-  
 
- getContextTypeRegistry(Grammar) - Method in class org.eclipse.xtext.ui.codetemplates.ui.registry.LanguageRegistry
 
-  
 
- getContextTypes(ContentAssistContext) - Method in class org.eclipse.xtext.ui.editor.templates.AbstractTemplateProposalProvider
 
-  
 
- getContextTypes(ContentAssistContext) - Method in class org.eclipse.xtext.ui.editor.templates.DefaultTemplateProposalProvider
 
-  
 
- getContextURI() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.AbstractStaticMethodsFeatureForTypeProvider
 
- 
Deprecated.
  
- getContributedBy() - Method in class org.eclipse.xtext.generator.BindFactory
 
-  
 
- getContributedBy() - Method in class org.eclipse.xtext.generator.Binding
 
-  
 
- getContributedInstances(Class<T>) - Method in interface org.eclipse.xtext.ui.shared.contribution.ISharedStateContributionRegistry
 
- 
Initialize and return all known contributions.
 
- getContributedInstances(Class<T>) - Method in class org.eclipse.xtext.ui.shared.internal.SharedStateContributionRegistryImpl
 
-  
 
- getContribution() - Method in class org.eclipse.xtext.ui.resource.Storage2UriMapperImpl
 
- 
Public for testing purpose
 
- getContribution(Class<T>) - Method in class org.eclipse.xtext.ui.shared.contribution.SharedStateContribution
 
- 
Returns an instance of the given type if such a contribution is supported.
 
- getContributions() - Method in interface org.eclipse.xtext.ui.shared.contribution.ISharedStateContributionRegistry
 
- 
Returns all contribution handles.
 
- getContributions() - Method in class org.eclipse.xtext.ui.shared.internal.SharedStateContributionRegistryImpl
 
-  
 
- getControl() - Method in class org.eclipse.xtext.ui.compare.AbstractContentViewer
 
-  
 
- getControl() - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceSearchViewPage
 
-  
 
- getControl() - Method in class org.eclipse.xtext.xtext.ui.graph.RailroadView
 
-  
 
- getConvertedValue(String, CrossReference) - Method in class org.eclipse.xtext.parsetree.reconstr.impl.CrossReferenceSerializer
 
-  
 
- getConverter(String) - Method in class org.eclipse.xtext.conversion.impl.AbstractDeclarativeValueConverterService
 
-  
 
- getConverter() - Method in class org.eclipse.xtext.naming.DefaultDeclarativeQualifiedNameProvider
 
-  
 
- getConverter() - Method in interface org.eclipse.xtext.xbase.typesystem.computation.ITypeComputationState
 
- 
 
- getConverter() - Method in interface org.eclipse.xtext.xbase.typesystem.computation.ITypeExpectation
 
-  
 
- getConverter() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractTypeComputationState
 
-  
 
- getConverter() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractTypeExpectation
 
-  
 
- getConverter() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractUnresolvableReference
 
-  
 
- getConverter() - Method in class org.eclipse.xtext.xbase.typesystem.internal.CompoundTypeComputationState
 
-  
 
- getConverter() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ExpectedExceptionsStackedResolvedTypes
 
-  
 
- getConverter() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ForwardingTypeComputationState
 
-  
 
- getConverter() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ReassigningStackedResolvedTypes
 
-  
 
- getConverter() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getConverter() - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeAssigner
 
-  
 
- getConverters() - Method in class org.eclipse.xtext.conversion.impl.AbstractDeclarativeValueConverterService
 
-  
 
- getConverterService() - Method in class org.eclipse.xtext.parser.DefaultEcoreElementFactory
 
-  
 
- getConvertFrom() - Method in class org.eclipse.xtext.common.types.util.TypeConformanceResult
 
- 
Deprecated.
  
- getConvertFrom() - Method in class org.eclipse.xtext.xbase.typesystem.conformance.TypeConformanceResult
 
-  
 
- getConvertTo() - Method in class org.eclipse.xtext.common.types.util.TypeConformanceResult
 
- 
Deprecated.
  
- getConvertTo() - Method in class org.eclipse.xtext.xbase.typesystem.conformance.TypeConformanceResult
 
-  
 
- getCopiedResourceDescriptionsData() - Method in class org.eclipse.xtext.builder.builderState.AbstractBuilderState
 
-  
 
- getCopyAndClearContents() - Method in class org.eclipse.xtext.validation.CompositeEValidator
 
- 
For testing purpose.
 
- getCopyQualifiedNameService(EObject) - Method in class org.eclipse.xtext.ui.editor.copyqualifiedname.AbstractCopyQualifiedNameHandler
 
-  
 
- getCorrespondingJvmElement(IJavaElement, ResourceSet) - Method in class org.eclipse.xtext.common.types.ui.refactoring.participant.JvmElementFinder
 
-  
 
- getCounter() - Method in class org.eclipse.xtext.parser.packrat.debug.ParsedTokenCounter
 
-  
 
- getCreateChildText(Object, Object, Object, Collection<?>) - Method in class org.eclipse.xtext.common.types.provider.JvmArrayTypeItemProvider
 
- 
This returns the label text for CreateChildCommand
 
- getCreateChildText(Object, Object, Object, Collection<?>) - Method in class org.eclipse.xtext.common.types.provider.JvmOperationItemProvider
 
- 
This returns the label text for CreateChildCommand
 
- getCreateModelProjectMessage() - Method in class org.eclipse.xtext.ui.wizard.AbstractProjectCreator
 
-  
 
- getCreateModelProjectMessage() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectCreator
 
-  
 
- getCreator() - Method in class org.eclipse.xtext.ui.wizard.XtextNewProjectWizard
 
-  
 
- getCrossReference() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getCrossReference() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ConstraintElement
 
-  
 
- getCrossReference() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraintElement
 
-  
 
- getCrossReference(EObject, int) - Method in class org.eclipse.xtext.ui.refactoring.impl.DefaultReferenceUpdater
 
-  
 
- getCrossReference() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
 
- getCrossReference_Terminal() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getCrossReference_Terminal() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for the containment reference '
Terminal'
 
 
- getCrossReference_Type() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getCrossReference_Type() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for the containment reference '
Type'
 
 
- getCrossReferenceableTerminalAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getCrossReferenceableTerminalRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getCrossReferenceAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getCrossReferencedElement(INode) - Method in class org.eclipse.xtext.resource.EObjectAtOffsetHelper
 
-  
 
- getCrossReferenceNameFromScope(EObject, CrossReference, EObject, IScope, ISerializationDiagnostic.Acceptor) - Method in class org.eclipse.xtext.serializer.tokens.CrossReferenceSerializer
 
-  
 
- getCrossReferenceNode(XtextResource, ITextRegion) - Method in class org.eclipse.xtext.resource.EObjectAtOffsetHelper
 
-  
 
- getCrossReferenceParserRuleCall_3() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AssignableTerminalElements
 
-  
 
- getCrossReferenceProposalCreator() - Method in class org.eclipse.xtext.ui.editor.contentassist.AbstractJavaBasedContentProposalProvider
 
-  
 
- getCrossReferenceRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getCrossReferenceType() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ConstraintElement
 
-  
 
- getCrossReferenceType() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraintElement
 
-  
 
- getCrossRefNodeAsString(INode) - Method in class org.eclipse.xtext.linking.impl.DefaultLinkingService
 
-  
 
- getCrossRefNodeAsString(INode, boolean) - Method in class org.eclipse.xtext.linking.impl.LinkingHelper
 
-  
 
- getCrossRefText(EObject, CrossReference, EObject, RefactoringCrossReferenceSerializer.RefTextEvaluator, ITextRegion, StatusWrapper) - Method in class org.eclipse.xtext.ui.refactoring.impl.RefactoringCrossReferenceSerializer
 
-  
 
- getCurrent(RefactoringProcessor) - Method in class org.eclipse.xtext.common.types.ui.refactoring.participant.CompositeRefactoringProcessor.Access
 
-  
 
- getCurrentCompatibleType() - Method in class org.eclipse.xtext.xtext.ecoreInference.Xtext2EcoreInterpretationContext
 
-  
 
- getCurrentContent(IProgressMonitor) - Method in class org.eclipse.xtext.ui.refactoring.impl.DisplayChangeWrapper.TextEditBased
 
-  
 
- getCurrentContent(IRegion, boolean, int, IProgressMonitor) - Method in class org.eclipse.xtext.ui.refactoring.impl.DisplayChangeWrapper.TextEditBased
 
-  
 
- getCurrentContext() - Method in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser.ErrorContext
 
-  
 
- getCurrentContext() - Method in interface org.eclipse.xtext.parser.antlr.ISyntaxErrorMessageProvider.IErrorContext
 
- 
Returns the last produced instance or null if the parser did not yet create something.
 
- getCurrentDeclarator() - Method in class org.eclipse.xtext.xbase.typesystem.util.ConstraintVisitingInfo
 
-  
 
- getCurrentFileExtension() - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getCurrentFileExtension() - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getCurrentGrammarElement() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser
 
-  
 
- getCurrentIndentLevel() - Method in class org.eclipse.xtext.xbase.ui.document.DocumentSourceAppender
 
-  
 
- getCurrentIndex() - Method in class org.eclipse.xtext.xbase.typesystem.util.ConstraintVisitingInfo
 
-  
 
- getCurrentKeyword_2_3() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ActionElements
 
-  
 
- getCurrentLanguage(Map<Object, Object>, EObject) - Method in class org.eclipse.xtext.validation.AbstractInjectableValidator
 
-  
 
- getCurrentLinkedPosition() - Method in class org.eclipse.xtext.ui.refactoring.ui.RenameLinkedMode
 
-  
 
- getCurrentLookAhead() - Method in class org.eclipse.xtext.parser.antlr.XtextTokenStream
 
-  
 
- getCurrentMethod() - Method in class org.eclipse.xtext.validation.AbstractDeclarativeValidator
 
-  
 
- getCurrentMode() - Method in class org.eclipse.xtext.ui.editor.outline.impl.ModeAwareOutlineTreeProvider
 
-  
 
- getCurrentMode() - Method in interface org.eclipse.xtext.ui.editor.outline.IOutlineTreeProvider.ModeAware
 
-  
 
- getCurrentModel() - Method in class org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext
 
- 
The model that covers the completion offset and has a grammar element assigned
 that has the expected grammar element at the given offset in its call hierarchy.
 
- getCurrentName() - Method in class org.eclipse.xtext.ui.refactoring.ui.RenameLinkedMode
 
-  
 
- getCurrentNode() - Method in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser.ErrorContext
 
-  
 
- getCurrentNode() - Method in interface org.eclipse.xtext.parser.antlr.ISyntaxErrorMessageProvider.IErrorContext
 
- 
Returns the recently produced node or null if the parser did not yet create something.
 
- getCurrentNode() - Method in class org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext
 
- 
The current node which is part of the current completion offset.
 
- getCurrentObject() - Method in class org.eclipse.xtext.validation.AbstractDeclarativeValidator
 
-  
 
- getCurrentRuleUptoOffset(int, IDocument) - Method in class org.eclipse.xtext.xtext.ui.editor.autoedit.XtextAutoEditStrategy
 
-  
 
- getCurrentToken() - Method in class org.eclipse.xtext.ui.editor.syntaxcoloring.TokenScanner
 
-  
 
- getCursorPosition() - Method in class org.eclipse.xtext.junit4.ui.ContentAssistProcessorTestBuilder
 
-  
 
- getCursorPosition() - Method in class org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal
 
-  
 
- getCursorPosition() - Method in class org.eclipse.xtext.ui.junit.editor.contentassist.ContentAssistProcessorTestBuilder
 
-  
 
- getCustomMethods() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.PartialClassExtractor
 
-  
 
- getDamagedRegion() - Method in class org.eclipse.xtext.ui.editor.model.XtextDocumentEvent
 
-  
 
- getDamageRegion(ITypedRegion, DocumentEvent, boolean) - Method in class org.eclipse.xtext.ui.editor.PresentationDamager
 
-  
 
- getData() - Method in class org.eclipse.xtext.diagnostics.AbstractDiagnostic
 
-  
 
- getData() - Method in class org.eclipse.xtext.linking.impl.XtextLinkingDiagnostic
 
-  
 
- getData() - Method in class org.eclipse.xtext.resource.XtextSyntaxDiagnostic
 
-  
 
- getData() - Method in class org.eclipse.xtext.ui.preferences.PropertyAndPreferencePage
 
-  
 
- getData() - Method in class org.eclipse.xtext.validation.EObjectDiagnosticImpl
 
-  
 
- getData() - Method in class org.eclipse.xtext.validation.FeatureBasedDiagnostic
 
-  
 
- getData() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxDiagnosticProvider.AbstractConcreteSyntaxDiagnostic
 
-  
 
- getData() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxDiagnosticProvider.ConcreteSyntaxFeatureDiagnostic
 
-  
 
- getData() - Method in interface org.eclipse.xtext.validation.Issue
 
-  
 
- getData() - Method in class org.eclipse.xtext.validation.Issue.IssueImpl
 
-  
 
- getData() - Method in class org.eclipse.xtext.validation.RangeBasedDiagnostic
 
-  
 
- getData() - Method in class org.eclipse.xtext.xtext.ecoreInference.TransformationDiagnostic
 
-  
 
- getDeadends() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.TreeConstructionReportImpl
 
-  
 
- getDebugIndentation(boolean) - Method in class org.eclipse.xtext.xbase.typing.AbstractTypeProvider
 
- 
Deprecated.
  
- getDebugLocationData() - Method in class org.eclipse.xtext.builder.trace.impl.TracePackageImpl
 
-  
 
- getDebugLocationData() - Method in interface org.eclipse.xtext.builder.trace.TracePackage
 
- 
 
- getDebugLocationData_EndLineNumber() - Method in class org.eclipse.xtext.builder.trace.impl.TracePackageImpl
 
-  
 
- getDebugLocationData_EndLineNumber() - Method in interface org.eclipse.xtext.builder.trace.TracePackage
 
- 
 
- getDebugLocationData_EndOffset() - Method in class org.eclipse.xtext.builder.trace.impl.TracePackageImpl
 
-  
 
- getDebugLocationData_EndOffset() - Method in interface org.eclipse.xtext.builder.trace.TracePackage
 
- 
Returns the meta object for the attribute '
End Offset'
 
 
- getDebugLocationData_Label() - Method in class org.eclipse.xtext.builder.trace.impl.TracePackageImpl
 
-  
 
- getDebugLocationData_Label() - Method in interface org.eclipse.xtext.builder.trace.TracePackage
 
- 
Returns the meta object for the attribute '
Label'
 
 
- getDebugLocationData_Length() - Method in class org.eclipse.xtext.builder.trace.impl.TracePackageImpl
 
-  
 
- getDebugLocationData_Length() - Method in interface org.eclipse.xtext.builder.trace.TracePackage
 
- 
Returns the meta object for the attribute '
Length'
 
 
- getDebugLocationData_LineNumber() - Method in class org.eclipse.xtext.builder.trace.impl.TracePackageImpl
 
-  
 
- getDebugLocationData_LineNumber() - Method in interface org.eclipse.xtext.builder.trace.TracePackage
 
- 
Returns the meta object for the attribute '
Line Number'
 
 
- getDebugLocationData_Offset() - Method in class org.eclipse.xtext.builder.trace.impl.TracePackageImpl
 
-  
 
- getDebugLocationData_Offset() - Method in interface org.eclipse.xtext.builder.trace.TracePackage
 
- 
Returns the meta object for the attribute '
Offset'
 
 
- getDebugLocationData_Path() - Method in class org.eclipse.xtext.builder.trace.impl.TracePackageImpl
 
-  
 
- getDebugLocationData_Path() - Method in interface org.eclipse.xtext.builder.trace.TracePackage
 
- 
Returns the meta object for the attribute '
Path'
 
 
- getDebugTraceRegion() - Method in class org.eclipse.xtext.builder.trace.impl.TracePackageImpl
 
-  
 
- getDebugTraceRegion() - Method in interface org.eclipse.xtext.builder.trace.TracePackage
 
- 
 
- getDebugTraceRegion_Associations() - Method in class org.eclipse.xtext.builder.trace.impl.TracePackageImpl
 
-  
 
- getDebugTraceRegion_Associations() - Method in interface org.eclipse.xtext.builder.trace.TracePackage
 
- 
Returns the meta object for the containment reference list '
Associations'
 
 
- getDebugTraceRegion_Label() - Method in class org.eclipse.xtext.builder.trace.impl.TracePackageImpl
 
-  
 
- getDebugTraceRegion_Label() - Method in interface org.eclipse.xtext.builder.trace.TracePackage
 
- 
Returns the meta object for the attribute '
Label'
 
 
- getDebugTraceRegion_MyEndLineNumber() - Method in class org.eclipse.xtext.builder.trace.impl.TracePackageImpl
 
-  
 
- getDebugTraceRegion_MyEndLineNumber() - Method in interface org.eclipse.xtext.builder.trace.TracePackage
 
- 
 
- getDebugTraceRegion_MyEndOffset() - Method in class org.eclipse.xtext.builder.trace.impl.TracePackageImpl
 
-  
 
- getDebugTraceRegion_MyEndOffset() - Method in interface org.eclipse.xtext.builder.trace.TracePackage
 
- 
 
- getDebugTraceRegion_MyLength() - Method in class org.eclipse.xtext.builder.trace.impl.TracePackageImpl
 
-  
 
- getDebugTraceRegion_MyLength() - Method in interface org.eclipse.xtext.builder.trace.TracePackage
 
- 
Returns the meta object for the attribute '
My Length'
 
 
- getDebugTraceRegion_MyLineNumber() - Method in class org.eclipse.xtext.builder.trace.impl.TracePackageImpl
 
-  
 
- getDebugTraceRegion_MyLineNumber() - Method in interface org.eclipse.xtext.builder.trace.TracePackage
 
- 
 
- getDebugTraceRegion_MyOffset() - Method in class org.eclipse.xtext.builder.trace.impl.TracePackageImpl
 
-  
 
- getDebugTraceRegion_MyOffset() - Method in interface org.eclipse.xtext.builder.trace.TracePackage
 
- 
Returns the meta object for the attribute '
My Offset'
 
 
- getDebugTraceRegion_NestedRegions() - Method in class org.eclipse.xtext.builder.trace.impl.TracePackageImpl
 
-  
 
- getDebugTraceRegion_NestedRegions() - Method in interface org.eclipse.xtext.builder.trace.TracePackage
 
- 
Returns the meta object for the containment reference list '
Nested Regions'
 
 
- getDECIMALRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getDECIMALRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getDECIMALRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getDECIMALTerminalRuleCall_1_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.NumberElements
 
-  
 
- getDECIMALTerminalRuleCall_1_1_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.NumberElements
 
-  
 
- getDeclaration() - Method in class org.eclipse.xtext.xbase.typesystem.override.AbstractResolvedOperation
 
-  
 
- getDeclaration() - Method in interface org.eclipse.xtext.xbase.typesystem.override.IResolvedConstructor
 
- 
Returns the declared constructor that is resolved.
 
- getDeclaration() - Method in interface org.eclipse.xtext.xbase.typesystem.override.IResolvedExecutable
 
- 
Returns the declared executable that is resolved.
 
- getDeclaration() - Method in interface org.eclipse.xtext.xbase.typesystem.override.IResolvedOperation
 
- 
Returns the declared operation that is resolved.
 
- getDeclaration() - Method in class org.eclipse.xtext.xbase.typesystem.override.ResolvedConstructor
 
-  
 
- getDeclarationSection(int, int, DocumentRewriter.Section) - Method in class org.eclipse.xtext.xbase.ui.refactoring.ExtractVariableRefactoring
 
-  
 
- getDeclarationTarget(EObject) - Method in class org.eclipse.xtext.xbase.ui.jvmmodel.refactoring.jdt.CombinedJvmJdtRenameContextFactory
 
-  
 
- getDeclarationTextEdit(String) - Method in class org.eclipse.xtext.ui.refactoring.impl.DefaultRenameStrategy
 
-  
 
- getDeclarator() - Method in class org.eclipse.xtext.common.types.impl.JvmTypeParameterImpl
 
-  
 
- getDeclarator() - Method in interface org.eclipse.xtext.common.types.JvmTypeParameter
 
- 
Returns the value of the 'Declarator' container reference.
 
- getDeclaratorParameterMapping() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractLinkingCandidate
 
-  
 
- getDeclaratorParameterMapping() - Method in class org.eclipse.xtext.xbase.typesystem.internal.FeatureLinkingCandidate
 
-  
 
- getDeclaratorParameterMapping() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedFeature
 
-  
 
- getDeclaratorSimpleName(JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractAmbiguousLinkingCandidate
 
-  
 
- getDeclaratorSimpleName(JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.typesystem.internal.SuspiciouslyOverloadedCandidate
 
-  
 
- getDeclaredBoundsContext(JvmExecutable) - Method in class org.eclipse.xtext.common.types.util.LoggingTypeArgumentDecorator
 
- 
Deprecated.
  
- getDeclaredBoundsContext(JvmExecutable) - Method in class org.eclipse.xtext.common.types.util.TypeArgumentContextProvider
 
- 
Deprecated.
  
- getDeclaredConstructors() - Method in class org.eclipse.xtext.common.types.impl.JvmGenericTypeImpl
 
-  
 
- getDeclaredConstructors() - Method in class org.eclipse.xtext.common.types.impl.JvmGenericTypeImplCustom
 
-  
 
- getDeclaredConstructors() - Method in interface org.eclipse.xtext.common.types.JvmGenericType
 
-  
 
- getDeclaredConstructors() - Method in class org.eclipse.xtext.xbase.typesystem.override.ResolvedOperations
 
-  
 
- getDeclaredFields() - Method in class org.eclipse.xtext.common.types.impl.JvmDeclaredTypeImpl
 
-  
 
- getDeclaredFields() - Method in class org.eclipse.xtext.common.types.impl.JvmDeclaredTypeImplCustom
 
-  
 
- getDeclaredFields() - Method in interface org.eclipse.xtext.common.types.JvmDeclaredType
 
-  
 
- getDeclaredFormalParameters() - Method in class org.eclipse.xtext.xbase.impl.XClosureImpl
 
-  
 
- getDeclaredFormalParameters() - Method in interface org.eclipse.xtext.xbase.XClosure
 
- 
Returns the value of the 'Declared Formal Parameters' containment reference list.
 
- getDeclaredFormalParametersAssignment_0_0_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XShortClosureElements
 
-  
 
- getDeclaredFormalParametersAssignment_0_0_1_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XShortClosureElements
 
-  
 
- getDeclaredFormalParametersAssignment_1_0_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XClosureElements
 
-  
 
- getDeclaredFormalParametersAssignment_1_0_0_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XClosureElements
 
-  
 
- getDeclaredFormalParametersJvmFormalParameterParserRuleCall_0_0_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XShortClosureElements
 
-  
 
- getDeclaredFormalParametersJvmFormalParameterParserRuleCall_0_0_1_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XShortClosureElements
 
-  
 
- getDeclaredFormalParametersJvmFormalParameterParserRuleCall_1_0_0_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XClosureElements
 
-  
 
- getDeclaredFormalParametersJvmFormalParameterParserRuleCall_1_0_0_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XClosureElements
 
-  
 
- getDeclaredOperations() - Method in class org.eclipse.xtext.common.types.impl.JvmDeclaredTypeImpl
 
-  
 
- getDeclaredOperations() - Method in class org.eclipse.xtext.common.types.impl.JvmDeclaredTypeImplCustom
 
-  
 
- getDeclaredOperations() - Method in interface org.eclipse.xtext.common.types.JvmDeclaredType
 
-  
 
- getDeclaredOperations() - Method in class org.eclipse.xtext.xbase.typesystem.override.ResolvedOperations
 
-  
 
- getDeclaredOperations(String) - Method in class org.eclipse.xtext.xbase.typesystem.override.ResolvedOperations
 
-  
 
- getDeclaredParam() - Method in class org.eclipse.xtext.xbase.impl.XCatchClauseImpl
 
-  
 
- getDeclaredParam() - Method in class org.eclipse.xtext.xbase.impl.XForLoopExpressionImpl
 
-  
 
- getDeclaredParam() - Method in interface org.eclipse.xtext.xbase.XCatchClause
 
- 
Returns the value of the 'Declared Param' containment reference
 
- getDeclaredParam() - Method in interface org.eclipse.xtext.xbase.XForLoopExpression
 
- 
Returns the value of the 'Declared Param' containment reference
 
- getDeclaredParamAssignment_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCatchClauseElements
 
-  
 
- getDeclaredParamAssignment_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XForLoopExpressionElements
 
-  
 
- getDeclaredParameterType(JvmFormalParameter, ITypeComputationState) - Method in class org.eclipse.xtext.xbase.typesystem.computation.XbaseTypeComputer
 
-  
 
- getDeclaredParamFullJvmFormalParameterParserRuleCall_2_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCatchClauseElements
 
-  
 
- getDeclaredParamJvmFormalParameterParserRuleCall_3_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XForLoopExpressionElements
 
-  
 
- getDeclaredType() - Method in class org.eclipse.xtext.common.types.util.LoggingTypeArgumentDecorator
 
- 
Deprecated.
  
- getDeclaredType() - Method in class org.eclipse.xtext.common.types.util.TypeArgumentContextProvider.AbstractRequest
 
- 
Deprecated.
  
- getDeclaredType() - Method in interface org.eclipse.xtext.common.types.util.TypeArgumentContextProvider.Request
 
- 
Deprecated.
  
- getDeclaredType() - Method in class org.eclipse.xtext.xbase.typesystem.arguments.AssignmentFeatureCallArguments
 
-  
 
- getDeclaredType() - Method in interface org.eclipse.xtext.xbase.typesystem.arguments.IFeatureCallArgumentSlot
 
-  
 
- getDeclaredType() - Method in class org.eclipse.xtext.xbase.typesystem.arguments.StandardFeatureCallArgumentSlot
 
-  
 
- getDeclaredType() - Method in class org.eclipse.xtext.xbase.typesystem.arguments.SuperfluousFeatureCallArgumentSlot
 
-  
 
- getDeclaredType(JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractLinkingCandidate
 
-  
 
- getDeclaredType(JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.typesystem.internal.FeatureLinkingCandidate
 
-  
 
- getDeclaredType(JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedFeature
 
-  
 
- getDeclaredType(JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypeLiteral
 
-  
 
- getDeclaredType(JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getDeclaredType(JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.typesystem.internal.StackedResolvedTypes
 
-  
 
- getDeclaredType(JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeLiteralLinkingCandidate
 
-  
 
- getDeclaredType() - Method in class org.eclipse.xtext.xbase.ui.hover.FeatureCallRequest
 
-  
 
- getDeclaredTypeFactory() - Method in class org.eclipse.xtext.common.types.access.impl.CachingClasspathTypeProvider
 
-  
 
- getDeclaredTypeFactory() - Method in class org.eclipse.xtext.common.types.access.impl.ClasspathTypeProvider
 
-  
 
- getDeclaredTypeParameters() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractLinkingCandidate
 
-  
 
- getDeclaredTypeParameters() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ConstructorLinkingCandidate
 
-  
 
- getDeclaredTypeParameters(JvmConstructor) - Method in class org.eclipse.xtext.xbase.typesystem.internal.FeatureLinkHelper
 
-  
 
- getDeclaredTypeParameters() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedConstructor
 
-  
 
- getDeclaredTypeParameters() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypeLiteral
 
-  
 
- getDeclaredTypeParameters() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getDeclaredTypeParameters() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes.Owner
 
-  
 
- getDeclaredTypeParameters() - Method in class org.eclipse.xtext.xbase.typesystem.internal.StackedResolvedTypes
 
-  
 
- getDeclaredTypeParameters() - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeLiteralLinkingCandidate
 
-  
 
- getDeclaredTypeParameters() - Method in class org.eclipse.xtext.xbase.typesystem.legacy.StandardTypeReferenceOwner
 
-  
 
- getDeclaredTypeParameters() - Method in interface org.eclipse.xtext.xbase.typesystem.references.ITypeReferenceOwner
 
-  
 
- getDeclaredUpperBound(JvmTypeParameterDeclarator, int, ConstraintVisitingInfo) - Method in class org.eclipse.xtext.xbase.typesystem.util.CustomTypeParameterSubstitutor
 
-  
 
- getDeclaredUpperBound(JvmTypeParameter, ConstraintVisitingInfo) - Method in class org.eclipse.xtext.xbase.typesystem.util.CustomTypeParameterSubstitutor
 
-  
 
- getDeclaredUpperBound(JvmTypeParameter, ConstraintVisitingInfo) - Method in class org.eclipse.xtext.xbase.typesystem.util.TypeParameterByConstraintSubstitutor
 
-  
 
- getDeclaredVariance() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightBoundTypeArgument
 
-  
 
- getDeclaringClass() - Method in class org.eclipse.xtext.util.PolymorphicDispatcher.MethodDesc
 
-  
 
- getDeclaringType() - Method in class org.eclipse.xtext.common.types.impl.JvmMemberImpl
 
-  
 
- getDeclaringType() - Method in interface org.eclipse.xtext.common.types.JvmMember
 
- 
Returns the value of the 'Declaring Type' container reference.
 
- getDeclaringType(EObject) - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseHoverDocumentationProvider
 
-  
 
- getDeclaringTypeElement(JvmMember) - Method in class org.eclipse.xtext.common.types.util.jdt.JavaElementFinder.Implementation
 
-  
 
- getDeclaringTypeReference(JvmDeclaredType, ITypeReferenceOwner, ITypeArgumentContext) - Method in class org.eclipse.xtext.xbase.typesystem.legacy.LegacyFeatureOverridesService
 
- 
Deprecated.
  
- getDecorated(ImageDescriptor, int) - Method in class org.eclipse.xtext.xbase.ui.labeling.XbaseImages2
 
-  
 
- getDecoratedJdtImage(ImageDescriptor, int) - Method in class org.eclipse.xtext.xbase.ui.labeling.XbaseImages
 
- 
Deprecated.
  
- getDecreaseIndentationChange() - Method in class org.eclipse.xtext.xbase.formatting.FormattingData
 
-  
 
- getDefault() - Static method in class org.eclipse.xtext.builder.internal.Activator
 
-  
 
- getDefault() - Static method in class org.eclipse.xtext.ui.ecore.Activator
 
- 
Returns the shared instance
 
- getDefault() - Static method in class org.eclipse.xtext.ui.internal.Activator
 
-  
 
- getDefault() - Static method in class org.eclipse.xtext.ui.junit.Activator
 
- 
Returns the shared instance
 
- getDefault() - Static method in class org.eclipse.xtext.ui.shared.internal.Activator
 
-  
 
- getDefault() - Method in class org.eclipse.xtext.xbase.impl.XSwitchExpressionImpl
 
-  
 
- getDefault() - Method in interface org.eclipse.xtext.xbase.XSwitchExpression
 
- 
Returns the value of the 'Default' containment reference
 
- getDefault() - Static method in class org.eclipse.xtext.xtext.ui.Activator
 
- 
Returns the shared instance
 
- getDefault() - Static method in class org.eclipse.xtext.xtext.ui.graph.bundle.Activator
 
-  
 
- getDefaultAssignment_5_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getDefaultBoolean(String) - Method in class org.eclipse.xtext.ui.editor.preferences.FixedScopedPreferenceStore
 
-  
 
- getDefaultClass(int) - Method in class org.eclipse.xtext.util.PolymorphicDispatcher
 
-  
 
- getDefaultConfigName() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.WizardNewXtextProjectCreationPage
 
-  
 
- getDefaultDouble(String) - Method in class org.eclipse.xtext.ui.editor.preferences.FixedScopedPreferenceStore
 
-  
 
- getDefaultEditorImageDescriptor(String) - Method in class org.eclipse.xtext.ui.label.DefaultEditorImageUtil
 
-  
 
- getDefaultEncoding() - Method in class org.eclipse.xtext.parser.IEncodingProvider.Runtime
 
-  
 
- getDefaultEPackageInfo() - Method in class org.eclipse.xtext.xtext.ui.wizard.ecore2xtext.Ecore2XtextProjectInfo
 
-  
 
- getDefaultEPackageInfo() - Method in class org.eclipse.xtext.xtext.ui.wizard.ecore2xtext.WizardSelectImportedEPackagePage
 
-  
 
- getDefaultExpansionLevel() - Method in class org.eclipse.xtext.ui.editor.outline.impl.OutlinePage
 
-  
 
- getDefaultExpansionLevel() - Method in class org.eclipse.xtext.xtext.ui.editor.outline.XtextOutlinePage
 
-  
 
- getDefaultFloat(String) - Method in class org.eclipse.xtext.ui.editor.preferences.FixedScopedPreferenceStore
 
-  
 
- getDefaultHint() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractLinkingCandidate.ArgumentTypeComputationState
 
-  
 
- getDefaultImage() - Method in class org.eclipse.xtext.ui.editor.outline.impl.OutlineNodeLabelProvider.Delegate
 
-  
 
- getDefaultImage() - Method in class org.eclipse.xtext.ui.editor.XtextEditor
 
-  
 
- getDefaultImage() - Method in class org.eclipse.xtext.ui.label.AbstractLabelProvider
 
-  
 
- getDefaultImage() - Method in class org.eclipse.xtext.ui.PluginImageHelper
 
-  
 
- getDefaultInt(String) - Method in class org.eclipse.xtext.ui.editor.preferences.FixedScopedPreferenceStore
 
-  
 
- getDefaultKeyword_5_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getDefaultLiteral(JvmPrimitiveType) - Method in class org.eclipse.xtext.xbase.compiler.FeatureCallCompiler
 
-  
 
- getDefaultLocation(Point) - Method in class org.eclipse.xtext.ui.editor.outline.quickoutline.QuickOutlinePopup
 
-  
 
- getDefaultLong(String) - Method in class org.eclipse.xtext.ui.editor.preferences.FixedScopedPreferenceStore
 
-  
 
- getDefaultMessage() - Method in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser.LexerErrorContext
 
-  
 
- getDefaultMessage() - Method in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser.ParserErrorContext
 
-  
 
- getDefaultMessage() - Method in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser.ValueConverterErrorContext
 
-  
 
- getDefaultMessage() - Method in interface org.eclipse.xtext.parser.antlr.ISyntaxErrorMessageProvider.IErrorContext
 
- 
Provides the default error message as it is produced by the parser.
 
- getDefaultName(XExpression) - Method in class org.eclipse.xtext.xbase.ui.refactoring.NewFeatureNameUtil
 
-  
 
- getDefaultObjectValue(LightweightTypeReference) - Method in class org.eclipse.xtext.xbase.interpreter.impl.XbaseInterpreter
 
-  
 
- getDefaultParams(XtextResource, int) - Method in class org.eclipse.xtext.junit4.parameterized.XpectParameterProvider
 
- 
Deprecated.
  
- getDefaultPrefixes(ISourceViewer, String) - Method in class org.eclipse.xtext.ui.editor.toggleComments.DefaultSingleLineCommentHelper
 
-  
 
- getDefaultPrefixes(ISourceViewer, String) - Method in interface org.eclipse.xtext.ui.editor.toggleComments.ISingleLineCommentHelper
 
-  
 
- getDefaultPrefixes(ISourceViewer, String) - Method in class org.eclipse.xtext.ui.editor.XtextSourceViewerConfiguration
 
-  
 
- getDefaultPriority() - Method in class org.eclipse.xtext.ui.editor.contentassist.ContentProposalPriorities
 
-  
 
- getDefaultPriority() - Method in interface org.eclipse.xtext.ui.editor.contentassist.IContentProposalPriorities
 
-  
 
- getDefaultPriority() - Method in class org.eclipse.xtext.xbase.scoping.XbaseScopeProvider
 
- 
Deprecated.
  
- getDefaultRenameSupport(IRenameElementContext) - Method in class org.eclipse.xtext.ui.refactoring.ui.DefaultRenameSupport.Factory
 
-  
 
- getDefaultReplaceRootNode() - Method in class org.eclipse.xtext.parser.impl.PartialParsingPointers
 
-  
 
- getDefaultRuleName() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parser.antlr.SimpleAntlrParser
 
-  
 
- getDefaultRuleName() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parser.antlr.SimpleExpressionsParser
 
-  
 
- getDefaultRuleName() - Method in class org.eclipse.xtext.parser.antlr.AbstractAntlrParser
 
-  
 
- getDefaultRuleName() - Method in class org.eclipse.xtext.parser.antlr.XtextParser
 
-  
 
- getDefaultRuleName() - Method in class org.eclipse.xtext.purexbase.parser.antlr.PureXbaseParser
 
-  
 
- getDefaultRuleName() - Method in class org.eclipse.xtext.ui.codetemplates.parser.antlr.CodetemplatesParser
 
-  
 
- getDefaultRuleName() - Method in class org.eclipse.xtext.ui.codetemplates.parser.antlr.SingleCodetemplateParser
 
-  
 
- getDefaultRuleName() - Method in class org.eclipse.xtext.xbase.annotations.parser.antlr.XbaseWithAnnotationsParser
 
-  
 
- getDefaultRuleName() - Method in class org.eclipse.xtext.xbase.parser.antlr.XbaseParser
 
-  
 
- getDefaultRuleName() - Method in class org.eclipse.xtext.xbase.parser.antlr.XtypeParser
 
-  
 
- getDefaultScopeProvider() - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractFeatureScopeSession
 
-  
 
- getDefaultScopeProvider() - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractNestedFeatureScopeSession
 
-  
 
- getDefaultScopeProvider() - Method in class org.eclipse.xtext.xbase.scoping.batch.RootFeatureScopeSession
 
-  
 
- getDefaultScopeProviderSuperClassName() - Method in class org.eclipse.xtext.generator.scoping.AbstractScopingFragment
 
-  
 
- getDefaultString(String) - Method in class org.eclipse.xtext.ui.editor.preferences.FixedScopedPreferenceStore
 
-  
 
- getDefaultStyledText() - Method in class org.eclipse.xtext.ui.label.AbstractLabelProvider
 
-  
 
- getDefaultTerminalConverterFactory() - Method in class org.eclipse.xtext.conversion.impl.AbstractDeclarativeValueConverterService
 
-  
 
- getDefaultText() - Method in class org.eclipse.xtext.ui.editor.outline.impl.OutlineNodeLabelProvider.Delegate
 
-  
 
- getDefaultText() - Method in class org.eclipse.xtext.ui.label.AbstractLabelProvider
 
-  
 
- getDefaultType() - Method in class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer
 
-  
 
- getDefaultValidationFeature() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractPendingLinkingCandidate
 
-  
 
- getDefaultValidationFeature() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ConstructorLinkingCandidate
 
-  
 
- getDefaultValidatorSuperClassName() - Method in class org.eclipse.xtext.generator.validation.JavaValidatorFragment
 
-  
 
- getDefaultValue() - Method in class org.eclipse.xtext.common.types.impl.JvmOperationImpl
 
-  
 
- getDefaultValue() - Method in interface org.eclipse.xtext.common.types.JvmOperation
 
- 
Returns the value of the 'Default Value' containment reference
 
- getDefaultValue() - Method in class org.eclipse.xtext.preferences.PreferenceKey
 
-  
 
- getDefaultValueLiteral(XExpression) - Method in class org.eclipse.xtext.xbase.compiler.AbstractXbaseCompiler
 
-  
 
- getDefaultWrap() - Method in class org.eclipse.xtext.formatting.impl.FormattingConfig.LinewrapLocator
 
-  
 
- getDefaultXExpressionParserRuleCall_5_2_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getDefautColor() - Method in class org.eclipse.xtext.ui.editor.bracketmatching.BracketMatchingPreferencesInitializer
 
-  
 
- getDefinesHiddenTokensAssignment_2_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParserRuleElements
 
-  
 
- getDefinesHiddenTokensAssignment_3_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getDefinesHiddenTokensHiddenKeyword_2_0_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParserRuleElements
 
-  
 
- getDefinesHiddenTokensHiddenKeyword_3_0_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getDelay() - Method in class org.eclipse.xtext.ui.editor.DirtyStateEditorSupport.UpdateEditorStateJob
 
-  
 
- getDelegate() - Method in class org.eclipse.xtext.builder.clustering.CurrentDescriptions.ResourceSetAware
 
-  
 
- getDelegate() - Method in class org.eclipse.xtext.common.types.impl.JvmDelegateTypeReferenceImpl
 
-  
 
- getDelegate() - Method in interface org.eclipse.xtext.common.types.JvmDelegateTypeReference
 
- 
Returns the value of the 'Delegate' reference
 
- getDelegate() - Method in class org.eclipse.xtext.generator.IOutputConfigurationProvider.Delegate
 
-  
 
- getDelegate() - Method in class org.eclipse.xtext.nodemodel.util.ReversedBidiIterable
 
-  
 
- getDelegate() - Method in class org.eclipse.xtext.nodemodel.util.ReversedBidiIterator
 
-  
 
- getDelegate() - Method in class org.eclipse.xtext.nodemodel.util.ReversedBidiTreeIterable
 
-  
 
- getDelegate() - Method in class org.eclipse.xtext.nodemodel.util.ReversedBidiTreeIterator
 
-  
 
- getDelegate() - Method in class org.eclipse.xtext.parser.antlr.AbstractSplittingTokenSource
 
-  
 
- getDelegate() - Method in class org.eclipse.xtext.resource.containers.DelegatingIAllContainerAdapter
 
-  
 
- getDelegate() - Method in class org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
 
-  
 
- getDelegate() - Method in class org.eclipse.xtext.scoping.impl.DelegatingScopeProvider
 
-  
 
- getDelegate() - Method in interface org.eclipse.xtext.scoping.impl.IDelegatingScopeProvider
 
- 
Provides access to the delegate.
 
- getDelegate() - Method in class org.eclipse.xtext.serializer.acceptor.DelegatingSequenceAcceptor
 
-  
 
- getDelegate() - Method in class org.eclipse.xtext.ui.editor.contentassist.FQNPrefixMatcher
 
-  
 
- getDelegate() - Method in class org.eclipse.xtext.ui.editor.contentassist.ICompletionProposalAcceptor.Delegate
 
-  
 
- getDelegate() - Method in class org.eclipse.xtext.ui.editor.contentassist.ITemplateAcceptor.Delegate
 
-  
 
- getDelegate() - Method in class org.eclipse.xtext.ui.refactoring.impl.DisplayChangeWrapper.Generic
 
-  
 
- getDelegate() - Method in class org.eclipse.xtext.ui.refactoring.impl.DisplayChangeWrapper.TextEditBased
 
-  
 
- getDelegate() - Method in interface org.eclipse.xtext.ui.refactoring.impl.DisplayChangeWrapper.Wrapper
 
-  
 
- getDelegate() - Method in class org.eclipse.xtext.validation.CompositeEValidator.EValidatorEqualitySupport
 
-  
 
- getDelegate() - Method in class org.eclipse.xtext.xbase.compiler.OnTheFlyJavaCompiler.PatchedFileSystem
 
-  
 
- getDelegate() - Method in class org.eclipse.xtext.xbase.linking.XbaseLinkingScopeProvider
 
-  
 
- getDelegate() - Method in class org.eclipse.xtext.xbase.scoping.batch.DelegatingScopes
 
-  
 
- getDelegate() - Method in class org.eclipse.xtext.xbase.scoping.batch.XbaseBatchScopeProvider
 
-  
 
- getDelegate() - Method in class org.eclipse.xtext.xbase.scoping.DelegatingScope
 
- 
Deprecated.
  
- getDelegate() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.FilteredDelegatingScope
 
- 
Deprecated.
  
- getDelegate(int) - Method in class org.eclipse.xtext.xbase.typesystem.internal.CompoundReentrantTypeResolver
 
-  
 
- getDelegate(XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.internal.CompoundReentrantTypeResolver
 
-  
 
- getDelegate() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ForwardingTypeComputationState
 
-  
 
- getDelegate() - Method in class org.eclipse.xtext.xbase.ui.contentassist.MultiNameDescription
 
-  
 
- getDelegateRuleName() - Method in class org.eclipse.xtext.conversion.impl.QualifiedNameValueConverter
 
-  
 
- getDelegateRuleName() - Method in class org.eclipse.xtext.xbase.conversion.XbaseQualifiedNameValueConverter
 
-  
 
- getDelimiter() - Method in class org.eclipse.xtext.common.types.impl.JvmCompoundTypeReferenceImplCustom
 
-  
 
- getDelimiter() - Method in class org.eclipse.xtext.common.types.impl.JvmMultiTypeReferenceImplCustom
 
-  
 
- getDelimiter() - Method in class org.eclipse.xtext.common.types.impl.JvmSynonymTypeReferenceImplCustom
 
-  
 
- getDelimiter() - Method in class org.eclipse.xtext.naming.IQualifiedNameConverter.DefaultImpl
 
-  
 
- getDelimiter() - Method in class org.eclipse.xtext.ui.editor.contentassist.FQNPrefixMatcher
 
-  
 
- getDelimiter() - Method in class org.eclipse.xtext.xtext.XtextQualifiedNameConverter
 
-  
 
- getDelimiterFieldName(AbstractElement) - Static method in class org.eclipse.xtext.generator.parser.packrat.PackratParserGenUtil
 
-  
 
- getDeltas() - Method in class org.eclipse.xtext.builder.impl.BuildContext
 
-  
 
- getDeltas() - Method in interface org.eclipse.xtext.builder.IXtextBuilderParticipant.IBuildContext
 
- 
Returns the list of resource deltas that was produced by this run of the incremental project builder.
 
- getDeltas() - Method in class org.eclipse.xtext.resource.impl.ResourceDescriptionChangeEvent
 
-  
 
- getDeltas() - Method in interface org.eclipse.xtext.resource.IResourceDescription.CoarseGrainedEvent
 
-  
 
- getDeltas() - Method in interface org.eclipse.xtext.resource.IResourceDescription.Event
 
-  
 
- getDependentElementURIs(EObject, IProgressMonitor) - Method in interface org.eclipse.xtext.ui.refactoring.IDependentElementsCalculator
 
-  
 
- getDependentElementURIs(EObject, IProgressMonitor) - Method in class org.eclipse.xtext.ui.refactoring.impl.DefaultDependentElementsCalculator
 
-  
 
- getDependentElementURIs(EObject, IProgressMonitor) - Method in class org.eclipse.xtext.xbase.ui.jvmmodel.refactoring.JvmModelDependentElementsCalculator
 
-  
 
- getDependentElementURIs(EObject, IProgressMonitor) - Method in class org.eclipse.xtext.xtext.ui.refactoring.XtextDependentElementsCalculator
 
-  
 
- getDependingAssignment() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ConstraintElement
 
-  
 
- getDependingAssignment() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraintElement
 
-  
 
- getDependingFeatures() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.FeatureInfo
 
-  
 
- getDependingFeatures() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IFeatureInfo
 
-  
 
- getDerivedElementInformation(EObject) - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseHoverDocumentationProvider
 
-  
 
- getDerivedOrOriginalDeclarationInformation(EObject) - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseHoverDocumentationProvider
 
-  
 
- getDerivedOrSourceSignature(EObject) - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseDeclarativeHoverSignatureProvider
 
-  
 
- getDerivedResourceMarkers() - Method in class org.eclipse.xtext.builder.BuilderParticipant
 
-  
 
- getDescription() - Method in class org.eclipse.xtext.generator.OutputConfiguration
 
-  
 
- getDescription() - Method in class org.eclipse.xtext.junit4.parameterized.ParameterizedXtextRunner.ParameterSetRunner
 
- 
Deprecated.
  
- getDescription() - Method in class org.eclipse.xtext.junit4.parameterized.ParameterizedXtextRunner.ResourceRunner
 
- 
Deprecated.
  
- getDescription() - Method in class org.eclipse.xtext.m2e.OutputConfiguration
 
-  
 
- getDescription() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.Codetemplate
 
- 
Returns the value of the 'Description' attribute
 
- getDescription() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.CodetemplateImpl
 
-  
 
- getDescription() - Method in interface org.eclipse.xtext.ui.codetemplates.ui.resolvers.IInspectableTemplateVariableResolver
 
-  
 
- getDescription() - Method in class org.eclipse.xtext.ui.codetemplates.ui.resolvers.InspectableTemplateVariableResolverDecorator
 
-  
 
- getDescription() - Method in class org.eclipse.xtext.ui.editor.DocumentBasedDirtyResource
 
-  
 
- getDescription() - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceSearchViewTreeNode
 
-  
 
- getDescription() - Method in interface org.eclipse.xtext.ui.editor.IDirtyResource
 
-  
 
- getDescription() - Method in class org.eclipse.xtext.ui.editor.outline.impl.OutlineMode
 
-  
 
- getDescription() - Method in class org.eclipse.xtext.ui.editor.quickfix.IssueResolution
 
-  
 
- getDescription() - Method in class org.eclipse.xtext.ui.editor.quickfix.MarkerResolutionGenerator.ResolutionAdapter
 
-  
 
- getDescriptionAssignment_4() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplateElements
 
-  
 
- getDescriptionLabelProviderQualifiedName(Grammar, Naming) - Static method in class org.eclipse.xtext.ui.generator.labeling.LabelProviderFragment
 
-  
 
- getDescriptionProvider() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.IJvmFeatureScopeProvider.FeatureScopeDescription
 
- 
Deprecated.
  
- getDescriptions(ResourceSet) - Method in class org.eclipse.xtext.mwe.RuntimeResourceSetInitializer
 
-  
 
- getDescriptions() - Method in class org.eclipse.xtext.resource.impl.ResourceDescriptionsBasedContainer
 
-  
 
- getDescriptionsByName(String, IFeaturesForTypeProvider, JvmTypeReference, Function<? super JvmFeatureDescription, ? extends ITypeArgumentContext>, ITypeArgumentContext, Iterable<JvmTypeReference>) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.DefaultJvmFeatureDescriptionProvider
 
- 
Deprecated.
  
- getDescriptionsByName(String, IFeaturesForTypeProvider, JvmTypeReference, Function<? super JvmFeatureDescription, ? extends ITypeArgumentContext>, ITypeArgumentContext, Iterable<JvmTypeReference>) - Method in interface org.eclipse.xtext.xbase.scoping.featurecalls.IJvmFeatureDescriptionProvider
 
- 
Deprecated.
  
- getDescriptionsByName(QualifiedName) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.LazyJvmFeatureScopeStrategy
 
- 
Deprecated.
  
- getDescriptionSTRINGTerminalRuleCall_4_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplateElements
 
-  
 
- getDescriptionUtils() - Method in class org.eclipse.xtext.resource.impl.DefaultResourceDescriptionManager
 
-  
 
- getDescriptionUtils() - Method in class org.eclipse.xtext.ui.editor.ValidationJobScheduler
 
-  
 
- getDescriptor() - Method in class org.eclipse.xtext.ui.refactoring.impl.DisplayChangeWrapper.Generic
 
-  
 
- getDescriptor() - Method in class org.eclipse.xtext.ui.refactoring.impl.DisplayChangeWrapper.TextEditBased
 
-  
 
- getDetails() - Method in interface org.eclipse.xtext.xbase.typesystem.override.IOverrideCheckResult
 
- 
Obtain details on the override check.
 
- getDetails() - Method in class org.eclipse.xtext.xbase.typesystem.override.LazyOverrideCheckResult
 
-  
 
- getDetector() - Method in class org.eclipse.xtext.ui.editor.hyperlinking.OpenDeclarationHandler
 
-  
 
- getDiagnostic() - Method in class org.eclipse.xtext.junit.validation.AssertableDiagnostics
 
-  
 
- getDiagnostic() - Method in class org.eclipse.xtext.junit4.validation.AssertableDiagnostics
 
-  
 
- getDiagnosticComparator() - Method in class org.eclipse.xtext.mwe.Validator
 
-  
 
- getDiagnosticConverter() - Method in class org.eclipse.xtext.validation.ResourceValidatorImpl
 
-  
 
- getDiagnosticData() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractAmbiguousLinkingCandidate
 
-  
 
- getDiagnosticData() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AmbiguousConstructorLinkingCandidate
 
-  
 
- getDiagnosticData() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AmbiguousFeatureLinkingCandidate
 
-  
 
- getDiagnostician() - Method in class org.eclipse.xtext.validation.ResourceValidatorImpl
 
-  
 
- getDiagnosticList(DiagnosticMessage) - Method in class org.eclipse.xtext.linking.lazy.LazyLinkingResource
 
-  
 
- getDiagnosticList(LazyLinkingResource, DiagnosticMessage) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractUnresolvableReferenceWithNode
 
-  
 
- getDiagnosticMessage(AbstractParseTreeConstructor.AbstractToken) - Method in class org.eclipse.xtext.parsetree.reconstr.impl.TreeConstructionReportImpl
 
-  
 
- getDiagnosticMessage(AbstractParseTreeConstructor.AssignmentToken) - Method in class org.eclipse.xtext.parsetree.reconstr.impl.TreeConstructionReportImpl
 
-  
 
- getDiagnosticMessageProvider() - Method in class org.eclipse.xtext.linking.impl.Linker
 
-  
 
- getDiagnosticMessageProvider() - Method in class org.eclipse.xtext.linking.lazy.LazyLinkingResource
 
-  
 
- getDiagnostics() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.TreeConstructionReportImpl
 
-  
 
- getDiagnostics() - Method in interface org.eclipse.xtext.parsetree.reconstr.IParseTreeConstructor.TreeConstructionReport
 
-  
 
- getDialogBoundsSettings() - Method in class org.eclipse.xtext.ui.codetemplates.ui.preferences.EditTemplateDialog
 
-  
 
- getDialogSettings() - Method in class org.eclipse.xtext.ui.codetemplates.ui.preferences.TemplatesLanguageConfiguration
 
-  
 
- getDialogSettings() - Method in class org.eclipse.xtext.ui.editor.contentassist.DefaultContentAssistantFactory
 
-  
 
- getDialogSettings() - Method in class org.eclipse.xtext.ui.editor.outline.quickoutline.QuickOutlinePopup
 
-  
 
- getDigits(XNumberLiteral) - Method in class org.eclipse.xtext.xbase.typesystem.computation.NumberLiterals
 
-  
 
- getDimensions() - Method in class org.eclipse.xtext.common.types.impl.JvmArrayTypeImpl
 
-  
 
- getDimensions() - Method in class org.eclipse.xtext.common.types.impl.JvmArrayTypeImplCustom
 
-  
 
- getDimensions() - Method in class org.eclipse.xtext.common.types.impl.JvmGenericArrayTypeReferenceImpl
 
-  
 
- getDimensions() - Method in class org.eclipse.xtext.common.types.impl.JvmGenericArrayTypeReferenceImplCustom
 
-  
 
- getDimensions() - Method in interface org.eclipse.xtext.common.types.JvmArrayType
 
-  
 
- getDimensions() - Method in interface org.eclipse.xtext.common.types.JvmGenericArrayTypeReference
 
-  
 
- getDirection() - Method in class org.eclipse.xtext.formatting.impl.MatcherNFAProvider.MatcherNFABuilder
 
-  
 
- getDirection() - Method in interface org.eclipse.xtext.grammaranalysis.IGrammarNFAProvider.NFABuilder
 
-  
 
- getDirection() - Method in class org.eclipse.xtext.grammaranalysis.impl.DefaultBackwardNFAProvider.DefaultBackwardsNFABuilder
 
-  
 
- getDirection() - Method in class org.eclipse.xtext.grammaranalysis.impl.DefaultForwardNFAProvider.DefaultForwardsNFABuilder
 
-  
 
- getDirection() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.TreeConstructionNFAProvider.TreeConstNFABuilder
 
-  
 
- getDirection() - Method in class org.eclipse.xtext.serializer.analysis.ActionFilterNFAProvider.ActionFilterNFABuilder
 
-  
 
- getDirection() - Method in class org.eclipse.xtext.serializer.analysis.TypeFinderNFAProvider.TypeFinderNFABuilder
 
-  
 
- getDirection() - Method in class org.eclipse.xtext.util.formallang.FollowerFunctionImpl
 
-  
 
- getDirtyResource() - Method in class org.eclipse.xtext.ui.editor.DirtyStateEditorSupport
 
-  
 
- getDirtyResource(URI) - Method in class org.eclipse.xtext.ui.editor.DirtyStateManager
 
-  
 
- getDirtyResourceDescription(URI) - Method in class org.eclipse.xtext.ui.editor.DirtyStateManager
 
-  
 
- getDirtyResourceDescription(URI) - Method in interface org.eclipse.xtext.ui.editor.IDirtyStateManager
 
-  
 
- getDirtyStateManager() - Method in class org.eclipse.xtext.ui.editor.DirtyStateEditorSupport
 
-  
 
- getDirtyStateManager() - Method in class org.eclipse.xtext.ui.editor.ValidationJobScheduler
 
-  
 
- getDisallowedEarlyExitReferences() - Method in class org.eclipse.xtext.xbase.validation.EarlyExitValidator
 
-  
 
- getDisplay() - Method in class org.eclipse.xtext.ui.views.AbstractSourceView
 
-  
 
- getDisplayString(EObject, String, String) - Method in class org.eclipse.xtext.ui.contentassist.XtextProposalProvider
 
-  
 
- getDisplayString(EObject, String, String) - Method in class org.eclipse.xtext.ui.editor.contentassist.AbstractContentProposalProvider
 
-  
 
- getDisplayString() - Method in class org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal
 
-  
 
- getDisplayString() - Method in class org.eclipse.xtext.ui.editor.quickfix.QuickAssistCompletionProposal
 
-  
 
- getDisplayString() - Method in class org.eclipse.xtext.xbase.ui.contentassist.ParameterData
 
-  
 
- getDocument(String) - Method in class org.eclipse.xtext.junit4.ui.ContentAssistProcessorTestBuilder
 
-  
 
- getDocument(XtextResource, String) - Method in class org.eclipse.xtext.junit4.ui.ContentAssistProcessorTestBuilder
 
-  
 
- getDocument() - Method in class org.eclipse.xtext.junit4.ui.MockableTextViewer
 
-  
 
- getDocument() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyTextViewer
 
-  
 
- getDocument() - Method in class org.eclipse.xtext.ui.editor.AbstractDirtyStateAwareEditorCallback
 
-  
 
- getDocument() - Method in class org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext
 
- 
The actual document.
 
- getDocument() - Method in interface org.eclipse.xtext.ui.editor.DirtyStateEditorSupport.IDirtyStateEditorSupportClient
 
-  
 
- getDocument() - Method in class org.eclipse.xtext.ui.editor.embedded.EmbeddedEditor
 
-  
 
- getDocument() - Method in class org.eclipse.xtext.ui.editor.hover.AbstractHover
 
-  
 
- getDocument() - Method in class org.eclipse.xtext.ui.editor.outline.impl.AbstractOutlineNode
 
-  
 
- getDocument() - Method in class org.eclipse.xtext.ui.editor.outline.impl.DocumentRootNode
 
-  
 
- getDocument() - Method in class org.eclipse.xtext.ui.editor.validation.XtextAnnotation
 
-  
 
- getDocument() - Method in class org.eclipse.xtext.ui.editor.XtextEditor
 
-  
 
- getDocument(XtextResource, String) - Method in class org.eclipse.xtext.ui.junit.editor.contentassist.ContentAssistProcessorTestBuilder
 
-  
 
- getDocument() - Method in class org.eclipse.xtext.ui.junit.editor.contentassist.MockableTextViewer
 
-  
 
- getDocument() - Method in class org.eclipse.xtext.ui.refactoring.impl.DefaultRefactoringDocumentProvider.EditorDocument
 
-  
 
- getDocument(URI) - Method in class org.eclipse.xtext.ui.refactoring.impl.RefactoringUpdateAcceptor
 
-  
 
- getDocument(URI) - Method in interface org.eclipse.xtext.ui.refactoring.IRefactoringUpdateAcceptor
 
-  
 
- getDocument(URI) - Method in class org.eclipse.xtext.ui.refactoring.ui.DefaultLinkedPositionGroupCalculator.LocalResourceRefactoringUpdateAcceptor
 
-  
 
- getDocument() - Method in class org.eclipse.xtext.xbase.formatting.FormattableDocument
 
-  
 
- getDocument() - Method in class org.eclipse.xtext.xbase.ui.document.DocumentRewriter
 
-  
 
- getDocument() - Method in class org.eclipse.xtext.xbase.ui.document.DocumentSourceAppender
 
-  
 
- getDocument(Object) - Method in class org.eclipse.xtext.xbase.ui.editor.DocumentProviderStub
 
-  
 
- getDocument(URI) - Method in class org.eclipse.xtext.xbase.ui.refactoring.XbaseReferenceUpdater.ImportAwareUpdateAcceptor
 
-  
 
- getDocumentation(EObject) - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtHoverDocumentationProvider
 
-  
 
- getDocumentation(EObject) - Method in interface org.eclipse.xtext.documentation.IEObjectDocumentationProvider
 
- 
returns the documentation or null if no documentation is attached to the given EObject.
 
- getDocumentation(EObject) - Method in class org.eclipse.xtext.documentation.impl.MultiLineCommentDocumentationProvider
 
-  
 
- getDocumentation(EObject) - Method in class org.eclipse.xtext.ui.editor.hover.html.DefaultEObjectHoverProvider
 
-  
 
- getDocumentation(EObject) - Method in class org.eclipse.xtext.ui.editor.hover.html.DefaultHoverDocumentationProvider
 
-  
 
- getDocumentation(EObject) - Method in interface org.eclipse.xtext.ui.editor.hover.html.IEObjectHoverDocumentationProvider
 
-  
 
- getDocumentation() - Method in class org.eclipse.xtext.xbase.compiler.DocumentationAdapter
 
-  
 
- getDocumentation(EObject) - Method in class org.eclipse.xtext.xbase.jvmmodel.JvmTypesBuilder
 
- 
Retrieves the attached documentation for the given source element.
 
- getDocumentation(EObject) - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseHoverDocumentationProvider
 
-  
 
- getDocumentation(EObject) - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseHoverProvider
 
-  
 
- getDocumentationAdapter(EObject) - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseHoverDocumentationProvider
 
-  
 
- getDocumentationNodes(EObject) - Method in interface org.eclipse.xtext.documentation.IEObjectDocumentationProviderExtension
 
- 
Returns the list of all nodes that were used to compute the
 
documentation
 for the given object.
 
 
- getDocumentationNodes(EObject) - Method in class org.eclipse.xtext.documentation.impl.MultiLineCommentDocumentationProvider
 
- 
Returns the nearest multi line comment node that precedes the given object.
 
- getDocumentationWithPrefix(EObject) - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseHoverDocumentationProvider
 
-  
 
- getDocumentContent(IDocument, DocumentCommand) - Method in class org.eclipse.xtext.ui.editor.autoedit.AbstractEditStrategy
 
-  
 
- getDocumentEvents() - Method in class org.eclipse.xtext.ui.editor.reconciler.ReconcilerReplaceRegion
 
-  
 
- getDocumentPartitioner() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyDocument
 
-  
 
- getDocumentPartitioning() - Method in class org.eclipse.xtext.ui.editor.toggleComments.ToggleSLCommentAction
 
-  
 
- getDocumentPartitioning(ISourceViewer) - Method in class org.eclipse.xtext.ui.editor.XtextSourceViewerConfiguration
 
-  
 
- getDocumentProvider() - Method in class org.eclipse.xtext.xbase.ui.editor.XbaseEditor
 
-  
 
- getDocumentUtil() - Method in class org.eclipse.xtext.ui.editor.autoedit.AbstractTerminalsEditStrategy
 
-  
 
- getDoKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XDoWhileExpressionElements
 
-  
 
- getDollar() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.TemplatesPackageImpl
 
-  
 
- getDollar() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.TemplatesPackage
 
- 
Returns the meta object for class '
Dollar'
 
 
- getDollar_Escaped() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.TemplatesPackageImpl
 
-  
 
- getDollar_Escaped() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.TemplatesPackage
 
- 
Returns the meta object for the attribute '
Escaped'
 
 
- getDollarAccess() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getDollarAccess() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getDollarAction_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.DollarElements
 
-  
 
- getDollarParserRuleCall_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableOrDollarElements
 
-  
 
- getDollarRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getDollarRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getDollarSignKeyword_1_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.DollarElements
 
-  
 
- getDollarSignLeftCurlyBracketKeyword_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getDouble(String) - Method in class org.eclipse.xtext.ui.editor.preferences.FixedScopedPreferenceStore
 
-  
 
- getDoubleClickStrategy(ISourceViewer, String) - Method in class org.eclipse.xtext.ui.editor.XtextSourceViewerConfiguration
 
-  
 
- getDslProjectLocation() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectInfo
 
-  
 
- getDslProjectNatures() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectCreator
 
-  
 
- getDslProjectRequiredBundles() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectCreator
 
-  
 
- getDslUiProjectNatures() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectCreator
 
-  
 
- getDslUiProjectRequiredBundles() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectCreator
 
-  
 
- getDuplicateNameErrorMessage(IEObjectDescription, EClass, EStructuralFeature) - Method in class org.eclipse.xtext.validation.NamesAreUniqueValidationHelper
 
- 
Build the error message for duplicated names.
 
- getEachExpression() - Method in class org.eclipse.xtext.xbase.impl.XForLoopExpressionImpl
 
-  
 
- getEachExpression() - Method in interface org.eclipse.xtext.xbase.XForLoopExpression
 
- 
Returns the value of the 'Each Expression' containment reference
 
- getEachExpressionAssignment_7() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XForLoopExpressionElements
 
-  
 
- getEachExpressionXExpressionParserRuleCall_7_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XForLoopExpressionElements
 
-  
 
- getEarlyExitComputer() - Method in class org.eclipse.xtext.xbase.typesystem.util.CommonTypeComputationServices
 
-  
 
- getEClass() - Method in class org.eclipse.xtext.builder.builderState.impl.EObjectDescriptionImpl
 
-  
 
- getEClass() - Method in class org.eclipse.xtext.common.types.ui.notification.NameBasedEObjectDescription
 
-  
 
- getEClass() - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtBasedConstructorScope.LazyConstructorDescription
 
-  
 
- getEClass() - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtBasedConstructorScope.LazyDefaultConstructorDescription
 
-  
 
- getEClass() - Method in class org.eclipse.xtext.resource.EObjectDescription
 
-  
 
- getEClass() - Method in interface org.eclipse.xtext.resource.IEObjectDescription
 
-  
 
- getEClass() - Method in class org.eclipse.xtext.resource.impl.AliasedEObjectDescription
 
-  
 
- getEClass() - Method in interface org.eclipse.xtext.serializer.analysis.ISyntacticSequencerPDAProvider.ISynFollowerOwner
 
-  
 
- getEClass() - Method in class org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider.SynAbsorberState
 
-  
 
- getEClass() - Method in class org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider.SynNavigable
 
-  
 
- getEClass() - Method in class org.eclipse.xtext.ui.editor.outline.impl.EObjectNode
 
-  
 
- getEClass() - Method in class org.eclipse.xtext.xbase.scoping.batch.SimpleIdentifiableElementDescription
 
-  
 
- getEClass() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ScopeProviderAccess.ErrorDescription
 
-  
 
- getEClass() - Method in class org.eclipse.xtext.xbase.ui.contentassist.MultiNameDescription
 
-  
 
- getEClass() - Method in class org.eclipse.xtext.xtext.ecoreInference.EClassifierInfo.EClassInfo
 
-  
 
- getEClassifier() - Method in class org.eclipse.xtext.xtext.ecoreInference.EClassifierInfo
 
-  
 
- getEClassifierForGrammar(String, Grammar) - Method in class org.eclipse.xtext.ui.editor.templates.AbstractTemplateVariableResolver
 
-  
 
- getEClassifierInfos() - Method in class org.eclipse.xtext.xtext.ecoreInference.Xtext2EcoreTransformer
 
-  
 
- getEclipseContainer(Path) - Method in class org.eclipse.xtext.xbase.ui.file.EclipseFileSystemSupportImpl
 
-  
 
- getEclipseFile(Path) - Method in class org.eclipse.xtext.xbase.ui.file.EclipseFileSystemSupportImpl
 
-  
 
- getEclipseFolder(Path) - Method in class org.eclipse.xtext.xbase.ui.file.EclipseFileSystemSupportImpl
 
-  
 
- getEcoreFileUri(Grammar, XpandExecutionContext) - Method in class org.eclipse.xtext.generator.ecore.EMFGeneratorFragment
 
-  
 
- getEditablePart() - Method in class org.eclipse.xtext.ui.editor.embedded.EmbeddedEditorModelAccess
 
-  
 
- getEditDirectory(XpandExecutionContext) - Method in class org.eclipse.xtext.generator.ecore.EMFGeneratorFragment
 
-  
 
- getEditor(ISourceViewer) - Method in class org.eclipse.xtext.ui.compare.DefaultMergeViewer
 
-  
 
- getEditor(IResource) - Method in class org.eclipse.xtext.ui.editor.quickfix.MarkerResolutionGenerator
 
-  
 
- getEditor() - Method in class org.eclipse.xtext.ui.editor.XtextSourceViewerConfiguration
 
-  
 
- getEditor() - Method in class org.eclipse.xtext.ui.refactoring.impl.DefaultRefactoringDocumentProvider.EditorDocument
 
-  
 
- getEditor() - Method in class org.eclipse.xtext.ui.refactoring.impl.EditorDocumentChange
 
-  
 
- getEditor() - Method in class org.eclipse.xtext.ui.refactoring.impl.EditorDocumentUndoChange
 
-  
 
- getEditorDirectory(XpandExecutionContext) - Method in class org.eclipse.xtext.generator.ecore.EMFGeneratorFragment
 
-  
 
- getEditorFactory() - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseHoverConfiguration
 
-  
 
- getEditorId() - Method in class org.eclipse.xtext.junit4.ui.AbstractEditorTest
 
-  
 
- getEditorId() - Method in class org.eclipse.xtext.ui.editor.quickfix.MarkerResolutionGenerator
 
-  
 
- getEditorId() - Method in class org.eclipse.xtext.ui.editor.XtextEditorInfo
 
-  
 
- getEditorId() - Method in class org.eclipse.xtext.ui.junit.editor.AbstractEditorTest
 
-  
 
- getEditorInput(ISourceViewer) - Method in class org.eclipse.xtext.ui.compare.DefaultMergeViewer
 
-  
 
- getEditorInput(URI, StatusWrapper) - Method in class org.eclipse.xtext.ui.refactoring.impl.DefaultRefactoringDocumentProvider
 
-  
 
- getEditorPluginID(XpandExecutionContext) - Method in class org.eclipse.xtext.generator.ecore.EMFGeneratorFragment
 
-  
 
- getEditorResource(IWorkbenchPartSelection) - Method in class org.eclipse.xtext.ui.views.AbstractSourceView
 
-  
 
- getEditPluginID(XpandExecutionContext) - Method in class org.eclipse.xtext.generator.ecore.EMFGeneratorFragment
 
-  
 
- getElement() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.ElementWithCardinality
 
- 
Returns the value of the 'Element' containment reference
 
- getElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.ElementWithCardinalityImpl
 
-  
 
- getElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.NegatedElementImpl
 
-  
 
- getElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.PredicatedImpl
 
-  
 
- getElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.RuleOptionsImpl
 
-  
 
- getElement() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.NegatedElement
 
- 
Returns the value of the 'Element' containment reference
 
- getElement() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.Predicated
 
- 
Returns the value of the 'Element' containment reference
 
- getElement() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.RuleOptions
 
- 
Returns the value of the 'Element' containment reference
 
- getElement() - Method in class org.eclipse.xtext.internal.ResourceServiceProviderDescriptor
 
-  
 
- getElement() - Method in class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer.ElementConsumer
 
-  
 
- getElement() - Method in class org.eclipse.xtext.ui.editor.hover.html.XtextBrowserInformationControlInput
 
-  
 
- getElement() - Method in class org.eclipse.xtext.ui.editor.preferences.AbstractPreferencePage
 
-  
 
- getElement(int) - Method in class org.eclipse.xtext.ui.editor.tasks.dialogfields.ListDialogField
 
- 
Gets the elements shown at the given index.
 
- getElement() - Method in class org.eclipse.xtext.ui.preferences.PropertyAndPreferencePage
 
-  
 
- getElement() - Method in class org.eclipse.xtext.util.formallang.NfaToProduction.ElementAlias
 
-  
 
- getElement() - Method in class org.eclipse.xtext.util.formallang.NfaToProduction.StateAlias
 
-  
 
- getElement() - Method in class org.eclipse.xtext.xbase.annotations.xAnnotations.impl.XAnnotationElementValuePairImpl
 
-  
 
- getElement() - Method in interface org.eclipse.xtext.xbase.annotations.xAnnotations.XAnnotationElementValuePair
 
- 
Returns the value of the 'Element' reference
 
- getElementAlternatives_0_2_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OtherElementElements
 
-  
 
- getElementAssignment_0_0_0() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElementValuePairElements
 
-  
 
- getElementAssignment_0_2() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OtherElementElements
 
-  
 
- getElementAssignment_0_2() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.RuleOptionsElements
 
-  
 
- getElementAssignment_7() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.PredicatedElements
 
-  
 
- getElementAtomParserRuleCall_0_2_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.RuleOptionsElements
 
-  
 
- getElementCount() - Method in class org.eclipse.xtext.util.formallang.NfaToProduction.AbstractElementAlias
 
-  
 
- getElementCount() - Method in class org.eclipse.xtext.util.formallang.NfaToProduction.AlternativeAlias
 
-  
 
- getElementCount() - Method in class org.eclipse.xtext.util.formallang.NfaToProduction.ElementAlias
 
-  
 
- getElementCount() - Method in class org.eclipse.xtext.util.formallang.NfaToProduction.GroupAlias
 
-  
 
- getElementFactory() - Method in class org.eclipse.xtext.parser.antlr.AbstractAntlrParser
 
-  
 
- getElementID() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ConstraintElement
 
-  
 
- getElementID() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraintElement
 
-  
 
- getElementID(AbstractElement) - Method in class org.eclipse.xtext.serializer.analysis.SemanticSequencerNfaProvider
 
-  
 
- getElementJvmOperationCrossReference_0_0_0_0() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElementValuePairElements
 
-  
 
- getElementJvmOperationValidIDParserRuleCall_0_0_0_0_1() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElementValuePairElements
 
-  
 
- getElementLinks() - Method in class org.eclipse.xtext.ui.editor.hover.html.DefaultEObjectHoverProvider
 
-  
 
- getElementLiteralParserRuleCall_0_2_0_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OtherElementElements
 
-  
 
- getElementName(EObject) - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceQueryExecutor
 
-  
 
- getElementOrProxy() - Method in class org.eclipse.xtext.xbase.scoping.batch.BucketedEObjectDescription
 
-  
 
- getElementOrProxy() - Method in interface org.eclipse.xtext.xbase.scoping.batch.IIdentifiableElementDescription
 
-  
 
- getElementOrProxy() - Method in class org.eclipse.xtext.xbase.scoping.batch.SimpleIdentifiableElementDescription
 
-  
 
- getElementOrProxy() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ScopeProviderAccess.ErrorDescription
 
-  
 
- getElementOtherElementParserRuleCall_7_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.PredicatedElements
 
-  
 
- getElementParenthesizedParserRuleCall_0_2_0_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OtherElementElements
 
-  
 
- getElements() - Method in class org.eclipse.xtext.common.types.ui.refactoring.participant.CompositeRefactoringProcessor
 
-  
 
- getElements(EObject) - Method in class org.eclipse.xtext.common.types.xtext.AbstractConstructorScope
 
-  
 
- getElements(QualifiedName) - Method in class org.eclipse.xtext.common.types.xtext.AbstractConstructorScope
 
-  
 
- getElements(QualifiedName) - Method in class org.eclipse.xtext.common.types.xtext.AbstractTypeScope
 
-  
 
- getElements(EObject) - Method in class org.eclipse.xtext.common.types.xtext.AbstractTypeScope
 
-  
 
- getElements() - Method in interface org.eclipse.xtext.CompoundElement
 
- 
Returns the value of the 'Elements' containment reference list.
 
- getElements() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.Group
 
- 
Returns the value of the 'Elements' containment reference list.
 
- getElements() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.GroupImpl
 
-  
 
- getElements() - Method in class org.eclipse.xtext.impl.CompoundElementImpl
 
-  
 
- getElements(QualifiedName) - Method in class org.eclipse.xtext.linking.impl.ImportedNamesAdapter.WrappingScope
 
-  
 
- getElements(EObject) - Method in class org.eclipse.xtext.linking.impl.ImportedNamesAdapter.WrappingScope
 
-  
 
- getElements(QualifiedName) - Method in class org.eclipse.xtext.scoping.impl.AbstractScope
 
-  
 
- getElements(EObject) - Method in class org.eclipse.xtext.scoping.impl.AbstractScope
 
-  
 
- getElements(EObject) - Method in class org.eclipse.xtext.scoping.impl.FilteringScope
 
-  
 
- getElements(QualifiedName) - Method in class org.eclipse.xtext.scoping.impl.FilteringScope
 
-  
 
- getElements(QualifiedName) - Method in interface org.eclipse.xtext.scoping.IScope
 
- 
Find all descriptions that match the given name.
 
- getElements(EObject) - Method in interface org.eclipse.xtext.scoping.IScope
 
- 
Find all descriptions that match the given instance.
 
- getElements() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.Constraint
 
-  
 
- getElements() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraint
 
-  
 
- getElements(Object) - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceSearchResultContentProvider
 
-  
 
- getElements(Object) - Method in class org.eclipse.xtext.ui.editor.outline.impl.OutlineNodeContentProvider
 
-  
 
- getElements() - Method in class org.eclipse.xtext.ui.editor.tasks.dialogfields.ListDialogField
 
- 
Gets the elements shown in the list.
 
- getElements() - Method in class org.eclipse.xtext.ui.refactoring.impl.AbstractProcessorBasedRenameParticipant
 
-  
 
- getElements() - Method in class org.eclipse.xtext.ui.refactoring.impl.RenameElementProcessor
 
-  
 
- getElements() - Method in class org.eclipse.xtext.ui.shared.internal.AbstractComposite
 
-  
 
- getElements() - Method in class org.eclipse.xtext.xbase.impl.XCollectionLiteralImpl
 
-  
 
- getElements(EObject) - Method in class org.eclipse.xtext.xbase.linking.BestMatchingJvmFeatureScope
 
-  
 
- getElements(QualifiedName) - Method in class org.eclipse.xtext.xbase.linking.BestMatchingJvmFeatureScope
 
-  
 
- getElements(QualifiedName) - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractSessionBasedScope
 
-  
 
- getElements(EObject) - Method in class org.eclipse.xtext.xbase.scoping.batch.ConstructorTypeScopeWrapper
 
-  
 
- getElements(QualifiedName) - Method in class org.eclipse.xtext.xbase.scoping.batch.ConstructorTypeScopeWrapper
 
-  
 
- getElements(QualifiedName) - Method in class org.eclipse.xtext.xbase.scoping.batch.LocalVariableScope
 
-  
 
- getElements(QualifiedName) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.FilteredDelegatingScope
 
- 
Deprecated.
  
- getElements(QualifiedName) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.LazyJvmFeatureScope
 
- 
Deprecated.
  
- getElements(EObject) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.LazyJvmFeatureScope
 
- 
Deprecated.
  
- getElements(Object) - Method in class org.eclipse.xtext.xbase.ui.imports.TypeChooser.ContentProvider
 
-  
 
- getElements() - Method in class org.eclipse.xtext.xbase.ui.jvmmodel.refactoring.jdt.CombinedJvmJdtRenameProcessor
 
-  
 
- getElements() - Method in interface org.eclipse.xtext.xbase.XCollectionLiteral
 
- 
Returns the value of the 'Elements' containment reference list.
 
- getElementsAbstractTokenParserRuleCall_1_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GroupElements
 
-  
 
- getElementsAlternativesParserRuleCall_2_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.PredicatedGroupElements
 
-  
 
- getElementsAssignableTerminalParserRuleCall_1_1_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AssignableAlternativesElements
 
-  
 
- getElementsAssignment_1_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.GroupElements
 
-  
 
- getElementsAssignment_1_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GroupElements
 
-  
 
- getElementsAssignment_1_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalGroupElements
 
-  
 
- getElementsAssignment_1_1_0_2() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElementValueElements
 
-  
 
- getElementsAssignment_1_1_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AlternativesElements
 
-  
 
- getElementsAssignment_1_1_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AssignableAlternativesElements
 
-  
 
- getElementsAssignment_1_1_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumLiteralsElements
 
-  
 
- getElementsAssignment_1_1_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalAlternativesElements
 
-  
 
- getElementsAssignment_1_1_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.UnorderedGroupElements
 
-  
 
- getElementsAssignment_1_2_1() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElementValueElements
 
-  
 
- getElementsAssignment_2() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.PredicatedGroupElements
 
-  
 
- getElementsAssignment_3_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XListLiteralElements
 
-  
 
- getElementsAssignment_3_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSetLiteralElements
 
-  
 
- getElementsAssignment_3_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XListLiteralElements
 
-  
 
- getElementsAssignment_3_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSetLiteralElements
 
-  
 
- getElementsAtomParserRuleCall_1_1_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.GroupElements
 
-  
 
- getElementsEnumLiteralDeclarationParserRuleCall_1_1_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumLiteralsElements
 
-  
 
- getElementsGroupParserRuleCall_1_1_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.UnorderedGroupElements
 
-  
 
- getElementsTerminalGroupParserRuleCall_1_1_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalAlternativesElements
 
-  
 
- getElementsTerminalTokenParserRuleCall_1_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalGroupElements
 
-  
 
- getElementsUnorderedGroupParserRuleCall_1_1_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AlternativesElements
 
-  
 
- getElementsXAnnotationParserRuleCall_1_1_0_2_0() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElementValueElements
 
-  
 
- getElementsXAnnotationParserRuleCall_1_2_1_0() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElementValueElements
 
-  
 
- getElementsXExpressionParserRuleCall_3_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XListLiteralElements
 
-  
 
- getElementsXExpressionParserRuleCall_3_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSetLiteralElements
 
-  
 
- getElementsXExpressionParserRuleCall_3_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XListLiteralElements
 
-  
 
- getElementsXExpressionParserRuleCall_3_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSetLiteralElements
 
-  
 
- getElementURI() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ConstraintElement
 
-  
 
- getElementURIs() - Method in class org.eclipse.xtext.ui.refactoring.impl.RenameElementProcessor
 
-  
 
- getElementValuePairs() - Method in class org.eclipse.xtext.xbase.annotations.xAnnotations.impl.XAnnotationImpl
 
-  
 
- getElementValuePairs() - Method in interface org.eclipse.xtext.xbase.annotations.xAnnotations.XAnnotation
 
- 
Returns the value of the 'Element Value Pairs' containment reference list.
 
- getElementValuePairsAssignment_3_1_0_0() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElements
 
-  
 
- getElementValuePairsAssignment_3_1_0_1_1() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElements
 
-  
 
- getElementValuePairsXAnnotationElementValuePairParserRuleCall_3_1_0_0_0() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElements
 
-  
 
- getElementValuePairsXAnnotationElementValuePairParserRuleCall_3_1_0_1_1_0() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElements
 
-  
 
- getElementWithCardinality() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getElementWithCardinality() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
 
- getElementWithCardinality_Cardinality() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getElementWithCardinality_Cardinality() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for the attribute '
Cardinality'
 
 
- getElementWithCardinality_Element() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getElementWithCardinality_Element() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for the containment reference '
Element'
 
 
- getElementWithCardinalityElementAction_0_1_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AtomElements
 
-  
 
- getElse() - Method in class org.eclipse.xtext.xbase.impl.XIfExpressionImpl
 
-  
 
- getElse(XIfExpression) - Method in class org.eclipse.xtext.xbase.typesystem.computation.XbaseTypeComputer
 
- 
Only for testing purpose.
 
- getElse() - Method in interface org.eclipse.xtext.xbase.XIfExpression
 
- 
Returns the value of the 'Else' containment reference
 
- getElseAssignment_6_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XIfExpressionElements
 
-  
 
- getElseifAssignment_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.IfConditionElements
 
-  
 
- getElseifElseKeyword_0_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.IfConditionElements
 
-  
 
- getElseKeyword_6_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XIfExpressionElements
 
-  
 
- getElseXExpressionParserRuleCall_6_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XIfExpressionElements
 
-  
 
- getElvisOperator() - Method in class org.eclipse.xtext.xbase.util.XExpressionHelper
 
-  
 
- getEMap() - Method in class org.eclipse.xtext.builder.builderState.impl.UserDataEntryImpl
 
-  
 
- getEmbeddedEditorFactory() - Method in class org.eclipse.xtext.ui.codetemplates.ui.preferences.TemplatesLanguageConfiguration
 
-  
 
- getEmptyParenthesisAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getEmptyParenthesisParserRuleCall_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.KeywordElements
 
-  
 
- getEmptyParenthesisParserRuleCall_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.ParenthesizedElements
 
-  
 
- getEmptyParenthesisParserRuleCall_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.RuleCallElements
 
-  
 
- getEmptyParenthesisParserRuleCall_2() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.PredicatedElements
 
-  
 
- getEmptyParenthesisParserRuleCall_2() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.WildcardElements
 
-  
 
- getEmptyParenthesisParserRuleCall_4() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.ParenthesizedElements
 
-  
 
- getEmptyParenthesisParserRuleCall_5() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.PredicatedElements
 
-  
 
- getEmptyParenthesisRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getEnabledFilters() - Method in class org.eclipse.xtext.ui.editor.outline.impl.OutlineFilterAndSorter
 
-  
 
- getEnabledOutgoing() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.TreeConstState
 
-  
 
- getEnabledOutgoingAfterReturn() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.TreeConstState
 
-  
 
- getEncoder() - Method in class org.eclipse.xtext.linking.lazy.LazyLinker
 
-  
 
- getEncoder() - Method in class org.eclipse.xtext.linking.lazy.LazyLinkingResource
 
-  
 
- getEncoding(IFile) - Method in class org.eclipse.xtext.builder.EclipseResourceFileSystemAccess2
 
-  
 
- getEncoding() - Method in class org.eclipse.xtext.builder.standalone.StandaloneBuilder
 
-  
 
- getEncoding(URI) - Method in class org.eclipse.xtext.generator.JavaIoFileSystemAccess
 
-  
 
- getEncoding(XpandExecutionContext, String) - Method in class org.eclipse.xtext.generator.parser.antlr.AbstractAntlrGeneratorFragment
 
-  
 
- getEncoding(URI) - Method in interface org.eclipse.xtext.parser.IEncodingProvider
 
- 
Returns the encoding that should be used to read a resource
 from the given uri.
 
- getEncoding(URI) - Method in class org.eclipse.xtext.parser.IEncodingProvider.Runtime
 
-  
 
- getEncoding(URI) - Method in class org.eclipse.xtext.resource.generic.XMLEncodingProvider
 
-  
 
- getEncoding() - Method in class org.eclipse.xtext.resource.XtextResource
 
-  
 
- getEncoding(Object) - Method in class org.eclipse.xtext.ui.compare.StreamContentDocumentProvider
 
-  
 
- getEncoding() - Method in class org.eclipse.xtext.ui.editor.info.ResourceWorkingCopyFileEditorInput
 
-  
 
- getEncoding(Object) - Method in class org.eclipse.xtext.ui.editor.model.XtextDocumentProvider
 
-  
 
- getEncoding(URI) - Method in class org.eclipse.xtext.ui.editor.WorkspaceEncodingProvider
 
-  
 
- getEncoding() - Method in class org.eclipse.xtext.ui.wizard.AbstractProjectCreator
 
-  
 
- getEncoding() - Method in class org.eclipse.xtext.util.LazyStringInputStream
 
-  
 
- getEncoding() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectInfo
 
-  
 
- getEncodingProvider() - Method in class org.eclipse.xtext.builder.standalone.LanguageAccess
 
-  
 
- getEncodingProvider() - Method in class org.eclipse.xtext.resource.generic.GenericResourceServiceProvider
 
-  
 
- getEncodingProvider() - Method in class org.eclipse.xtext.resource.impl.DefaultResourceServiceProvider
 
-  
 
- getEncodingProvider() - Method in interface org.eclipse.xtext.resource.IResourceServiceProvider
 
-  
 
- getEncodingProvider(URI) - Method in class org.eclipse.xtext.ui.refactoring.impl.DefaultRefactoringDocumentProvider
 
-  
 
- getEncodingProvider() - Method in class org.eclipse.xtext.ui.resource.DefaultResourceUIServiceProvider
 
-  
 
- getEncodingProvider() - Method in class org.eclipse.xtext.xbase.file.AbstractFileSystemSupport
 
-  
 
- getEnd() - Method in class org.eclipse.xtext.xbase.lib.IntegerRange
 
-  
 
- getEndDistances() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.TreeConstState
 
-  
 
- getEndIndex() - Method in class org.eclipse.xtext.ui.editor.model.CommonBreakIterator.SequenceCharacterIterator
 
-  
 
- getEndIndex() - Method in class org.eclipse.xtext.ui.editor.model.DocumentCharacterIterator
 
-  
 
- getEndLine() - Method in class org.eclipse.xtext.nodemodel.impl.AbstractNode
 
-  
 
- getEndLine() - Method in class org.eclipse.xtext.nodemodel.impl.SyntheticCompositeNode
 
-  
 
- getEndLine() - Method in interface org.eclipse.xtext.nodemodel.INode
 
- 
Returns the line number relative to the complete input where the node ends 
   (one based, excluding hidden tokens).
 
- getEndLineNumber() - Method in class org.eclipse.xtext.builder.trace.AbstractLocationInResource
 
-  
 
- getEndLineNumber() - Method in interface org.eclipse.xtext.builder.trace.DebugLocationData
 
- 
Returns the value of the 'End Line Number' attribute
 
- getEndLineNumber() - Method in class org.eclipse.xtext.builder.trace.impl.DebugLocationDataImpl
 
-  
 
- getEndLineNumber() - Method in class org.eclipse.xtext.builder.trace.LocationInResource
 
-  
 
- getEndLineNumber() - Method in interface org.eclipse.xtext.util.ITextRegionWithLineInformation
 
- 
The zero-based line number where the region ends.
 
- getEndLineNumber() - Method in class org.eclipse.xtext.util.TextRegionWithLineInformation
 
-  
 
- getEndOffset() - Method in interface org.eclipse.xtext.builder.trace.DebugLocationData
 
- 
Returns the value of the 'End Offset' attribute
 
- getEndOffset() - Method in class org.eclipse.xtext.builder.trace.impl.DebugLocationDataImpl
 
-  
 
- getEndOffset() - Method in class org.eclipse.xtext.nodemodel.impl.AbstractNode
 
-  
 
- getEndOffset() - Method in class org.eclipse.xtext.nodemodel.impl.SyntheticCompositeNode
 
-  
 
- getEndOffset() - Method in interface org.eclipse.xtext.nodemodel.INode
 
- 
Returns the end offset (exclusive) of this node excluding hidden tokens.
 
- getEndOffset() - Method in class org.eclipse.xtext.parser.impl.Range
 
-  
 
- getEndOffset(ITextRegion) - Method in class org.eclipse.xtext.ui.editor.selection.AstSelectionProvider
 
-  
 
- getEndOffset() - Method in class org.eclipse.xtext.util.ReplaceRegion
 
-  
 
- getEnterBinding() - Static method in class org.eclipse.xtext.ui.refactoring.ui.RenameRefactoringPopup
 
-  
 
- getEntry(IWorkbenchPartReference) - Method in class org.eclipse.xtext.ui.editor.findrefs.OpenDocumentTracker
 
-  
 
- getEntry() - Method in class org.eclipse.xtext.xtext.ui.graph.figures.AbstractSegmentFigure
 
-  
 
- getEntry() - Method in interface org.eclipse.xtext.xtext.ui.graph.figures.ISegmentFigure
 
-  
 
- getEntryPoints(EObject) - Method in class org.eclipse.xtext.xbase.typesystem.internal.DefaultBatchTypeResolver
 
-  
 
- getEntryPoints(EObject) - Method in class org.eclipse.xtext.xbase.typesystem.internal.LogicalContainerAwareBatchTypeResolver
 
-  
 
- getEnumKeyword_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumRuleElements
 
-  
 
- getEnumLiteral() - Method in interface org.eclipse.xtext.EnumLiteralDeclaration
 
- 
Returns the value of the 'Enum Literal' reference
 
- getEnumLiteral() - Method in class org.eclipse.xtext.impl.EnumLiteralDeclarationImpl
 
-  
 
- getEnumLiteralAssignment_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumLiteralDeclarationElements
 
-  
 
- getEnumLiteralDeclaration() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getEnumLiteralDeclaration() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
 
- getEnumLiteralDeclaration_EnumLiteral() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getEnumLiteralDeclaration_EnumLiteral() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
 
- getEnumLiteralDeclaration_Literal() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getEnumLiteralDeclaration_Literal() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for the containment reference '
Literal'
 
 
- getEnumLiteralDeclarationAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getEnumLiteralDeclarationParserRuleCall_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumLiteralsElements
 
-  
 
- getEnumLiteralDeclarationRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getEnumLiteralEEnumLiteralCrossReference_0_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumLiteralDeclarationElements
 
-  
 
- getEnumLiteralEEnumLiteralIDTerminalRuleCall_0_0_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumLiteralDeclarationElements
 
-  
 
- getEnumLiteralsAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getEnumLiteralsRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getEnumRule() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getEnumRule() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for class '
Enum Rule'
 
 
- getEnumRuleAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getEnumRuleParserRuleCall_2() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractRuleElements
 
-  
 
- getEnumRuleRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getEnumType() - Method in class org.eclipse.xtext.common.types.impl.JvmEnumerationLiteralImpl
 
-  
 
- getEnumType() - Method in class org.eclipse.xtext.common.types.impl.JvmEnumerationLiteralImplCustom
 
-  
 
- getEnumType() - Method in interface org.eclipse.xtext.common.types.JvmEnumerationLiteral
 
-  
 
- getEObject(Resource, String, IFragmentProvider.Fallback) - Method in class org.eclipse.xtext.common.types.access.impl.AbstractClassMirror
 
-  
 
- getEObject(Resource, String, IFragmentProvider.Fallback) - Method in class org.eclipse.xtext.common.types.access.impl.PrimitiveMirror
 
-  
 
- getEObject(String) - Method in class org.eclipse.xtext.common.types.access.TypeResource
 
-  
 
- getEObject() - Method in class org.eclipse.xtext.junit4.parameterized.Offset
 
- 
Deprecated.
  
- getEObject(String) - Method in class org.eclipse.xtext.linking.lazy.LazyLinkingResource
 
-  
 
- getEObject(String, Triple<EObject, EReference, INode>) - Method in class org.eclipse.xtext.linking.lazy.LazyLinkingResource
 
-  
 
- getEObject() - Method in class org.eclipse.xtext.linking.lazy.SettingDelegate
 
-  
 
- getEObject(IEObjectDescription, ResourceSet) - Method in class org.eclipse.xtext.mwe.SlotEntry
 
-  
 
- getEObject() - Method in interface org.eclipse.xtext.parsetree.reconstr.IEObjectConsumer
 
-  
 
- getEObject() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken
 
-  
 
- getEObject() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.EObjectConsumer
 
-  
 
- getEObject() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.TreeConstructionReportImpl.TreeConstructionDiagnosticImpl
 
-  
 
- getEObject() - Method in interface org.eclipse.xtext.parsetree.reconstr.IParseTreeConstructor.TreeConstructionDiagnostic
 
-  
 
- getEObject(Resource, String, IFragmentProvider.Fallback) - Method in class org.eclipse.xtext.resource.DefaultFragmentProvider
 
-  
 
- getEObject(String) - Method in interface org.eclipse.xtext.resource.IFragmentProvider.Fallback
 
-  
 
- getEObject(Resource, String, IFragmentProvider.Fallback) - Method in interface org.eclipse.xtext.resource.IFragmentProvider
 
- 
Locates an EObject in a resource by its fragment.
 
- getEObject(URI, boolean) - Method in class org.eclipse.xtext.resource.ResourceSetReferencingResourceSetImpl
 
-  
 
- getEObject(String) - Method in class org.eclipse.xtext.resource.XtextResource
 
-  
 
- getEObject() - Method in class org.eclipse.xtext.serializer.sequencer.BacktrackingSemanticSequencer.SerializableObject
 
-  
 
- getEObject(Resource) - Method in class org.eclipse.xtext.ui.editor.outline.impl.EObjectNode
 
-  
 
- getEObject() - Method in interface org.eclipse.xtext.validation.IAssignmentQuantityAllocator.IQuantities
 
-  
 
- getEObject() - Method in class org.eclipse.xtext.validation.impl.AssignmentQuantityAllocator.Quantities
 
-  
 
- getEObject(String) - Method in class org.eclipse.xtext.xbase.resource.BatchLinkableResource
 
- 
 
- getEObject(String) - Method in class org.eclipse.xtext.xbase.resource.XbaseResource
 
-  
 
- getEObject(Resource, String, IFragmentProvider.Fallback) - Method in class org.eclipse.xtext.xtext.XtextFragmentProvider
 
-  
 
- getEObjectAtOffset(XtextResource, ITextRegion) - Method in class org.eclipse.xtext.ui.editor.selection.AstSelectionProvider
 
-  
 
- getEObjectAtOffsetHelper() - Method in class org.eclipse.xtext.ui.editor.hyperlinking.HyperlinkHelper
 
-  
 
- getEObjectCast(EClass) - Method in class org.eclipse.xtext.generator.serializer.JavaEMFFile
 
-  
 
- getEObjectConsumer() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken
 
-  
 
- getEObjectDescription() - Method in interface org.eclipse.xtext.builder.builderState.BuilderStatePackage
 
- 
 
- getEObjectDescription() - Method in class org.eclipse.xtext.builder.builderState.impl.BuilderStatePackageImpl
 
-  
 
- getEObjectDescription_Fragment() - Method in interface org.eclipse.xtext.builder.builderState.BuilderStatePackage
 
- 
Returns the meta object for the attribute '
Fragment'
 
 
- getEObjectDescription_Fragment() - Method in class org.eclipse.xtext.builder.builderState.impl.BuilderStatePackageImpl
 
-  
 
- getEObjectDescription_UserData() - Method in interface org.eclipse.xtext.builder.builderState.BuilderStatePackage
 
- 
Returns the meta object for the map '
User Data'
 
 
- getEObjectDescription_UserData() - Method in class org.eclipse.xtext.builder.builderState.impl.BuilderStatePackageImpl
 
-  
 
- getEObjectForRemainingComments(ICompositeNode) - Method in class org.eclipse.xtext.parsetree.reconstr.impl.DefaultCommentAssociater
 
-  
 
- getEObjectForURIFragmentRootSegment(String) - Method in class org.eclipse.xtext.resource.DerivedStateAwareResource
 
- 
 
 Not specialized because we want to obtain a fully working root instance
 when the resource is queried with the root fragment.
 
- getEObjectId(EObject) - Method in class org.eclipse.xtext.nodemodel.serialization.SerializationConversionContext
 
-  
 
- getEObjectLabelProviderQualifiedName(Grammar, Naming) - Static method in class org.eclipse.xtext.ui.generator.labeling.LabelProviderFragment
 
-  
 
- getEObjectNodeEObject(INode) - Method in class org.eclipse.xtext.serializer.sequencer.SemanticNodeIterator
 
-  
 
- getEObjectOrProxy() - Method in class org.eclipse.xtext.builder.builderState.impl.EObjectDescriptionImpl
 
-  
 
- getEObjectOrProxy() - Method in class org.eclipse.xtext.common.types.ui.notification.NameBasedEObjectDescription
 
-  
 
- getEObjectOrProxy() - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtBasedConstructorScope.LazyConstructorDescription
 
-  
 
- getEObjectOrProxy() - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtBasedConstructorScope.LazyDefaultConstructorDescription
 
-  
 
- getEObjectOrProxy() - Method in class org.eclipse.xtext.resource.EObjectDescription
 
-  
 
- getEObjectOrProxy() - Method in interface org.eclipse.xtext.resource.IEObjectDescription
 
-  
 
- getEObjectOrProxy() - Method in class org.eclipse.xtext.resource.impl.AliasedEObjectDescription
 
-  
 
- getEObjectOrProxy() - Method in class org.eclipse.xtext.xbase.scoping.batch.SimpleIdentifiableElementDescription
 
-  
 
- getEObjectOrProxy() - Method in interface org.eclipse.xtext.xbase.scoping.featurecalls.IValidatedEObjectDescription
 
- 
Deprecated.
  
- getEObjectOrProxy() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.JvmFeatureDescription
 
- 
Deprecated.
  
- getEObjectOrProxy() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.LocalVarDescription
 
- 
Deprecated.
  
- getEObjectOrProxy() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ScopeProviderAccess.ErrorDescription
 
-  
 
- getEObjectOrProxy() - Method in class org.eclipse.xtext.xbase.ui.contentassist.MultiNameDescription
 
-  
 
- getEObjectURI() - Method in class org.eclipse.xtext.builder.builderState.impl.EObjectDescriptionImpl
 
-  
 
- getEObjectURI() - Method in class org.eclipse.xtext.builder.trace.AbstractLocationInResource
 
-  
 
- getEObjectURI() - Method in class org.eclipse.xtext.common.types.ui.notification.NameBasedEObjectDescription
 
-  
 
- getEObjectURI() - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtBasedConstructorScope.LazyConstructorDescription
 
-  
 
- getEObjectURI() - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtBasedConstructorScope.LazyDefaultConstructorDescription
 
-  
 
- getEObjectURI() - Method in interface org.eclipse.xtext.generator.trace.ILocationInResource
 
-  
 
- getEObjectURI() - Method in class org.eclipse.xtext.resource.EObjectDescription
 
-  
 
- getEObjectURI() - Method in interface org.eclipse.xtext.resource.IEObjectDescription
 
-  
 
- getEObjectURI() - Method in class org.eclipse.xtext.resource.impl.AliasedEObjectDescription
 
-  
 
- getEObjectURI() - Method in class org.eclipse.xtext.ui.editor.outline.impl.AbstractOutlineNode
 
-  
 
- getEObjectURI() - Method in class org.eclipse.xtext.ui.editor.outline.impl.EObjectNode
 
-  
 
- getEObjectURI() - Method in class org.eclipse.xtext.ui.editor.outline.impl.EStructuralFeatureNode
 
-  
 
- getEObjectURI() - Method in class org.eclipse.xtext.xbase.scoping.batch.SimpleIdentifiableElementDescription
 
-  
 
- getEObjectURI() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ScopeProviderAccess.ErrorDescription
 
-  
 
- getEObjectURI() - Method in class org.eclipse.xtext.xbase.ui.contentassist.MultiNameDescription
 
-  
 
- getEObjectURI() - Method in class org.eclipse.xtext.xtext.ui.graph.figures.AbstractSegmentFigure
 
-  
 
- getEObjectURI() - Method in interface org.eclipse.xtext.xtext.ui.graph.figures.IEObjectReferer
 
-  
 
- getEObjectURI() - Method in class org.eclipse.xtext.xtext.ui.graph.figures.primitives.AbstractNode
 
-  
 
- getEOF() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getEOF() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for class '
EOF'
 
 
- getEOFAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getEOFAction_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EOFElements
 
-  
 
- getEOFKeyword_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EOFElements
 
-  
 
- getEOFParserRuleCall_5() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalTokenElementElements
 
-  
 
- getEOFRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getEPackage() - Method in interface org.eclipse.xtext.AbstractMetamodelDeclaration
 
- 
Returns the value of the 'EPackage' reference
 
- getEPackage() - Method in class org.eclipse.xtext.impl.AbstractMetamodelDeclarationImpl
 
-  
 
- getEPackage() - Method in class org.eclipse.xtext.xtext.ui.wizard.ecore2xtext.EPackageInfo
 
-  
 
- getEPackageAssignment_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ReferencedMetamodelElements
 
-  
 
- getEPackageAssignment_2() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GeneratedMetamodelElements
 
-  
 
- getEPackageEPackageCrossReference_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ReferencedMetamodelElements
 
-  
 
- getEPackageEPackageCrossReference_2_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GeneratedMetamodelElements
 
-  
 
- getEPackageEPackageSTRINGTerminalRuleCall_1_0_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ReferencedMetamodelElements
 
-  
 
- getEPackageEPackageSTRINGTerminalRuleCall_2_0_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GeneratedMetamodelElements
 
-  
 
- getEPackageFromRegistry(String) - Static method in class org.eclipse.xtext.parser.BaseEPackageAccess
 
-  
 
- getEPackageImportURI() - Method in class org.eclipse.xtext.xtext.ui.wizard.ecore2xtext.EPackageInfo
 
-  
 
- getEPackageInfos() - Method in class org.eclipse.xtext.xtext.ui.wizard.ecore2xtext.Ecore2XtextProjectInfo
 
-  
 
- getEPackageInfos() - Method in class org.eclipse.xtext.xtext.ui.wizard.ecore2xtext.WizardSelectImportedEPackagePage
 
-  
 
- getEPackageJavaFQN() - Method in class org.eclipse.xtext.xtext.ui.wizard.ecore2xtext.EPackageInfo
 
-  
 
- getEPackages() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.validation.AbstractSimpleAntlrJavaValidator
 
-  
 
- getEPackages() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.validation.AbstractSimpleExpressionsJavaValidator
 
-  
 
- getEPackages() - Method in class org.eclipse.xtext.purexbase.validation.AbstractPureXbaseValidator
 
-  
 
- getEPackages() - Method in class org.eclipse.xtext.ui.codetemplates.validation.AbstractCodetemplatesJavaValidator
 
-  
 
- getEPackages() - Method in class org.eclipse.xtext.validation.AbstractInjectableValidator
 
-  
 
- getEPackages() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxEValidator
 
-  
 
- getEPackages() - Method in class org.eclipse.xtext.xbase.annotations.validation.AbstractXbaseWithAnnotationsJavaValidator
 
-  
 
- getEPackages() - Method in class org.eclipse.xtext.xbase.annotations.validation.XbaseWithAnnotationsJavaValidator
 
-  
 
- getEPackages() - Method in class org.eclipse.xtext.xbase.ui.validation.XbaseUIValidator
 
-  
 
- getEPackages() - Method in class org.eclipse.xtext.xbase.validation.AbstractXbaseJavaValidator
 
-  
 
- getEPackages() - Method in class org.eclipse.xtext.xbase.validation.JvmTypeReferencesValidator
 
-  
 
- getEPackages() - Method in class org.eclipse.xtext.xbase.validation.XbaseJavaValidator
 
-  
 
- getEPackages() - Method in class org.eclipse.xtext.xtext.XtextValidator
 
-  
 
- getEqualitySupportProvider() - Method in class org.eclipse.xtext.validation.CompositeEValidator
 
-  
 
- getEqualsSignEqualsSignEqualsSignKeyword_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpEqualityElements
 
-  
 
- getEqualsSignEqualsSignKeyword_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpEqualityElements
 
-  
 
- getEqualsSignGreaterThanSignKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XFunctionTypeRefElements
 
-  
 
- getEqualsSignGreaterThanSignKeyword_4() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOtherElements
 
-  
 
- getEqualsSignGreaterThanSignKeyword_6() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.PredicatedElements
 
-  
 
- getEqualsSignKeyword() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpSingleAssignElements
 
-  
 
- getEqualsSignKeyword_0_0_1() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElementValuePairElements
 
-  
 
- getEqualsSignKeyword_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OptionValueElements
 
-  
 
- getEqualsSignKeyword_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumLiteralDeclarationElements
 
-  
 
- getEqualsSignKeyword_3_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XVariableDeclarationElements
 
-  
 
- getEquivalent() - Method in class org.eclipse.xtext.common.types.impl.JvmSpecializedTypeReferenceImpl
 
-  
 
- getEquivalent() - Method in interface org.eclipse.xtext.common.types.JvmSpecializedTypeReference
 
- 
Returns the value of the 'Equivalent' containment reference
 
- getEquivalent() - Method in class org.eclipse.xtext.xtype.impl.XComputedTypeReferenceImplCustom
 
-  
 
- getEquivalent() - Method in class org.eclipse.xtext.xtype.impl.XFunctionTypeRefImplCustom
 
-  
 
- getEReference() - Method in class org.eclipse.xtext.builder.builderState.impl.ReferenceDescriptionImpl
 
-  
 
- getEReference() - Method in class org.eclipse.xtext.resource.impl.DefaultReferenceDescription
 
-  
 
- getEReference() - Method in interface org.eclipse.xtext.resource.IReferenceDescription
 
-  
 
- getEReferenceFromExternalForm(EPackage.Registry, String) - Static method in class org.eclipse.xtext.EcoreUtil2
 
- 
looks up the EReference in the passed registry, given the external form. if registry == null this
 
- getEReferenceType(Resource, EReference) - Method in class org.eclipse.xtext.common.types.xtext.TypesAwareDefaultGlobalScopeProvider
 
-  
 
- getEReferenceType(EObject, EReference) - Method in class org.eclipse.xtext.common.types.xtext.ui.TypeAwareReferenceProposalCreator
 
-  
 
- getEReferenceType() - Method in class org.eclipse.xtext.xbase.ui.hover.HoverReference
 
-  
 
- getErroneousElement() - Method in exception org.eclipse.xtext.xtext.ecoreInference.TransformationException
 
-  
 
- getErrorAcceptor() - Method in class org.eclipse.xtext.xtext.ecoreInference.Xtext2EcoreTransformer
 
-  
 
- getErrorCode() - Method in class org.eclipse.xtext.validation.NamesAreUniqueValidationHelper
 
- 
Returns null.
 
- getErrorCode() - Method in exception org.eclipse.xtext.xtext.ecoreInference.TransformationException
 
-  
 
- getErrorCode() - Method in exception org.eclipse.xtext.xtext.ecoreInference.UnexpectedClassInfoException
 
-  
 
- getErrorHandler() - Method in class org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
 
-  
 
- getErrorMessage(RecognitionException, String[]) - Method in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser
 
-  
 
- getErrorMessage(Token) - Method in class org.eclipse.xtext.parser.antlr.Lexer
 
-  
 
- getErrorMessage() - Method in class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer.ElementConsumer
 
-  
 
- getErrorMessage() - Method in class org.eclipse.xtext.parser.packrat.tokens.ErrorToken
 
-  
 
- getErrorMessage() - Method in class org.eclipse.xtext.ui.editor.contentassist.XtextContentAssistProcessor
 
-  
 
- getErrorMessage() - Method in class org.eclipse.xtext.ui.editor.quickfix.XtextQuickAssistProcessor
 
-  
 
- getErrorMessage() - Method in class org.eclipse.xtext.util.EmfStructureComparator
 
-  
 
- getErrors(EObject) - Method in class org.eclipse.xtext.xbase.compiler.ErrorSafeExtensions
 
-  
 
- getErrors() - Method in class org.eclipse.xtext.xtext.GrammarResource
 
- 
Overridden to make sure the errors are up-to-date when someone wants to access them.
 
- getErrorWriter() - Method in class org.eclipse.xtext.builder.standalone.compiler.EclipseJavaCompiler
 
-  
 
- getEscaped() - Method in class org.eclipse.xtext.junit4.parameterized.StringCollection.Item
 
- 
Deprecated.
  
- getEscapedAssignment_1_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.DollarElements
 
-  
 
- getEscapedDollarSignDollarSignKeyword_1_0_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.DollarElements
 
-  
 
- getEStringArray() - Method in interface org.eclipse.xtext.builder.builderState.BuilderStatePackage
 
- 
Returns the meta object for data type 'EString Array'
 
- getEStringArray() - Method in class org.eclipse.xtext.builder.builderState.impl.BuilderStatePackageImpl
 
-  
 
- getEStructuralFeature() - Method in class org.eclipse.xtext.linking.lazy.SettingDelegate
 
-  
 
- getEStructuralFeature() - Method in class org.eclipse.xtext.ui.editor.outline.impl.EStructuralFeatureNode
 
-  
 
- getEStructuralFeatureByOffset() - Method in class org.eclipse.xtext.junit4.parameterized.Offset
 
- 
Deprecated.
  
- getEStructuralFeatureByOffset(Predicate<EStructuralFeature>) - Method in class org.eclipse.xtext.junit4.parameterized.Offset
 
- 
Deprecated.
  
- getEStructuralFeatureByParent() - Method in class org.eclipse.xtext.junit4.parameterized.Offset
 
- 
Deprecated.
  
- getEURI() - Method in interface org.eclipse.xtext.builder.builderState.BuilderStatePackage
 
- 
Returns the meta object for data type 'EURI'
 
- getEURI() - Method in class org.eclipse.xtext.builder.builderState.impl.BuilderStatePackageImpl
 
-  
 
- getException() - Method in class org.eclipse.xtext.diagnostics.ExceptionDiagnostic
 
-  
 
- getException() - Method in class org.eclipse.xtext.serializer.diagnostic.ISerializationDiagnostic.ExceptionDiagnostic
 
-  
 
- getException() - Method in interface org.eclipse.xtext.serializer.diagnostic.ISerializationDiagnostic
 
-  
 
- getException() - Method in class org.eclipse.xtext.serializer.diagnostic.SerializationDiagnostic
 
-  
 
- getException() - Method in class org.eclipse.xtext.ui.preferences.StatusInfo
 
-  
 
- getException() - Method in class org.eclipse.xtext.validation.AbstractValidationDiagnostic
 
-  
 
- getException() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxDiagnosticProvider.AbstractConcreteSyntaxDiagnostic
 
-  
 
- getException() - Method in interface org.eclipse.xtext.xbase.interpreter.IEvaluationResult
 
-  
 
- getException() - Method in class org.eclipse.xtext.xbase.interpreter.impl.DefaultEvaluationResult
 
-  
 
- getExceptions() - Method in class org.eclipse.xtext.common.types.impl.JvmExecutableImpl
 
-  
 
- getExceptions() - Method in interface org.eclipse.xtext.common.types.JvmExecutable
 
- 
Returns the value of the 'Exceptions' containment reference list.
 
- getExclamationMarkEqualsSignEqualsSignKeyword_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpEqualityElements
 
-  
 
- getExclamationMarkEqualsSignKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpEqualityElements
 
-  
 
- getExclamationMarkKeyword_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.NegatedTokenElements
 
-  
 
- getExclamationMarkKeyword_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpUnaryElements
 
-  
 
- getExclamationMarkKeyword_0_1() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.PrefixExpressionElements
 
-  
 
- getExecutable() - Method in class org.eclipse.xtext.common.types.access.jdt.JdtBasedTypeFactory.ParameterNameInitializer
 
-  
 
- getExecutableScope(XAbstractFeatureCall, JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.serializer.SerializerScopeProvider
 
-  
 
- getExecutionContext(GeneratedMetamodel) - Method in class org.eclipse.xtext.xtext.ecoreInference.XtendXtext2EcorePostProcessor
 
-  
 
- getExistingOccurrenceAnnotations(IAnnotationModel) - Method in class org.eclipse.xtext.ui.editor.occurrences.OccurrenceMarker.MarkOccurrenceJob
 
-  
 
- getExit() - Method in class org.eclipse.xtext.xtext.ui.graph.figures.AbstractSegmentFigure
 
-  
 
- getExit() - Method in interface org.eclipse.xtext.xtext.ui.graph.figures.ISegmentFigure
 
-  
 
- getExitPoints(XExpression) - Method in class org.eclipse.xtext.xbase.controlflow.DefaultEarlyExitComputer
 
-  
 
- getExitPoints(XExpression) - Method in interface org.eclipse.xtext.xbase.controlflow.IEarlyExitComputer
 
-  
 
- getExpandedNodes(TreeViewer) - Method in class org.eclipse.xtext.ui.editor.outline.impl.OutlineTreeState
 
-  
 
- getExpandedNodes() - Method in class org.eclipse.xtext.ui.editor.outline.impl.OutlineTreeState
 
-  
 
- getExpectation() - Method in interface org.eclipse.xtext.junit4.parameterized.IParameterProvider.IExpectation
 
- 
Deprecated.
  
- getExpectation() - Method in class org.eclipse.xtext.junit4.parameterized.ParameterizedXtextRunner.ParameterSetRunner
 
- 
Deprecated.
  
- getExpectation() - Method in class org.eclipse.xtext.junit4.parameterized.XpectParameterProvider.Expectation
 
- 
Deprecated.
  
- getExpectation() - Method in class org.eclipse.xtext.xbase.junit.formatter.AssertingFormatterData
 
-  
 
- getExpectation() - Method in class org.eclipse.xtext.xbase.typesystem.computation.AbstractClosureTypeHelper
 
-  
 
- getExpectation() - Method in class org.eclipse.xtext.xbase.typesystem.computation.ClosureTypeComputer
 
-  
 
- getExpectation() - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeData
 
-  
 
- getExpectations() - Method in interface org.eclipse.xtext.xbase.typesystem.computation.ITypeComputationState
 
- 
The result is never empty.
 
- getExpectations(AbstractTypeComputationState) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractLinkingCandidate.ArgumentTypeComputationState
 
-  
 
- getExpectations(AbstractTypeComputationState) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractRootTypeComputationState
 
-  
 
- getExpectations(AbstractTypeComputationState, boolean) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractRootTypeComputationState
 
-  
 
- getExpectations(AbstractTypeComputationState) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractStackedTypeComputationState
 
-  
 
- getExpectations() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractTypeComputationState
 
-  
 
- getExpectations(AbstractTypeComputationState) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractTypeComputationState
 
-  
 
- getExpectations(AbstractTypeComputationState, boolean) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AnnotationValueTypeComputationState
 
-  
 
- getExpectations() - Method in class org.eclipse.xtext.xbase.typesystem.internal.CompoundTypeComputationState
 
-  
 
- getExpectations(AbstractTypeComputationState, boolean) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ConstructorBodyComputationState
 
-  
 
- getExpectations(AbstractTypeComputationState, boolean) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ExpressionBasedRootTypeComputationState
 
-  
 
- getExpectations(AbstractTypeComputationState, boolean) - Method in class org.eclipse.xtext.xbase.typesystem.internal.FieldTypeComputationState
 
-  
 
- getExpectations() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ForwardingTypeComputationState
 
-  
 
- getExpectations(AbstractTypeComputationState, boolean) - Method in class org.eclipse.xtext.xbase.typesystem.internal.OperationBodyComputationState
 
-  
 
- getExpectations(AbstractTypeComputationState) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ReturnExpectationTypeComputationState
 
-  
 
- getExpectations(AbstractTypeComputationState) - Method in class org.eclipse.xtext.xbase.typesystem.internal.RootExpressionTypeComputationState
 
-  
 
- getExpectations(AbstractTypeComputationState) - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeComputationStateWithExpectation
 
-  
 
- getExpectations(AbstractTypeComputationState) - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeComputationStateWithNonVoidExpectation
 
-  
 
- getExpectedClosureType() - Method in class org.eclipse.xtext.xbase.typesystem.computation.AbstractClosureTypeHelper
 
- 
This method is only public for testing purpose.
 
- getExpectedClosureType() - Method in class org.eclipse.xtext.xbase.typesystem.computation.ClosureTypeComputer
 
- 
This method is only public for testing purpose.
 
- getExpectedClosureType() - Method in class org.eclipse.xtext.xbase.typesystem.computation.ClosureWithExpectationHelper
 
-  
 
- getExpectedClosureType() - Method in class org.eclipse.xtext.xbase.typesystem.computation.ClosureWithoutExpectationHelper
 
-  
 
- getExpectedClosureType() - Method in class org.eclipse.xtext.xbase.typesystem.computation.UnknownClosureTypeHelper
 
-  
 
- getExpectedExceptions() - Method in interface org.eclipse.xtext.xbase.typesystem.computation.ITypeComputationState
 
-  
 
- getExpectedExceptions() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractTypeComputationState
 
-  
 
- getExpectedExceptions() - Method in class org.eclipse.xtext.xbase.typesystem.internal.CompoundTypeComputationState
 
-  
 
- getExpectedExceptions() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ExpectedExceptionsStackedResolvedTypes
 
-  
 
- getExpectedExceptions() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ForwardingTypeComputationState
 
-  
 
- getExpectedExceptions() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getExpectedExceptions() - Method in class org.eclipse.xtext.xbase.typesystem.internal.StackedResolvedTypes
 
-  
 
- getExpectedExpressionType() - Method in interface org.eclipse.xtext.xbase.typesystem.computation.ITypeComputationResult
 
- 
Returns the type of the expectation (if any).
 
- getExpectedExpressionType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.NoTypeResult
 
-  
 
- getExpectedExpressionType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolutionBasedComputationResult
 
-  
 
- getExpectedJvmType(IJavaElement) - Method in class org.eclipse.xtext.common.types.ui.refactoring.participant.JdtRenameParticipant
 
-  
 
- getExpectedOffset() - Method in class org.eclipse.xtext.parser.impl.DatatypeRuleToken
 
-  
 
- getExpectedPrimaryTypeNameFor(ICompilationUnit) - Method in class org.eclipse.xtext.common.types.ui.notification.DeltaConverter
 
- 
Deprecated.
This method is not used anymore.
 
 
- getExpectedReceiverType(JvmIdentifiableElement, LightweightTypeReference) - Method in class org.eclipse.xtext.xbase.typesystem.internal.FeatureLinkHelper
 
-  
 
- getExpectedResultType(Class<? extends TestExpectationValidator.ITestExpectationValidator<?>>) - Method in class org.eclipse.xtext.junit4.parameterized.ParameterizedXtextRunner.MethodWithExpectation
 
- 
Deprecated.
  
- getExpectedReturnType() - Method in interface org.eclipse.xtext.xbase.typesystem.computation.ITypeComputationResult
 
- 
Returns the type of the return expectation (if any).
 
- getExpectedReturnType(XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.internal.CompoundReentrantTypeResolver
 
-  
 
- getExpectedReturnType(XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ForwardingResolvedTypes
 
-  
 
- getExpectedReturnType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.NoTypeResult
 
-  
 
- getExpectedReturnType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolutionBasedComputationResult
 
-  
 
- getExpectedReturnType(XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getExpectedReturnType(XExpression) - Method in interface org.eclipse.xtext.xbase.typesystem.IResolvedTypes
 
- 
Returns the expected return type for the given expression or null if none.
 
- getExpectedReturnType(XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.IResolvedTypes.NullResolvedTypes
 
-  
 
- getExpectedReturnType(XExpression, boolean) - Method in class org.eclipse.xtext.xbase.typesystem.legacy.XbaseBatchTypeProvider
 
-  
 
- getExpectedReturnType(XExpression, boolean) - Method in interface org.eclipse.xtext.xbase.typing.ITypeProvider
 
- 
Deprecated.
Return the expected return type of the given expression.
 
- getExpectedReturnType(XExpression, boolean) - Method in class org.eclipse.xtext.xbase.typing.XbaseTypeProvider
 
- 
Deprecated.
  
- getExpectedType() - Method in class org.eclipse.xtext.common.types.util.LoggingTypeArgumentDecorator
 
- 
Deprecated.
  
- getExpectedType() - Method in class org.eclipse.xtext.common.types.util.TypeArgumentContextProvider.AbstractRequest
 
- 
Deprecated.
  
- getExpectedType() - Method in interface org.eclipse.xtext.common.types.util.TypeArgumentContextProvider.Request
 
- 
Deprecated.
  
- getExpectedType() - Method in interface org.eclipse.xtext.xbase.typesystem.computation.ITypeExpectation
 
- 
Returns the expected type.
 
- getExpectedType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractLinkingCandidate.ArgumentTypeComputationState
 
-  
 
- getExpectedType(XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractLinkingCandidate
 
-  
 
- getExpectedType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractRootTypeComputationState
 
-  
 
- getExpectedType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AnnotationValueTypeComputationState
 
-  
 
- getExpectedType(XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.internal.CompoundReentrantTypeResolver
 
-  
 
- getExpectedType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ConstructorBodyComputationState
 
-  
 
- getExpectedType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ExpressionBasedRootTypeComputationState
 
-  
 
- getExpectedType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.FieldTypeComputationState
 
-  
 
- getExpectedType(XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ForwardingResolvedTypes
 
-  
 
- getExpectedType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.NoExpectation
 
-  
 
- getExpectedType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.OperationBodyComputationState
 
-  
 
- getExpectedType(XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getExpectedType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.RootExpressionTypeComputationState.PendingRootExpectation
 
-  
 
- getExpectedType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.RootNoExpectation
 
-  
 
- getExpectedType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.RootTypeExpectation
 
-  
 
- getExpectedType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeComputationStateWithExpectation
 
-  
 
- getExpectedType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeExpectation
 
-  
 
- getExpectedType(XExpression) - Method in interface org.eclipse.xtext.xbase.typesystem.IResolvedTypes
 
- 
Returns the actually expected type for the given expression or null if none.
 
- getExpectedType(XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.IResolvedTypes.NullResolvedTypes
 
-  
 
- getExpectedType(XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.legacy.XbaseBatchTypeProvider
 
-  
 
- getExpectedType(XExpression, boolean) - Method in class org.eclipse.xtext.xbase.typesystem.legacy.XbaseBatchTypeProvider
 
-  
 
- getExpectedType - Variable in class org.eclipse.xtext.xbase.typing.AbstractTypeProvider
 
- 
Deprecated.
  
- getExpectedType(XExpression) - Method in class org.eclipse.xtext.xbase.typing.AbstractTypeProvider
 
- 
Deprecated.
  
- getExpectedType(XExpression, boolean) - Method in class org.eclipse.xtext.xbase.typing.AbstractTypeProvider
 
- 
Deprecated.
  
- getExpectedType(XExpression) - Method in interface org.eclipse.xtext.xbase.typing.ITypeProvider
 
- 
Deprecated.
Return the resolved expected type of the given expression.
 
- getExpectedType(XExpression, boolean) - Method in interface org.eclipse.xtext.xbase.typing.ITypeProvider
 
- 
Deprecated.
  
- getExpectedType() - Method in class org.eclipse.xtext.xbase.ui.hover.FeatureCallRequest
 
-  
 
- getExpectedType(XExpression) - Method in class org.eclipse.xtext.xbase.validation.XbaseJavaValidator
 
-  
 
- getExpectedTypeCompareResultOther(AbstractPendingLinkingCandidate<?>) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractPendingLinkingCandidate
 
- 
Returns the compare result for the declared parameter types if the given other candidate had won.
 
- getExpectedTypeCompareResultOther(AbstractPendingLinkingCandidate<?>) - Method in class org.eclipse.xtext.xbase.typesystem.internal.FeatureLinkingCandidate
 
-  
 
- getExpectedTypeContext(JvmTypeReference, JvmTypeReference) - Method in class org.eclipse.xtext.common.types.util.LoggingTypeArgumentDecorator
 
- 
Deprecated.
  
- getExpectedTypeContext(JvmTypeReference, JvmTypeReference) - Method in class org.eclipse.xtext.common.types.util.TypeArgumentContextProvider
 
- 
Deprecated.
  
- getExpectedTypeForAssociatedExpression(JvmMember, XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getExpectedTypeForAssociatedExpression(JvmMember, XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.internal.RootResolvedTypes
 
-  
 
- getExpectedTypeForAssociatedExpression(JvmMember, XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.internal.StackedResolvedTypes
 
-  
 
- getExpectedVarArgType(JvmExecutable, ITypeArgumentContext, boolean, boolean) - Method in class org.eclipse.xtext.xbase.typing.XbaseTypeProvider
 
- 
Deprecated.
  
- getExpectedVariance() - Method in class org.eclipse.xtext.xbase.typesystem.util.AbstractTypeReferencePairWalker
 
-  
 
- getExpectingParametersAssignment_2_1_4_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getExpectingParametersLeftParenthesisKeyword_2_1_4_1_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getExplicitArgumentContext(JvmExecutable, List<JvmTypeReference>) - Method in class org.eclipse.xtext.common.types.util.LoggingTypeArgumentDecorator
 
- 
Deprecated.
  
- getExplicitArgumentContext(JvmExecutable, List<JvmTypeReference>) - Method in class org.eclipse.xtext.common.types.util.TypeArgumentContextProvider
 
- 
Deprecated.
  
- getExplicitArguments() - Method in class org.eclipse.xtext.xbase.impl.XAbstractFeatureCallImpl
 
-  
 
- getExplicitArguments() - Method in class org.eclipse.xtext.xbase.impl.XAssignmentImplCustom
 
- 
Deprecated.
 
- getExplicitArguments() - Method in class org.eclipse.xtext.xbase.impl.XBinaryOperationImplCustom
 
-  
 
- getExplicitArguments() - Method in class org.eclipse.xtext.xbase.impl.XFeatureCallImplCustom
 
-  
 
- getExplicitArguments() - Method in class org.eclipse.xtext.xbase.impl.XMemberFeatureCallImplCustom
 
-  
 
- getExplicitArguments() - Method in class org.eclipse.xtext.xbase.impl.XUnaryOperationImplCustom
 
-  
 
- getExplicitArguments() - Method in interface org.eclipse.xtext.xbase.XAbstractFeatureCall
 
- 
Deprecated.
Will be removed shortly
 
 
 
- getExplicitJavaType(XNumberLiteral) - Method in class org.eclipse.xtext.xbase.typesystem.computation.NumberLiterals
 
-  
 
- getExplicitOperationCallAssignment_1_1_3_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getExplicitOperationCallAssignment_3_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getExplicitOperationCallLeftParenthesisKeyword_1_1_3_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getExplicitOperationCallLeftParenthesisKeyword_3_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getExplicitStaticAssignment_1_0_0_0_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getExplicitStaticAssignment_1_1_0_0_1_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getExplicitStaticColonColonKeyword_1_0_0_0_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getExplicitStaticColonColonKeyword_1_1_0_0_1_2_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getExplicitSyntaxAssignment_0_0_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XShortClosureElements
 
-  
 
- getExplicitSyntaxAssignment_1_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XClosureElements
 
-  
 
- getExplicitSyntaxVerticalLineKeyword_0_0_2_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XShortClosureElements
 
-  
 
- getExplicitSyntaxVerticalLineKeyword_1_0_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XClosureElements
 
-  
 
- getExplicitTypeArgument() - Method in class org.eclipse.xtext.common.types.util.LoggingTypeArgumentDecorator
 
- 
Deprecated.
  
- getExplicitTypeArgument() - Method in class org.eclipse.xtext.common.types.util.TypeArgumentContextProvider.AbstractRequest
 
- 
Deprecated.
  
- getExplicitTypeArgument() - Method in interface org.eclipse.xtext.common.types.util.TypeArgumentContextProvider.Request
 
- 
Deprecated.
  
- getExponent(XNumberLiteral, String) - Method in class org.eclipse.xtext.xbase.typesystem.computation.NumberLiterals
 
-  
 
- getExportedEObjects(IType) - Method in class org.eclipse.xtext.common.types.ui.notification.DeltaConverter
 
- 
Deprecated.
This method is not used anymore.
 
 
- getExportedObjects() - Method in class org.eclipse.xtext.builder.builderState.AbstractBuilderState
 
-  
 
- getExportedObjects(EClass, QualifiedName, boolean) - Method in class org.eclipse.xtext.builder.builderState.AbstractBuilderState
 
-  
 
- getExportedObjects() - Method in class org.eclipse.xtext.builder.builderState.impl.ResourceDescriptionImpl
 
-  
 
- getExportedObjects(EClass, QualifiedName, boolean) - Method in class org.eclipse.xtext.builder.builderState.impl.ResourceDescriptionImpl
 
-  
 
- getExportedObjects() - Method in class org.eclipse.xtext.builder.clustering.CurrentDescriptions
 
-  
 
- getExportedObjects(EClass, QualifiedName, boolean) - Method in class org.eclipse.xtext.builder.clustering.CurrentDescriptions
 
-  
 
- getExportedObjects() - Method in class org.eclipse.xtext.builder.clustering.CurrentDescriptions.ResourceSetAware
 
-  
 
- getExportedObjects(EClass, QualifiedName, boolean) - Method in class org.eclipse.xtext.builder.clustering.CurrentDescriptions.ResourceSetAware
 
-  
 
- getExportedObjects() - Method in class org.eclipse.xtext.builder.impl.DirtyStateAwareResourceDescriptions
 
-  
 
- getExportedObjects(EClass, QualifiedName, boolean) - Method in class org.eclipse.xtext.builder.impl.DirtyStateAwareResourceDescriptions
 
-  
 
- getExportedObjects() - Method in class org.eclipse.xtext.common.types.ui.notification.LayeredTypeResourceDescription
 
-  
 
- getExportedObjects(EClass, QualifiedName, boolean) - Method in class org.eclipse.xtext.common.types.ui.notification.LayeredTypeResourceDescription
 
-  
 
- getExportedObjects(EClass, QualifiedName, boolean) - Method in class org.eclipse.xtext.resource.containers.DescriptionAddingContainer
 
-  
 
- getExportedObjects(EClass, QualifiedName, boolean) - Method in class org.eclipse.xtext.resource.containers.FilterUriContainer
 
-  
 
- getExportedObjects() - Method in class org.eclipse.xtext.resource.containers.StateBasedContainer
 
-  
 
- getExportedObjects(EClass, QualifiedName, boolean) - Method in class org.eclipse.xtext.resource.containers.StateBasedContainer
 
-  
 
- getExportedObjects() - Method in class org.eclipse.xtext.resource.impl.AbstractCompoundSelectable
 
-  
 
- getExportedObjects(EClass, QualifiedName, boolean) - Method in class org.eclipse.xtext.resource.impl.AbstractCompoundSelectable
 
-  
 
- getExportedObjects() - Method in class org.eclipse.xtext.resource.impl.AbstractResourceDescription
 
-  
 
- getExportedObjects(EClass, QualifiedName, boolean) - Method in class org.eclipse.xtext.resource.impl.AbstractResourceDescription
 
-  
 
- getExportedObjects(EClass, QualifiedName, boolean) - Method in class org.eclipse.xtext.resource.impl.EObjectDescriptionLookUp
 
-  
 
- getExportedObjects() - Method in class org.eclipse.xtext.resource.impl.EObjectDescriptionLookUp
 
-  
 
- getExportedObjects() - Method in class org.eclipse.xtext.resource.impl.LiveShadowedResourceDescriptions
 
-  
 
- getExportedObjects(EClass, QualifiedName, boolean) - Method in class org.eclipse.xtext.resource.impl.LiveShadowedResourceDescriptions
 
-  
 
- getExportedObjects(EClass, QualifiedName, boolean) - Method in class org.eclipse.xtext.resource.impl.ResourceDescriptionsBasedContainer
 
-  
 
- getExportedObjects(EClass, QualifiedName, boolean) - Method in class org.eclipse.xtext.resource.impl.ResourceDescriptionsData
 
-  
 
- getExportedObjects() - Method in class org.eclipse.xtext.resource.impl.ResourceSetBasedResourceDescriptions
 
-  
 
- getExportedObjects(EClass, QualifiedName, boolean) - Method in class org.eclipse.xtext.resource.impl.ResourceSetBasedResourceDescriptions
 
-  
 
- getExportedObjects() - Method in interface org.eclipse.xtext.resource.IResourceDescription
 
-  
 
- getExportedObjects() - Method in class org.eclipse.xtext.resource.IResourceDescriptions.NullImpl
 
-  
 
- getExportedObjects(EClass, QualifiedName, boolean) - Method in class org.eclipse.xtext.resource.IResourceDescriptions.NullImpl
 
-  
 
- getExportedObjects() - Method in interface org.eclipse.xtext.resource.ISelectable
 
-  
 
- getExportedObjects(EClass, QualifiedName, boolean) - Method in interface org.eclipse.xtext.resource.ISelectable
 
-  
 
- getExportedObjects(EClass, QualifiedName, boolean) - Method in class org.eclipse.xtext.scoping.impl.MultimapBasedSelectable
 
-  
 
- getExportedObjects() - Method in class org.eclipse.xtext.scoping.impl.MultimapBasedSelectable
 
-  
 
- getExportedObjects() - Method in class org.eclipse.xtext.scoping.impl.ScopeBasedSelectable
 
-  
 
- getExportedObjects(EClass, QualifiedName, boolean) - Method in class org.eclipse.xtext.scoping.impl.ScopeBasedSelectable
 
-  
 
- getExportedObjects() - Method in class org.eclipse.xtext.ui.editor.DirtyStateManager
 
-  
 
- getExportedObjects(EClass, QualifiedName, boolean) - Method in class org.eclipse.xtext.ui.editor.DirtyStateManager
 
-  
 
- getExportedObjectsByObject(EObject) - Method in class org.eclipse.xtext.builder.builderState.AbstractBuilderState
 
-  
 
- getExportedObjectsByObject(EObject) - Method in class org.eclipse.xtext.builder.builderState.impl.ResourceDescriptionImpl
 
-  
 
- getExportedObjectsByObject(EObject) - Method in class org.eclipse.xtext.builder.clustering.CurrentDescriptions
 
-  
 
- getExportedObjectsByObject(EObject) - Method in class org.eclipse.xtext.builder.clustering.CurrentDescriptions.ResourceSetAware
 
-  
 
- getExportedObjectsByObject(EObject) - Method in class org.eclipse.xtext.builder.impl.DirtyStateAwareResourceDescriptions
 
-  
 
- getExportedObjectsByObject(EObject) - Method in class org.eclipse.xtext.common.types.ui.notification.LayeredTypeResourceDescription
 
-  
 
- getExportedObjectsByObject(EObject) - Method in class org.eclipse.xtext.resource.containers.StateBasedContainer
 
-  
 
- getExportedObjectsByObject(EObject) - Method in class org.eclipse.xtext.resource.impl.AbstractCompoundSelectable
 
-  
 
- getExportedObjectsByObject(EObject) - Method in class org.eclipse.xtext.resource.impl.AbstractContainer
 
-  
 
- getExportedObjectsByObject(EObject) - Method in class org.eclipse.xtext.resource.impl.AbstractResourceDescription
 
-  
 
- getExportedObjectsByObject(EObject) - Method in class org.eclipse.xtext.resource.impl.EObjectDescriptionLookUp
 
-  
 
- getExportedObjectsByObject(EObject) - Method in class org.eclipse.xtext.resource.impl.LiveShadowedResourceDescriptions
 
-  
 
- getExportedObjectsByObject(EObject) - Method in class org.eclipse.xtext.resource.impl.ResourceDescriptionsData
 
-  
 
- getExportedObjectsByObject(EObject) - Method in class org.eclipse.xtext.resource.impl.ResourceSetBasedResourceDescriptions
 
-  
 
- getExportedObjectsByObject(EObject) - Method in class org.eclipse.xtext.resource.IResourceDescriptions.NullImpl
 
-  
 
- getExportedObjectsByObject(EObject) - Method in interface org.eclipse.xtext.resource.ISelectable
 
-  
 
- getExportedObjectsByObject(EObject) - Method in class org.eclipse.xtext.scoping.impl.MultimapBasedSelectable
 
-  
 
- getExportedObjectsByObject(EObject) - Method in class org.eclipse.xtext.scoping.impl.ScopeBasedSelectable
 
-  
 
- getExportedObjectsByObject(EObject) - Method in class org.eclipse.xtext.ui.editor.DirtyStateManager
 
-  
 
- getExportedObjectsByType(EClass) - Method in class org.eclipse.xtext.builder.builderState.AbstractBuilderState
 
-  
 
- getExportedObjectsByType(EClass) - Method in class org.eclipse.xtext.builder.builderState.impl.ResourceDescriptionImpl
 
-  
 
- getExportedObjectsByType(EClass) - Method in class org.eclipse.xtext.builder.clustering.CurrentDescriptions
 
-  
 
- getExportedObjectsByType(EClass) - Method in class org.eclipse.xtext.builder.clustering.CurrentDescriptions.ResourceSetAware
 
-  
 
- getExportedObjectsByType(EClass) - Method in class org.eclipse.xtext.builder.impl.DirtyStateAwareResourceDescriptions
 
-  
 
- getExportedObjectsByType(EClass) - Method in class org.eclipse.xtext.common.types.ui.notification.LayeredTypeResourceDescription
 
-  
 
- getExportedObjectsByType(EClass) - Method in class org.eclipse.xtext.resource.containers.DescriptionAddingContainer
 
-  
 
- getExportedObjectsByType(EClass) - Method in class org.eclipse.xtext.resource.containers.FilterUriContainer
 
-  
 
- getExportedObjectsByType(EClass) - Method in class org.eclipse.xtext.resource.containers.StateBasedContainer
 
-  
 
- getExportedObjectsByType(EClass) - Method in class org.eclipse.xtext.resource.impl.AbstractCompoundSelectable
 
-  
 
- getExportedObjectsByType(EClass) - Method in class org.eclipse.xtext.resource.impl.AbstractResourceDescription
 
-  
 
- getExportedObjectsByType(EClass) - Method in class org.eclipse.xtext.resource.impl.EObjectDescriptionLookUp
 
-  
 
- getExportedObjectsByType(EClass) - Method in class org.eclipse.xtext.resource.impl.LiveShadowedResourceDescriptions
 
-  
 
- getExportedObjectsByType(EClass) - Method in class org.eclipse.xtext.resource.impl.ResourceDescriptionsBasedContainer
 
-  
 
- getExportedObjectsByType(EClass) - Method in class org.eclipse.xtext.resource.impl.ResourceSetBasedResourceDescriptions
 
-  
 
- getExportedObjectsByType(EClass) - Method in class org.eclipse.xtext.resource.IResourceDescriptions.NullImpl
 
-  
 
- getExportedObjectsByType(EClass) - Method in interface org.eclipse.xtext.resource.ISelectable
 
-  
 
- getExportedObjectsByType(EClass) - Method in class org.eclipse.xtext.scoping.impl.MultimapBasedSelectable
 
-  
 
- getExportedObjectsByType(EClass) - Method in class org.eclipse.xtext.scoping.impl.ScopeBasedSelectable
 
-  
 
- getExportedObjectsByType(EClass) - Method in class org.eclipse.xtext.ui.editor.DirtyStateManager
 
-  
 
- getExportedPackages() - Method in class org.eclipse.xtext.ui.wizard.AbstractPluginProjectCreator
 
-  
 
- getExportedPackagesRt(Grammar) - Method in class org.eclipse.xtext.generator.AbstractGeneratorFragment
 
-  
 
- getExportedPackagesRt(Grammar) - Method in class org.eclipse.xtext.generator.AntlrDelegatingFragment
 
-  
 
- getExportedPackagesRt(Grammar) - Method in class org.eclipse.xtext.generator.CompositeGeneratorFragment
 
-  
 
- getExportedPackagesRt(Grammar) - Method in class org.eclipse.xtext.generator.DefaultGeneratorFragment
 
-  
 
- getExportedPackagesRt(Grammar) - Method in class org.eclipse.xtext.generator.DelegatingGeneratorFragment
 
-  
 
- getExportedPackagesRt(Grammar) - Method in class org.eclipse.xtext.generator.ecore.EMFGeneratorFragment
 
-  
 
- getExportedPackagesRt(Grammar) - Method in class org.eclipse.xtext.generator.formatting.FormatterFragment
 
-  
 
- getExportedPackagesRt(Grammar) - Method in class org.eclipse.xtext.generator.generator.GeneratorFragment
 
-  
 
- getExportedPackagesRt(Grammar) - Method in class org.eclipse.xtext.generator.grammarAccess.GrammarAccessFragment
 
-  
 
- getExportedPackagesRt(Grammar) - Method in interface org.eclipse.xtext.generator.IGeneratorFragment
 
- 
return the exported packages for the runtime bundle
 
- getExportedPackagesRt(Grammar) - Method in class org.eclipse.xtext.generator.LoggingGeneratorFragment
 
-  
 
- getExportedPackagesRt(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.rt.AntlrGeneratorFragment
 
-  
 
- getExportedPackagesRt(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment
 
-  
 
- getExportedPackagesRt(Grammar) - Method in class org.eclipse.xtext.generator.parser.packrat.PackratParserFragment
 
-  
 
- getExportedPackagesRt(Grammar) - Method in class org.eclipse.xtext.generator.parseTreeConstructor.ParseTreeConstructorFragment
 
-  
 
- getExportedPackagesRt(Grammar) - Method in class org.eclipse.xtext.generator.scoping.AbstractScopingFragment
 
-  
 
- getExportedPackagesRt(Grammar) - Method in class org.eclipse.xtext.generator.validation.JavaValidatorFragment
 
-  
 
- getExportedPackagesRt(Grammar) - Method in class org.eclipse.xtext.generator.xbase.XbaseGeneratorFragment
 
-  
 
- getExportedPackagesRt(Grammar) - Method in class org.eclipse.xtext.generator.Xtend2GeneratorFragment
 
-  
 
- getExportedPackagesRtList(Grammar) - Method in class org.eclipse.xtext.generator.serializer.SerializerFragment
 
-  
 
- getExportedPackagesRtList(Grammar) - Method in class org.eclipse.xtext.generator.validation.ValidatorFragment
 
-  
 
- getExportedPackagesRtList(Grammar) - Method in class org.eclipse.xtext.generator.Xtend2GeneratorFragment
 
-  
 
- getExportedPackagesTests(Grammar) - Method in class org.eclipse.xtext.generator.CompositeGeneratorFragment
 
-  
 
- getExportedPackagesTests(Grammar) - Method in interface org.eclipse.xtext.generator.IGeneratorFragmentExtension
 
- 
return the exported packages for the tests bundle
 
- getExportedPackagesTests(Grammar) - Method in class org.eclipse.xtext.generator.junit.Junit4Fragment
 
-  
 
- getExportedPackagesUi(Grammar) - Method in class org.eclipse.xtext.generator.AbstractGeneratorFragment
 
-  
 
- getExportedPackagesUi(Grammar) - Method in class org.eclipse.xtext.generator.AntlrDelegatingFragment
 
-  
 
- getExportedPackagesUi(Grammar) - Method in class org.eclipse.xtext.generator.CompositeGeneratorFragment
 
-  
 
- getExportedPackagesUi(Grammar) - Method in class org.eclipse.xtext.generator.DefaultGeneratorFragment
 
-  
 
- getExportedPackagesUi(Grammar) - Method in class org.eclipse.xtext.generator.DelegatingGeneratorFragment
 
-  
 
- getExportedPackagesUi(Grammar) - Method in interface org.eclipse.xtext.generator.IGeneratorFragment
 
- 
return the exported packages for the ui bundle
 
- getExportedPackagesUi(Grammar) - Method in class org.eclipse.xtext.generator.junit.Junit4Fragment
 
-  
 
- getExportedPackagesUi(Grammar) - Method in class org.eclipse.xtext.generator.LoggingGeneratorFragment
 
-  
 
- getExportedPackagesUi(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
 
-  
 
- getExportedPackagesUi(Grammar) - Method in class org.eclipse.xtext.ui.generator.contentAssist.ContentAssistFragment
 
-  
 
- getExportedPackagesUi(Grammar) - Method in class org.eclipse.xtext.ui.generator.contentAssist.JavaBasedContentAssistFragment
 
-  
 
- getExportedPackagesUi(Grammar) - Method in class org.eclipse.xtext.ui.generator.quickfix.QuickfixProviderFragment
 
-  
 
- getExpression() - Method in class org.eclipse.xtext.generator.BindValue
 
-  
 
- getExpression() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.NotExpressionImpl
 
-  
 
- getExpression() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.SimpleExpressionsPackageImpl
 
-  
 
- getExpression() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.NotExpression
 
- 
Returns the value of the 'Expression' containment reference
 
- getExpression() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.SimpleExpressionsPackage
 
- 
 
- getExpression() - Method in class org.eclipse.xtext.xbase.controlflow.IEarlyExitComputer.ExitPoint
 
-  
 
- getExpression() - Method in class org.eclipse.xtext.xbase.impl.XCatchClauseImpl
 
-  
 
- getExpression() - Method in class org.eclipse.xtext.xbase.impl.XClosureImpl
 
-  
 
- getExpression() - Method in class org.eclipse.xtext.xbase.impl.XInstanceOfExpressionImpl
 
-  
 
- getExpression() - Method in class org.eclipse.xtext.xbase.impl.XReturnExpressionImpl
 
-  
 
- getExpression() - Method in class org.eclipse.xtext.xbase.impl.XThrowExpressionImpl
 
-  
 
- getExpression() - Method in class org.eclipse.xtext.xbase.impl.XTryCatchFinallyExpressionImpl
 
-  
 
- getExpression(JvmMember) - Method in class org.eclipse.xtext.xbase.jvmmodel.JvmTypesBuilder
 
-  
 
- getExpression() - Method in class org.eclipse.xtext.xbase.scoping.XbaseScopeProvider.SimpleAcceptor
 
- 
Deprecated.
  
- getExpression() - Method in interface org.eclipse.xtext.xbase.typesystem.computation.ILinkingCandidate
 
- 
The current expression that shall be linked.
 
- getExpression() - Method in interface org.eclipse.xtext.xbase.typesystem.computation.ITypeComputationResult
 
- 
The expression that is associated with this result.
 
- getExpression() - Method in class org.eclipse.xtext.xbase.typesystem.InferredTypeIndicator
 
-  
 
- getExpression() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractAmbiguousLinkingCandidate
 
-  
 
- getExpression() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractImplicitFeature
 
-  
 
- getExpression() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractLinkingCandidate
 
-  
 
- getExpression() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractNullLinkingCandidate
 
-  
 
- getExpression() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractUnresolvableReference
 
-  
 
- getExpression() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AppliedFeatureLinkingCandidate
 
-  
 
- getExpression() - Method in class org.eclipse.xtext.xbase.typesystem.internal.NoTypeResult
 
-  
 
- getExpression() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolutionBasedComputationResult
 
-  
 
- getExpression() - Method in class org.eclipse.xtext.xbase.typesystem.internal.SuspiciouslyOverloadedCandidate
 
-  
 
- getExpression() - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeData
 
-  
 
- getExpression() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnboundTypeReference
 
-  
 
- getExpression(EObject, EReference, int) - Method in class org.eclipse.xtext.xbase.typing.XbaseTypeProvider
 
- 
Deprecated.
  
- getExpression() - Method in interface org.eclipse.xtext.xbase.XCatchClause
 
- 
Returns the value of the 'Expression' containment reference
 
- getExpression() - Method in interface org.eclipse.xtext.xbase.XClosure
 
- 
Returns the value of the 'Expression' containment reference
 
- getExpression() - Method in interface org.eclipse.xtext.xbase.XInstanceOfExpression
 
- 
Returns the value of the 'Expression' containment reference
 
- getExpression() - Method in interface org.eclipse.xtext.xbase.XReturnExpression
 
- 
Returns the value of the 'Expression' containment reference
 
- getExpression() - Method in interface org.eclipse.xtext.xbase.XThrowExpression
 
- 
Returns the value of the 'Expression' containment reference
 
- getExpression() - Method in interface org.eclipse.xtext.xbase.XTryCatchFinallyExpression
 
- 
Returns the value of the 'Expression' containment reference
 
- getExpressionAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getExpressionArgumentFactory() - Method in class org.eclipse.xtext.xbase.typesystem.internal.DefaultReentrantTypeResolver
 
-  
 
- getExpressionAssignment_0_2() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.PrefixExpressionElements
 
-  
 
- getExpressionAssignment_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XShortClosureElements
 
-  
 
- getExpressionAssignment_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XClosureElements
 
-  
 
- getExpressionAssignment_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XReturnExpressionElements
 
-  
 
- getExpressionAssignment_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XThrowExpressionElements
 
-  
 
- getExpressionAssignment_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTryCatchFinallyExpressionElements
 
-  
 
- getExpressionAssignment_4() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCatchClauseElements
 
-  
 
- getExpressionAsString(XExpression) - Method in class org.eclipse.xtext.xbase.impl.XAbstractFeatureCallImplCustom
 
-  
 
- getExpressionAtomParserRuleCall_0_2_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.PrefixExpressionElements
 
-  
 
- getExpressionHelper() - Method in class org.eclipse.xtext.xbase.validation.XbaseJavaValidator
 
-  
 
- getExpressionParserRuleCall_1() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ParenthesizedExpressionElements
 
-  
 
- getExpressionRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getExpressions() - Method in class org.eclipse.xtext.xbase.impl.XBlockExpressionImpl
 
-  
 
- getExpressions() - Method in interface org.eclipse.xtext.xbase.XBlockExpression
 
- 
Returns the value of the 'Expressions' containment reference list.
 
- getExpressionsAssignment_1_0() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess.SpecialBlockExpressionElements
 
-  
 
- getExpressionsAssignment_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XExpressionInClosureElements
 
-  
 
- getExpressionsAssignment_2_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XBlockExpressionElements
 
-  
 
- getExpressionsAsString(List<XExpression>, boolean) - Method in class org.eclipse.xtext.xbase.impl.XAbstractFeatureCallImplCustom
 
-  
 
- getExpressionsXExpressionInsideBlockParserRuleCall_1_0_0() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess.SpecialBlockExpressionElements
 
-  
 
- getExpressionsXExpressionInsideBlockParserRuleCall_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XExpressionInClosureElements
 
-  
 
- getExpressionsXExpressionInsideBlockParserRuleCall_2_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XBlockExpressionElements
 
-  
 
- getExpressionXExpressionInClosureParserRuleCall_2_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XClosureElements
 
-  
 
- getExpressionXExpressionParserRuleCall_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XShortClosureElements
 
-  
 
- getExpressionXExpressionParserRuleCall_2_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XReturnExpressionElements
 
-  
 
- getExpressionXExpressionParserRuleCall_2_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XThrowExpressionElements
 
-  
 
- getExpressionXExpressionParserRuleCall_2_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTryCatchFinallyExpressionElements
 
-  
 
- getExpressionXExpressionParserRuleCall_4_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCatchClauseElements
 
-  
 
- getExtendedClass() - Method in class org.eclipse.xtext.common.types.impl.JvmGenericTypeImpl
 
-  
 
- getExtendedClass() - Method in class org.eclipse.xtext.common.types.impl.JvmGenericTypeImplCustom
 
-  
 
- getExtendedClass() - Method in interface org.eclipse.xtext.common.types.JvmGenericType
 
-  
 
- getExtendedClass(JvmDeclaredType) - Method in class org.eclipse.xtext.xbase.typesystem.internal.LogicalContainerAwareReentrantTypeResolver
 
-  
 
- getExtendedInterfaces() - Method in class org.eclipse.xtext.common.types.impl.JvmGenericTypeImpl
 
-  
 
- getExtendedInterfaces() - Method in class org.eclipse.xtext.common.types.impl.JvmGenericTypeImplCustom
 
-  
 
- getExtendedInterfaces() - Method in interface org.eclipse.xtext.common.types.JvmGenericType
 
-  
 
- getExtendsKeyword_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmUpperBoundElements
 
-  
 
- getExtendsKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.FeatureCallIDElements
 
-  
 
- getExtension() - Method in class org.eclipse.xtext.mwe.NameBasedFilter
 
-  
 
- getExtensionAssignment_1_0_1() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XImportDeclarationElements
 
-  
 
- getExtensionClasses(Resource) - Method in class org.eclipse.xtext.xbase.scoping.batch.ImplicitlyImportedTypes
 
-  
 
- getExtensionClasses() - Method in class org.eclipse.xtext.xbase.scoping.batch.ImplicitlyImportedTypes
 
-  
 
- getExtensionClassNames() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.StaticImplicitMethodsFeatureForTypeProvider.ExtensionClassNameProvider
 
- 
Deprecated.
  
- getExtensionClassNames() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.StaticImplicitMethodsFeatureForTypeProvider
 
- 
Deprecated.
  
- getExtensionExtensionKeyword_1_0_1_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XImportDeclarationElements
 
-  
 
- getExtensionImports() - Method in class org.eclipse.xtext.xbase.imports.TypeUsages
 
-  
 
- getExtensionKeyword_4() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.FeatureCallIDElements
 
-  
 
- getExtensionName(GeneratedMetamodel) - Method in class org.eclipse.xtext.xtext.ecoreInference.XtendXtext2EcorePostProcessor
 
-  
 
- getExtensionProviders() - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractFeatureScopeSession
 
-  
 
- getExtensionProviders() - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractNestedFeatureScopeSession
 
-  
 
- getExtensionProviders() - Method in class org.eclipse.xtext.xbase.scoping.batch.ExpressionBucket
 
-  
 
- getExtensionProviders() - Method in class org.eclipse.xtext.xbase.scoping.batch.FeatureScopeSessionWithDynamicExtensions
 
-  
 
- getExtensionProviders() - Method in interface org.eclipse.xtext.xbase.scoping.batch.IFeatureScopeSession
 
- 
All extension providers as expression buckets.
 
- getExtensionToFactoryMap() - Method in class org.eclipse.xtext.resource.impl.ResourceServiceProviderRegistryImpl
 
-  
 
- getExtensionToFactoryMap() - Method in interface org.eclipse.xtext.resource.IResourceServiceProvider.Registry
 
-  
 
- getExtent() - Method in class org.eclipse.xtext.ui.refactoring.ui.RenameRefactoringPopup
 
-  
 
- getExternalContentProvider() - Method in class org.eclipse.xtext.ui.editor.model.ResourceForIEditorInputFactory
 
-  
 
- getExternalContentSupport() - Method in class org.eclipse.xtext.ui.editor.model.ResourceForIEditorInputFactory
 
-  
 
- getExternalFormOfEReference() - Method in class org.eclipse.xtext.builder.builderState.impl.ReferenceDescriptionImpl
 
-  
 
- getExternalFormOfEReference() - Method in interface org.eclipse.xtext.builder.builderState.ReferenceDescription
 
- 
Returns the value of the 'External Form Of EReference' attribute
 
- getExtractedClasses() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.AntlrParserSplitter
 
-  
 
- getExtractedClasses() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.PartialClassExtractor
 
-  
 
- getExtractedMethods() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.AntlrLexerSplitter
 
-  
 
- getFactory() - Method in class org.eclipse.xtext.builder.builderState.EMFBasedPersister
 
-  
 
- getFactory() - Method in class org.eclipse.xtext.parser.packrat.ParseResultFactory
 
-  
 
- getFake() - Method in class org.eclipse.xtext.parser.packrat.tokens.FakedToken
 
-  
 
- getFalseKeyword_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XBooleanLiteralElements
 
-  
 
- getFancyDefaultName(XExpression) - Method in class org.eclipse.xtext.xbase.ui.refactoring.NewFeatureNameUtil
 
-  
 
- getFavoriteVariableName(EObject) - Method in class org.eclipse.xtext.xbase.compiler.AbstractXbaseCompiler
 
-  
 
- getFeature() - Method in interface org.eclipse.xtext.Action
 
- 
Returns the value of the 'Feature' attribute
 
- getFeature() - Method in interface org.eclipse.xtext.Assignment
 
- 
Returns the value of the 'Feature' attribute
 
- getFeature() - Method in class org.eclipse.xtext.common.types.util.LoggingTypeArgumentDecorator
 
- 
Deprecated.
  
- getFeature() - Method in class org.eclipse.xtext.common.types.util.TypeArgumentContextProvider.AbstractRequest
 
- 
Deprecated.
  
- getFeature() - Method in interface org.eclipse.xtext.common.types.util.TypeArgumentContextProvider.Request
 
- 
Deprecated.
  
- getFeature() - Method in class org.eclipse.xtext.impl.ActionImpl
 
-  
 
- getFeature() - Method in class org.eclipse.xtext.impl.AssignmentImpl
 
-  
 
- getFeature() - Method in class org.eclipse.xtext.parser.packrat.tokens.ParsedAction
 
-  
 
- getFeature() - Method in class org.eclipse.xtext.parser.packrat.tokens.ParsedNonTerminalEnd
 
-  
 
- getFeature() - Method in class org.eclipse.xtext.parser.packrat.tokens.ParsedTerminalWithFeatureInfo
 
-  
 
- getFeature(RuleCall) - Method in class org.eclipse.xtext.serializer.acceptor.SequenceFeeder
 
-  
 
- getFeature(String) - Method in class org.eclipse.xtext.serializer.acceptor.SequenceFeeder
 
-  
 
- getFeature() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ConstraintElement
 
-  
 
- getFeature() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.FeatureInfo
 
-  
 
- getFeature() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraintElement
 
-  
 
- getFeature() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IFeatureInfo
 
-  
 
- getFeature() - Method in interface org.eclipse.xtext.serializer.analysis.ISemanticSequencerNfaProvider.ISemState
 
-  
 
- getFeature() - Method in class org.eclipse.xtext.serializer.analysis.SemanticSequencerNfaProvider.SemState
 
-  
 
- getFeature(AbstractElement, EClass) - Static method in class org.eclipse.xtext.serializer.impl.FeatureFinderUtil
 
-  
 
- getFeature() - Method in class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.Feature2Assignment
 
-  
 
- getFeature() - Method in class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.MVFeature2AssignmentAmbiguous
 
-  
 
- getFeature() - Method in class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.MVFeature2AssignmentUnambiguous
 
-  
 
- getFeature() - Method in class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.SVFeature2AssignmentAmbiguous
 
-  
 
- getFeature() - Method in class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.SVFeature2AssignmentUnambiguous
 
-  
 
- getFeature() - Method in class org.eclipse.xtext.validation.FeatureBasedDiagnostic
 
-  
 
- getFeature() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxDiagnosticProvider.ConcreteSyntaxFeatureDiagnostic
 
-  
 
- getFeature(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.impl.FeatureCallToJavaMapping
 
- 
Deprecated.
  
- getFeature() - Method in class org.eclipse.xtext.xbase.impl.XAbstractFeatureCallImpl
 
-  
 
- getFeature(XAbstractFeatureCall, boolean) - Method in class org.eclipse.xtext.xbase.resource.LinkingAssumptions
 
- 
Deprecated.
  
- getFeature(XAbstractFeatureCall, boolean) - Method in class org.eclipse.xtext.xbase.resource.XbaseResource
 
-  
 
- getFeature() - Method in interface org.eclipse.xtext.xbase.typesystem.computation.ILinkingCandidate
 
- 
The currently considered feature (if any).
 
- getFeature() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractAmbiguousLinkingCandidate
 
-  
 
- getFeature() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractImplicitFeature
 
-  
 
- getFeature() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractLinkingCandidate
 
-  
 
- getFeature() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractNullLinkingCandidate
 
-  
 
- getFeature() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractPendingLinkingCandidate
 
-  
 
- getFeature() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractResolvedReference
 
-  
 
- getFeature() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractUnresolvableReference
 
-  
 
- getFeature() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AppliedFeatureLinkingCandidate
 
-  
 
- getFeature(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getFeature(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.typesystem.internal.StackedResolvedTypes
 
-  
 
- getFeature() - Method in class org.eclipse.xtext.xbase.typesystem.internal.SuspiciouslyOverloadedCandidate
 
-  
 
- getFeature() - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeInsteadOfConstructorLinkingCandidate
 
-  
 
- getFeature(XAbstractFeatureCall, boolean) - Method in class org.eclipse.xtext.xbase.typing.AbstractTypeProvider
 
- 
Deprecated.
  
- getFeature(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.typing.AbstractTypeProvider
 
- 
Deprecated.
  
- getFeature() - Method in class org.eclipse.xtext.xbase.ui.hover.FeatureCallRequest
 
-  
 
- getFeature() - Method in interface org.eclipse.xtext.xbase.XAbstractFeatureCall
 
- 
Returns the value of the 'Feature' reference
 
- getFeatureAssignment_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAssignmentElements
 
-  
 
- getFeatureAssignment_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XUnaryOperationElements
 
-  
 
- getFeatureAssignment_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AssignmentElements
 
-  
 
- getFeatureAssignment_1_0_0_0_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getFeatureAssignment_1_0_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAdditiveExpressionElements
 
-  
 
- getFeatureAssignment_1_0_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAndExpressionElements
 
-  
 
- getFeatureAssignment_1_0_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XEqualityExpressionElements
 
-  
 
- getFeatureAssignment_1_0_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMultiplicativeExpressionElements
 
-  
 
- getFeatureAssignment_1_0_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XOrExpressionElements
 
-  
 
- getFeatureAssignment_1_0_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XOtherOperatorExpressionElements
 
-  
 
- getFeatureAssignment_1_1_0_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAssignmentElements
 
-  
 
- getFeatureAssignment_1_1_0_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XRelationalExpressionElements
 
-  
 
- getFeatureAssignment_1_1_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getFeatureAssignment_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getFeatureAssignment_2_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ActionElements
 
-  
 
- getFeatureAssignmentID() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ConstraintElement
 
-  
 
- getFeatureAssignmentID() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraintElement
 
-  
 
- getFeatureCall() - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractSessionBasedScope
 
-  
 
- getFeatureCall() - Method in interface org.eclipse.xtext.xbase.typesystem.computation.IFeatureLinkingCandidate
 
- 
Returns the feature call that is linked.
 
- getFeatureCall() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractImplicitFeature
 
-  
 
- getFeatureCall() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AmbiguousFeatureLinkingCandidate
 
-  
 
- getFeatureCall() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AppliedFeatureLinkingCandidate
 
-  
 
- getFeatureCall() - Method in class org.eclipse.xtext.xbase.typesystem.internal.FeatureLinkingCandidate
 
-  
 
- getFeatureCall() - Method in class org.eclipse.xtext.xbase.typesystem.internal.FollowUpError
 
-  
 
- getFeatureCall() - Method in class org.eclipse.xtext.xbase.typesystem.internal.NullFeatureLinkingCandidate
 
-  
 
- getFeatureCall() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedFeature
 
-  
 
- getFeatureCall() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypeLiteral
 
-  
 
- getFeatureCall() - Method in class org.eclipse.xtext.xbase.typesystem.internal.SuspiciouslyOverloadedCandidate
 
-  
 
- getFeatureCall() - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeLiteralLinkingCandidate
 
-  
 
- getFeatureCall() - Method in class org.eclipse.xtext.xbase.typesystem.internal.UnresolvableFeatureCall
 
-  
 
- getFeatureCall() - Method in class org.eclipse.xtext.xbase.typing.XbaseTypeArgumentContextProvider.AbstractFeatureCallRequest
 
- 
Deprecated.
  
- getFeatureCall() - Method in class org.eclipse.xtext.xbase.ui.hover.FeatureCallRequest
 
-  
 
- getFeatureCallArguments() - Method in class org.eclipse.xtext.xbase.impl.XFeatureCallImpl
 
-  
 
- getFeatureCallArguments() - Method in interface org.eclipse.xtext.xbase.XFeatureCall
 
- 
Returns the value of the 'Feature Call Arguments' containment reference list.
 
- getFeatureCallArgumentsAssignment_3_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getFeatureCallArgumentsAssignment_3_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getFeatureCallArgumentsAssignment_3_1_1_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getFeatureCallArgumentsAssignment_4() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getFeatureCallArgumentsXClosureParserRuleCall_4_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getFeatureCallArgumentsXExpressionParserRuleCall_3_1_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getFeatureCallArgumentsXExpressionParserRuleCall_3_1_1_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getFeatureCallArgumentsXShortClosureParserRuleCall_3_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getFeatureCallChecker(EObject, EReference) - Method in class org.eclipse.xtext.xbase.linking.XbaseLinkingScopeProvider
 
-  
 
- getFeatureCallIDAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getFeatureCallIDAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getFeatureCallIDAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getFeatureCallIDParserRuleCall_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.IdOrSuperElements
 
-  
 
- getFeatureCallIDRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getFeatureCallIDRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getFeatureCallIDRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getFeatureCallIDValueConverter() - Method in class org.eclipse.xtext.xbase.conversion.XbaseValueConverterService
 
-  
 
- getFeatureCallRuleName() - Method in class org.eclipse.xtext.xbase.ui.contentassist.XbaseProposalProvider
 
-  
 
- getFeatureCallToJavaMapping() - Method in class org.eclipse.xtext.xbase.scoping.XbaseScopeProvider
 
- 
Deprecated.
  
- getFeatureCallTypeArgContext(XAbstractFeatureCall, boolean) - Method in class org.eclipse.xtext.xbase.typing.XbaseTypeProvider
 
- 
Deprecated.
  
- getFeatureDescriptionPredicate(ContentAssistContext) - Method in class org.eclipse.xtext.xbase.ui.contentassist.XbaseProposalProvider
 
-  
 
- getFeatureID() - Method in interface org.eclipse.xtext.serializer.analysis.ISemanticSequencerNfaProvider.ISemState
 
-  
 
- getFeatureID() - Method in class org.eclipse.xtext.serializer.analysis.SemanticSequencerNfaProvider.SemState
 
-  
 
- getFeatureIDTerminalRuleCall_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AssignmentElements
 
-  
 
- getFeatureIDTerminalRuleCall_2_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ActionElements
 
-  
 
- getFeatureInfo() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ConstraintElement
 
-  
 
- getFeatureInfo() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraintElement
 
-  
 
- getFeatureJvmIdentifiableElementCrossReference_0_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAssignmentElements
 
-  
 
- getFeatureJvmIdentifiableElementCrossReference_0_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XUnaryOperationElements
 
-  
 
- getFeatureJvmIdentifiableElementCrossReference_1_0_0_0_2_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAdditiveExpressionElements
 
-  
 
- getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAndExpressionElements
 
-  
 
- getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XEqualityExpressionElements
 
-  
 
- getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMultiplicativeExpressionElements
 
-  
 
- getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XOrExpressionElements
 
-  
 
- getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XOtherOperatorExpressionElements
 
-  
 
- getFeatureJvmIdentifiableElementCrossReference_1_1_0_0_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAssignmentElements
 
-  
 
- getFeatureJvmIdentifiableElementCrossReference_1_1_0_0_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XRelationalExpressionElements
 
-  
 
- getFeatureJvmIdentifiableElementCrossReference_1_1_2_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getFeatureJvmIdentifiableElementCrossReference_2_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getFeatureJvmIdentifiableElementFeatureCallIDParserRuleCall_0_1_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAssignmentElements
 
-  
 
- getFeatureJvmIdentifiableElementFeatureCallIDParserRuleCall_1_0_0_0_2_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getFeatureJvmIdentifiableElementFeatureCallIDParserRuleCall_1_1_2_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getFeatureJvmIdentifiableElementIdOrSuperParserRuleCall_2_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getFeatureJvmIdentifiableElementOpAddParserRuleCall_1_0_0_1_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAdditiveExpressionElements
 
-  
 
- getFeatureJvmIdentifiableElementOpAndParserRuleCall_1_0_0_1_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAndExpressionElements
 
-  
 
- getFeatureJvmIdentifiableElementOpCompareParserRuleCall_1_1_0_0_1_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XRelationalExpressionElements
 
-  
 
- getFeatureJvmIdentifiableElementOpEqualityParserRuleCall_1_0_0_1_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XEqualityExpressionElements
 
-  
 
- getFeatureJvmIdentifiableElementOpMultiAssignParserRuleCall_1_1_0_0_1_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAssignmentElements
 
-  
 
- getFeatureJvmIdentifiableElementOpMultiParserRuleCall_1_0_0_1_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMultiplicativeExpressionElements
 
-  
 
- getFeatureJvmIdentifiableElementOpOrParserRuleCall_1_0_0_1_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XOrExpressionElements
 
-  
 
- getFeatureJvmIdentifiableElementOpOtherParserRuleCall_1_0_0_1_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XOtherOperatorExpressionElements
 
-  
 
- getFeatureJvmIdentifiableElementOpUnaryParserRuleCall_0_1_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XUnaryOperationElements
 
-  
 
- getFeatureName() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ConstraintElement
 
-  
 
- getFeatureParameterTypesAsString() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractPendingLinkingCandidate
 
- 
Returns the unresolved string representation of the parameter types of the feature.
 
- getFeatureProjectLocation() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectInfo
 
-  
 
- getFeatureProjectName() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectInfo
 
-  
 
- getFeatureQuantities() - Method in interface org.eclipse.xtext.validation.IAssignmentQuantityAllocator.IQuantities
 
-  
 
- getFeatureQuantities() - Method in class org.eclipse.xtext.validation.impl.AssignmentQuantityAllocator.Quantities
 
-  
 
- getFeatureQuantity(EObject, EStructuralFeature) - Method in interface org.eclipse.xtext.validation.IAssignmentQuantityAllocator
 
-  
 
- getFeatureQuantity(EStructuralFeature) - Method in interface org.eclipse.xtext.validation.IAssignmentQuantityAllocator.IQuantities
 
-  
 
- getFeatureQuantity(EObject, EStructuralFeature) - Method in class org.eclipse.xtext.validation.impl.AssignmentQuantityAllocator
 
-  
 
- getFeatureQuantity(EStructuralFeature) - Method in class org.eclipse.xtext.validation.impl.AssignmentQuantityAllocator.Quantities
 
-  
 
- getFeatures() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.Constraint
 
-  
 
- getFeatures() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraint
 
-  
 
- getFeaturesByName(String, JvmTypeReference, Iterable<JvmTypeReference>) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.AbstractStaticMethodsFeatureForTypeProvider
 
- 
Deprecated.
  
- getFeaturesByName(String, JvmTypeReference, Iterable<JvmTypeReference>) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.DefaultFeaturesForTypeProvider
 
- 
Deprecated.
  
- getFeaturesByName(String, JvmTypeReference, Iterable<JvmTypeReference>) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.DefaultJvmFeatureDescriptionProvider
 
- 
Deprecated.
  
- getFeaturesByName(String, JvmTypeReference, Iterable<JvmTypeReference>) - Method in interface org.eclipse.xtext.xbase.scoping.featurecalls.IFeaturesForTypeProvider
 
- 
Deprecated.
  
- getFeaturesByName(String, JvmTypeReference, Iterable<JvmTypeReference>) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.XConstructorProvider
 
- 
Deprecated.
  
- getFeatureScope(XAbstractFeatureCall) - Method in interface org.eclipse.xtext.xbase.typesystem.IBatchTypeResolver
 
- 
Returns the currently visible features in the given context.
 
- getFeatureScope(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractRootedReentrantTypeResolver
 
-  
 
- getFeatureScope(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.typesystem.internal.CachingBatchTypeResolver
 
-  
 
- getFeatureScope(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.typesystem.internal.DefaultBatchTypeResolver
 
-  
 
- getFeatureScope(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.typesystem.internal.DefaultReentrantTypeResolver
 
-  
 
- getFeatureScope(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeResolutionStateAdapter
 
-  
 
- getFeatureScopes() - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractFeatureScopeSession
 
-  
 
- getFeatureScopes() - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractNestedFeatureScopeSession
 
-  
 
- getFeatureScopes() - Method in class org.eclipse.xtext.xbase.scoping.batch.RootFeatureScopeSession
 
-  
 
- getFeatureScopes() - Method in class org.eclipse.xtext.xbase.scoping.batch.XbaseBatchScopeProvider
 
-  
 
- getFeatureScopeSession() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractTypeComputationState
 
-  
 
- getFeatureToMark() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractAmbiguousLinkingCandidate
 
-  
 
- getFeatureToMark() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AmbiguousConstructorLinkingCandidate
 
-  
 
- getFeatureToMark() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AmbiguousFeatureLinkingCandidate
 
-  
 
- getFeatureTypeName() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractAmbiguousLinkingCandidate
 
-  
 
- getFeatureTypeName() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractPendingLinkingCandidate
 
- 
 
- getFeatureTypeName() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AmbiguousFeatureLinkingCandidate
 
-  
 
- getFeatureTypeName() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ConstructorLinkingCandidate
 
-  
 
- getFeatureTypeName() - Method in class org.eclipse.xtext.xbase.typesystem.internal.FeatureLinkingCandidate
 
-  
 
- getFeatureTypeName() - Method in class org.eclipse.xtext.xbase.typesystem.internal.SuspiciouslyOverloadedCandidate
 
-  
 
- getFeatureTypeName() - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeLiteralLinkingCandidate
 
-  
 
- getFeatureTypeParametersAsString(boolean) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractPendingLinkingCandidate
 
- 
Returns the unresolved string representation of the unresolved type parameters of the feature.
 
- getField(JvmField) - Method in class org.eclipse.xtext.common.types.util.JavaReflectAccess
 
-  
 
- getFieldsPerClass() - Method in class org.eclipse.xtext.generator.parser.antlr.AntlrOptions
 
-  
 
- getFile(String, String) - Method in class org.eclipse.xtext.builder.EclipseResourceFileSystemAccess
 
- 
Deprecated.
  
- getFile(String, String) - Method in class org.eclipse.xtext.builder.EclipseResourceFileSystemAccess2
 
-  
 
- getFile(String, String) - Method in class org.eclipse.xtext.generator.JavaIoFileSystemAccess
 
-  
 
- getFile() - Method in class org.eclipse.xtext.ui.refactoring.impl.DefaultRefactoringDocumentProvider.FileDocument
 
-  
 
- getFile(Resource) - Static method in class org.eclipse.xtext.ui.util.ResourceUtil
 
- 
Obtains the workspace file corresponding to the specified resource, if it has a platform-resource URI.
 
- getFileContents(SerializerGenFileNames.GenFileName) - Method in class org.eclipse.xtext.generator.serializer.AbstractSemanticSequencer
 
-  
 
- getFileContents(SerializerGenFileNames.GenFileName) - Method in class org.eclipse.xtext.generator.serializer.AbstractSyntacticSequencer
 
-  
 
- getFileContents(SerializerGenFileNames.GenFileName) - Method in class org.eclipse.xtext.generator.serializer.GeneratedFile
 
-  
 
- getFileContents(SerializerGenFileNames.GenFileName) - Method in class org.eclipse.xtext.generator.serializer.GrammarConstraints
 
-  
 
- getFileContents(SerializerGenFileNames.GenFileName) - Method in class org.eclipse.xtext.generator.serializer.SemanticSequencer
 
-  
 
- getFileContents(SerializerGenFileNames.GenFileName) - Method in class org.eclipse.xtext.generator.serializer.SyntacticSequencer
 
-  
 
- getFileExtension() - Method in class org.eclipse.xtext.junit4.ui.AbstractAutoEditTest
 
-  
 
- getFileExtension() - Method in class org.eclipse.xtext.junit4.ui.AbstractCursorHandlingTest
 
-  
 
- getFileExtension(Grammar) - Method in class org.eclipse.xtext.ui.generator.projectWizard.SimpleProjectWizardFragment
 
-  
 
- getFileExtension() - Method in class org.eclipse.xtext.ui.junit.editor.autoedit.AbstractAutoEditTest
 
-  
 
- getFileExtension() - Method in class org.eclipse.xtext.ui.junit.editor.cursorHandling.AbstractCursorHandlingTest
 
-  
 
- getFileExtension() - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseHoverConfiguration
 
-  
 
- getFileExtension() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectInfo
 
-  
 
- getFileExtensions() - Method in class org.eclipse.xtext.ecore.EcoreRuntimeModule
 
-  
 
- getFileExtensions() - Method in class org.eclipse.xtext.generator.ecore.EMFGeneratorFragment
 
-  
 
- getFileExtensions(Grammar) - Method in class org.eclipse.xtext.generator.LanguageConfig
 
-  
 
- getFileExtensions() - Method in class org.eclipse.xtext.resource.FileExtensionProvider
 
-  
 
- getFileExtensions() - Method in class org.eclipse.xtext.resource.generic.AbstractGenericResourceRuntimeModule
 
-  
 
- getFileExtensions() - Method in class org.eclipse.xtext.ui.editor.quickfix.LanguageResourceHelper
 
-  
 
- getFileExtensions() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.WizardNewXtextProjectCreationPage
 
- 
Returns the supported DSL extensions as a CSV string
 
- getFileHeader(Resource) - Method in interface org.eclipse.xtext.documentation.IFileHeaderProvider
 
-  
 
- getFileHeader(Resource) - Method in class org.eclipse.xtext.documentation.impl.MultiLineFileHeaderProvider
 
-  
 
- getFileHeaderNodes(Resource) - Method in interface org.eclipse.xtext.documentation.IFileHeaderProvider
 
-  
 
- getFileHeaderNodes(Resource) - Method in class org.eclipse.xtext.documentation.impl.MultiLineFileHeaderProvider
 
- 
Returns the first non-whitespace leaf node in the file if it is a multi-line comment node.
 
- getFileName(String, String) - Method in class org.eclipse.xtext.generator.InMemoryFileSystemAccess
 
-  
 
- getFileName() - Method in class org.eclipse.xtext.generator.serializer.SerializerGenFileNames.GenFileName
 
-  
 
- getFiles() - Method in class org.eclipse.xtext.generator.InMemoryFileSystemAccess
 
- 
Deprecated.
 
- getFiles() - Method in class org.eclipse.xtext.junit4.ui.AbstractAutoEditTest
 
-  
 
- getFiles() - Method in class org.eclipse.xtext.ui.junit.editor.autoedit.AbstractAutoEditTest
 
-  
 
- getFileSystemAccess() - Method in class org.eclipse.xtext.builder.standalone.LanguageAccess
 
-  
 
- getFilter() - Method in class org.eclipse.xtext.scoping.impl.SelectableBasedScope
 
-  
 
- getFilter() - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceQuery
 
-  
 
- getFilter(EObject) - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceQueryExecutor
 
-  
 
- getFilter() - Method in class org.eclipse.xtext.ui.editor.outline.actions.AbstractFilterOutlineContribution
 
-  
 
- getFilter() - Method in class org.eclipse.xtext.util.formallang.FollowerFunctionImpl
 
-  
 
- getFilter(EObject) - Method in class org.eclipse.xtext.xbase.ui.jvmmodel.findrefs.JvmModelReferenceQueryExecutor
 
-  
 
- getFilterAndSorter() - Method in class org.eclipse.xtext.ui.editor.outline.impl.OutlinePage
 
-  
 
- getFilteredDerivedElements(EObject, EClass) - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseHoverDocumentationProvider
 
-  
 
- getFilteredSourceElements(EObject, EClass) - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseHoverDocumentationProvider
 
-  
 
- getFinallyExpression() - Method in class org.eclipse.xtext.xbase.impl.XTryCatchFinallyExpressionImpl
 
-  
 
- getFinallyExpression() - Method in interface org.eclipse.xtext.xbase.XTryCatchFinallyExpression
 
- 
Returns the value of the 'Finally Expression' containment reference
 
- getFinallyExpressionAssignment_3_0_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTryCatchFinallyExpressionElements
 
-  
 
- getFinallyExpressionAssignment_3_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTryCatchFinallyExpressionElements
 
-  
 
- getFinallyExpressionXExpressionParserRuleCall_3_0_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTryCatchFinallyExpressionElements
 
-  
 
- getFinallyExpressionXExpressionParserRuleCall_3_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTryCatchFinallyExpressionElements
 
-  
 
- getFinallyKeyword_3_0_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTryCatchFinallyExpressionElements
 
-  
 
- getFinallyKeyword_3_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTryCatchFinallyExpressionElements
 
-  
 
- getFindReplaceTarget() - Method in class org.eclipse.xtext.junit4.ui.MockableTextViewer
 
-  
 
- getFindReplaceTarget() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyTextViewer
 
-  
 
- getFindReplaceTarget() - Method in class org.eclipse.xtext.ui.junit.editor.contentassist.MockableTextViewer
 
-  
 
- getFirst(Iterable<IEObjectDescription>) - Method in class org.eclipse.xtext.scoping.impl.FilteringScope
 
-  
 
- getFirst() - Method in class org.eclipse.xtext.util.Pair
 
-  
 
- getFirstArgument() - Method in class org.eclipse.xtext.xbase.typesystem.internal.FeatureLinkingCandidate
 
- 
Returns the first argument if this is an extension.
 
- getFirstArgumentType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.FeatureLinkingCandidate
 
-  
 
- getFirstChild() - Method in interface org.eclipse.xtext.nodemodel.ICompositeNode
 
- 
Returns the first child of this node.
 
- getFirstChild() - Method in class org.eclipse.xtext.nodemodel.impl.CompositeNode
 
-  
 
- getFirstChild() - Method in class org.eclipse.xtext.nodemodel.impl.SyntheticCompositeNode
 
-  
 
- getFirstCompleteLineOfRegion(IRegion, IDocument) - Method in class org.eclipse.xtext.ui.editor.toggleComments.ToggleSLCommentAction
 
- 
Returns the index of the first line whose start offset is in the given text range.
 
- getFirstFeatureNode(EObject, EStructuralFeature) - Method in class org.eclipse.xtext.xtext.ui.editor.syntaxcoloring.SemanticHighlightingCalculator
 
-  
 
- getFirstFileExtension() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectInfo
 
-  
 
- getFirstForRawType(Multimap<JvmType, JvmTypeReference>, JvmType) - Method in class org.eclipse.xtext.common.types.util.TypeConformanceComputer
 
- 
Deprecated.
  
- getFirstForRawType(Multimap<JvmType, LightweightTypeReference>, JvmType) - Method in class org.eclipse.xtext.xbase.typesystem.conformance.TypeConformanceComputer
 
-  
 
- getFirstLeafNode(BidiTreeIterator<INode>) - Method in class org.eclipse.xtext.xbase.validation.XbaseJavaValidator
 
-  
 
- getFirstLine(EObject) - Method in class org.eclipse.xtext.ui.editor.hover.html.DefaultEObjectHoverProvider
 
-  
 
- getFirstLine(EObject) - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseHoverProvider
 
- 
 
- getFirstMarker() - Method in class org.eclipse.xtext.parser.antlr.XtextTokenStream
 
-  
 
- getFirstNameSegment(String) - Method in class org.eclipse.xtext.xbase.imports.TypeUsageCollector
 
-  
 
- getFirstParserRule(Grammar) - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxConstraintProvider
 
-  
 
- getFirstRuleName() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parser.antlr.internal.InternalSimpleAntlrParser
 
-  
 
- getFirstRuleName() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parser.antlr.internal.InternalSimpleExpressionsParser
 
-  
 
- getFirstRuleName() - Method in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser
 
-  
 
- getFirstRuleName() - Method in class org.eclipse.xtext.parser.antlr.internal.InternalXtextParser
 
-  
 
- getFirstRuleName() - Method in class org.eclipse.xtext.purexbase.parser.antlr.internal.InternalPureXbaseParser
 
-  
 
- getFirstRuleName() - Method in class org.eclipse.xtext.ui.codetemplates.parser.antlr.internal.InternalCodetemplatesParser
 
-  
 
- getFirstRuleName() - Method in class org.eclipse.xtext.ui.codetemplates.parser.antlr.internal.InternalSingleCodetemplateParser
 
-  
 
- getFirstRuleName() - Method in class org.eclipse.xtext.xbase.annotations.parser.antlr.internal.InternalXbaseWithAnnotationsParser
 
-  
 
- getFirstRuleName() - Method in class org.eclipse.xtext.xbase.parser.antlr.internal.InternalXbaseParser
 
-  
 
- getFirstRuleName() - Method in class org.eclipse.xtext.xbase.parser.antlr.internal.InternalXtypeParser
 
-  
 
- getFirstSegment() - Method in class org.eclipse.xtext.naming.QualifiedName
 
-  
 
- getFirstSetGrammarElements() - Method in class org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext
 
- 
The grammar elements that may occur at the given offset.
 
- getFirstTypeArgumentSimpleName(String) - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtVariableCompletions
 
-  
 
- getFirstTypeParameter(ParameterizedType) - Method in class org.eclipse.xtext.service.MethodBasedModule
 
-  
 
- getFixMethodPredicate(String) - Method in class org.eclipse.xtext.ui.editor.quickfix.AbstractDeclarativeQuickfixProvider
 
-  
 
- getFixMethods(Issue) - Method in class org.eclipse.xtext.ui.editor.quickfix.AbstractDeclarativeQuickfixProvider
 
-  
 
- getFloat(String) - Method in class org.eclipse.xtext.ui.editor.preferences.FixedScopedPreferenceStore
 
-  
 
- getFocusControl() - Method in class org.eclipse.xtext.ui.editor.outline.quickoutline.QuickOutlinePopup
 
-  
 
- getFolder(OutputConfiguration) - Method in class org.eclipse.xtext.builder.EclipseResourceFileSystemAccess2
 
- 
 
- getFoldingRegions(IXtextDocument) - Method in class org.eclipse.xtext.purexbase.ui.PureXbaseUiModule.NoFolding
 
-  
 
- getFoldingRegions(IXtextDocument) - Method in class org.eclipse.xtext.ui.editor.folding.DefaultFoldingRegionProvider
 
-  
 
- getFoldingRegions(IXtextDocument) - Method in interface org.eclipse.xtext.ui.editor.folding.IFoldingRegionProvider
 
-  
 
- getFollowElements(AbstractInternalContentAssistParser) - Method in class org.eclipse.xtext.purexbase.ui.contentassist.antlr.PartialPureXbaseContentAssistParser
 
-  
 
- getFollowElements(AbstractInternalContentAssistParser) - Method in class org.eclipse.xtext.purexbase.ui.contentassist.antlr.PureXbaseParser
 
-  
 
- getFollowElements(AbstractInternalContentAssistParser) - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.antlr.CodetemplatesParser
 
-  
 
- getFollowElements(AbstractInternalContentAssistParser) - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.antlr.PartialCodetemplatesContentAssistParser
 
-  
 
- getFollowElements(AbstractInternalContentAssistParser) - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.antlr.SingleCodetemplateParser
 
-  
 
- getFollowElements(AbstractInternalContentAssistParser) - Method in class org.eclipse.xtext.ui.contentassist.antlr.PartialXtextContentAssistParser
 
-  
 
- getFollowElements(AbstractInternalContentAssistParser) - Method in class org.eclipse.xtext.ui.contentassist.antlr.XtextParser
 
-  
 
- getFollowElements(FollowElement) - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser
 
-  
 
- getFollowElements(AbstractInternalContentAssistParser) - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser
 
-  
 
- getFollowElements(String, boolean) - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser
 
-  
 
- getFollowElements(String, boolean) - Method in interface org.eclipse.xtext.ui.editor.contentassist.antlr.IContentAssistParser
 
-  
 
- getFollowElements(FollowElement) - Method in interface org.eclipse.xtext.ui.editor.contentassist.antlr.IContentAssistParser
 
-  
 
- getFollowElements() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser
 
-  
 
- getFollowElements(AbstractInternalContentAssistParser) - Method in class org.eclipse.xtext.xbase.annotations.ui.contentassist.antlr.XbaseWithAnnotationsParser
 
-  
 
- getFollowElements(AbstractInternalContentAssistParser) - Method in class org.eclipse.xtext.xbase.ui.contentassist.antlr.XbaseParser
 
-  
 
- getFollowers(CTX, INFAState<?, ?>, boolean, boolean) - Method in class org.eclipse.xtext.grammaranalysis.impl.AbstractPDAProvider
 
-  
 
- getFollowers() - Method in class org.eclipse.xtext.grammaranalysis.impl.AbstractPDAProvider.PDAState
 
-  
 
- getFollowers() - Method in interface org.eclipse.xtext.grammaranalysis.IPDAState
 
-  
 
- getFollowers(AbstractElement) - Method in class org.eclipse.xtext.serializer.analysis.ContextPDAProvider.SerializerActionFollowerFunction
 
-  
 
- getFollowers(AbstractElement) - Method in class org.eclipse.xtext.serializer.analysis.ContextPDAProvider.SerializerParserRuleFollowerFunction
 
-  
 
- getFollowers() - Method in interface org.eclipse.xtext.serializer.analysis.ISemanticSequencerNfaProvider.ISemState
 
-  
 
- getFollowers() - Method in interface org.eclipse.xtext.serializer.analysis.ISerState
 
-  
 
- getFollowers() - Method in interface org.eclipse.xtext.serializer.analysis.ISyntacticSequencerPDAProvider.ISynFollowerOwner
 
-  
 
- getFollowers(ISyntacticSequencerPDAProvider.ISynAbsorberState) - Method in class org.eclipse.xtext.serializer.analysis.ISyntacticSequencerPDAProvider.SynAbsorberNfaAdapter
 
-  
 
- getFollowers(ISemanticSequencerNfaProvider.ISemState) - Method in class org.eclipse.xtext.serializer.analysis.SemanticSequencerNfaProvider.SemNfa
 
-  
 
- getFollowers() - Method in class org.eclipse.xtext.serializer.analysis.SemanticSequencerNfaProvider.SemState
 
-  
 
- getFollowers(ISerState) - Method in class org.eclipse.xtext.serializer.analysis.SerializerPDA
 
-  
 
- getFollowers() - Method in class org.eclipse.xtext.serializer.analysis.SerializerPDA.SerializerPDAState
 
-  
 
- getFollowers(ISyntacticSequencerPDAProvider.ISynState) - Method in class org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider.NavigablePDA
 
-  
 
- getFollowers() - Method in class org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider.SynState
 
-  
 
- getFollowers(NODE) - Method in interface org.eclipse.xtext.util.formallang.DirectedGraph
 
-  
 
- getFollowers(ELEMENT) - Method in interface org.eclipse.xtext.util.formallang.FollowerFunction
 
-  
 
- getFollowers(E) - Method in class org.eclipse.xtext.util.formallang.FollowerFunctionImpl
 
-  
 
- getFollowers(NfaToProduction.StateAlias<TOKEN>) - Method in class org.eclipse.xtext.util.formallang.NfaToProduction.StateAliasNfa
 
-  
 
- getFollowers(S) - Method in class org.eclipse.xtext.util.formallang.NfaUtil.NFAImpl
 
-  
 
- getFollowers(String) - Method in class org.eclipse.xtext.util.formallang.StringNfa
 
-  
 
- getFollowUpErrors() - Method in class org.eclipse.xtext.xbase.typesystem.internal.CompoundReentrantTypeResolver
 
-  
 
- getFollowUpErrors() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ForwardingResolvedTypes
 
-  
 
- getFollowUpErrors() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getFollowUpErrors() - Method in interface org.eclipse.xtext.xbase.typesystem.IResolvedTypes
 
- 
Returns the linking candidates that could not be resolved but are not 
 exposed to the users because they are follow up errors.
 
- getFollowUpErrors() - Method in class org.eclipse.xtext.xbase.typesystem.IResolvedTypes.NullResolvedTypes
 
-  
 
- getFont() - Method in class org.eclipse.xtext.xtext.ui.graph.figures.primitives.PrimitiveFigureFactory
 
-  
 
- getFont() - Method in class org.eclipse.xtext.xtext.ui.graph.RailroadSynchronizer
 
- 
Deprecated.
 
- getFontData() - Method in class org.eclipse.xtext.ui.editor.utils.TextStyle
 
-  
 
- getForcedResourceSet() - Method in class org.eclipse.xtext.generator.LanguageConfig
 
-  
 
- getForExpression() - Method in class org.eclipse.xtext.xbase.impl.XForLoopExpressionImpl
 
-  
 
- getForExpression() - Method in interface org.eclipse.xtext.xbase.XForLoopExpression
 
- 
Returns the value of the 'For Expression' containment reference
 
- getForExpressionAssignment_5() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XForLoopExpressionElements
 
-  
 
- getForExpressionXExpressionParserRuleCall_5_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XForLoopExpressionElements
 
-  
 
- getForkedState() - Method in interface org.eclipse.xtext.xbase.typesystem.computation.ITypeAssigner
 
- 
Returns the forked state that knows about the newly assigned types.
 
- getForkedState() - Method in class org.eclipse.xtext.xbase.typesystem.internal.CompoundTypeAssigner
 
-  
 
- getForkedState() - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeAssigner
 
-  
 
- getForKeyword_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplatesElements
 
-  
 
- getForKeyword_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.ValidIDElements
 
-  
 
- getForKeyword_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.CodetemplateElements
 
-  
 
- getForKeyword_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.CodetemplatesElements
 
-  
 
- getForKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XForLoopExpressionElements
 
-  
 
- getForKeyword_6() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplateElements
 
-  
 
- getForLoopParameterType(XForLoopExpression) - Method in class org.eclipse.xtext.xbase.compiler.XbaseCompiler
 
-  
 
- getFormalParameters() - Method in class org.eclipse.xtext.xbase.impl.XClosureImpl
 
-  
 
- getFormalParameters() - Method in class org.eclipse.xtext.xbase.impl.XClosureImplCustom
 
-  
 
- getFormalParameters() - Method in interface org.eclipse.xtext.xbase.XClosure
 
-  
 
- getFormattedString(String, Object) - Static method in class org.eclipse.xtext.ui.editor.folding.FoldingMessages
 
- 
Returns the formatted resource string associated with the given key in the resource bundle.
 
- getFormattedString(String, Object...) - Static method in class org.eclipse.xtext.ui.XtextUIMessages
 
-  
 
- getFormattedText() - Method in class org.eclipse.xtext.formatting.impl.AbstractNodeModelFormatter.FormattedRegion
 
-  
 
- getFormattedText() - Method in interface org.eclipse.xtext.formatting.INodeModelFormatter.IFormattedRegion
 
-  
 
- getFormatter() - Method in class org.eclipse.xtext.parsetree.reconstr.Serializer
 
-  
 
- getFormatterName(Grammar, Naming) - Static method in class org.eclipse.xtext.generator.formatting.FormatterFragment
 
-  
 
- getFormattings() - Method in class org.eclipse.xtext.xbase.formatting.FormattableDocument
 
-  
 
- getFormattingStrategy(String) - Method in class org.eclipse.xtext.ui.editor.formatting.ContentFormatterFactory.ContentFormatter
 
-  
 
- getFQNAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getFQNAccess() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getFQNAccess() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getFQNParserRuleCall_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.MethodCallLiteralElements
 
-  
 
- getFQNRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getFQNRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getFQNRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getFragment() - Method in interface org.eclipse.xtext.builder.builderState.EObjectDescription
 
- 
Returns the value of the 'Fragment' attribute
 
- getFragment() - Method in class org.eclipse.xtext.builder.builderState.impl.EObjectDescriptionImpl
 
-  
 
- getFragment(EObject, IFragmentProvider.Fallback) - Method in class org.eclipse.xtext.common.types.access.impl.AbstractClassMirror
 
-  
 
- getFragment(Type) - Method in class org.eclipse.xtext.common.types.access.impl.ClassURIHelper
 
-  
 
- getFragment(String) - Method in class org.eclipse.xtext.common.types.access.jdt.TypeURIHelper
 
-  
 
- getFragment(EObject, IFragmentProvider.Fallback) - Method in class org.eclipse.xtext.resource.DefaultFragmentProvider
 
-  
 
- getFragment(EObject) - Method in interface org.eclipse.xtext.resource.IFragmentProvider.Fallback
 
-  
 
- getFragment(EObject, IFragmentProvider.Fallback) - Method in interface org.eclipse.xtext.resource.IFragmentProvider
 
- 
Computes the URI fragment (local ID) of the given object.
 
- getFragment(EObject, IFragmentProvider.Fallback) - Method in class org.eclipse.xtext.xtext.XtextFragmentProvider
 
-  
 
- getFragmentAssignment_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.RuleElements
 
-  
 
- getFragmentAssignment_1_0_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalRuleElements
 
-  
 
- getFragmentFragmentKeyword_0_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.RuleElements
 
-  
 
- getFragmentFragmentKeyword_1_0_0_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalRuleElements
 
-  
 
- getFragmentHelper() - Method in class org.eclipse.xtext.generator.parser.antlr.ex.common.AbstractAntlrGeneratorFragmentEx
 
-  
 
- getFragmentProvider() - Method in class org.eclipse.xtext.resource.XtextResource
 
-  
 
- getFromRegistry() - Static method in class org.eclipse.xtext.xtext.ui.wizard.project.WizardContribution
 
-  
 
- getFullBuildDialogStrings(boolean) - Method in class org.eclipse.xtext.builder.preferences.BuilderConfigurationBlock
 
-  
 
- getFullBuildDialogStrings(boolean) - Method in class org.eclipse.xtext.ui.preferences.OptionsConfigurationBlock
 
-  
 
- getFullBuildDialogStrings(boolean) - Method in class org.eclipse.xtext.xbase.ui.validation.XbaseValidationConfigurationBlock
 
-  
 
- getFullJvmFormalParameterAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getFullJvmFormalParameterAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getFullJvmFormalParameterAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getFullJvmFormalParameterRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getFullJvmFormalParameterRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getFullJvmFormalParameterRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getFullReferenceName(EObject, CrossReference) - Method in class org.eclipse.xtext.serializer.diagnostic.TokenDiagnosticProvider
 
-  
 
- getFullStopFullStopKeyword_1_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.CharacterRangeElements
 
-  
 
- getFullStopFullStopKeyword_2_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOtherElements
 
-  
 
- getFullStopFullStopKeyword_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOtherElements
 
-  
 
- getFullStopFullStopKeyword_3_1_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OtherElementElements
 
-  
 
- getFullStopFullStopLessThanSignKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOtherElements
 
-  
 
- getFullStopKeyword_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.WildcardElements
 
-  
 
- getFullStopKeyword_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.WildcardElements
 
-  
 
- getFullStopKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.QualifiedNameWithWildcardElements
 
-  
 
- getFullStopKeyword_1_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.FQNElements
 
-  
 
- getFullStopKeyword_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarIDElements
 
-  
 
- getFullStopKeyword_1_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.FQNElements
 
-  
 
- getFullStopKeyword_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.QualifiedNameElements
 
-  
 
- getFullStopKeyword_1_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.QualifiedNameElements
 
-  
 
- getFullStopKeyword_1_0_0_0_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getFullStopKeyword_1_0_3() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XImportDeclarationElements
 
-  
 
- getFullStopKeyword_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.NumberElements
 
-  
 
- getFullStopKeyword_1_1_0_0_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getFullStopKeyword_1_3_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.MethodCallLiteralElements
 
-  
 
- getFullStopKeyword_2_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ActionElements
 
-  
 
- getFullText() - Method in class org.eclipse.xtext.xtext.ui.editor.outline.RuleNode
 
-  
 
- getFullTextRegion(EObject) - Method in class org.eclipse.xtext.resource.DefaultLocationInFileProvider
 
-  
 
- getFullTextRegion(EObject, EStructuralFeature, int) - Method in class org.eclipse.xtext.resource.DefaultLocationInFileProvider
 
-  
 
- getFullTextRegion(EObject) - Method in interface org.eclipse.xtext.resource.ILocationInFileProvider
 
-  
 
- getFullTextRegion(EObject, EStructuralFeature, int) - Method in interface org.eclipse.xtext.resource.ILocationInFileProvider
 
-  
 
- getFullTextRegion() - Method in class org.eclipse.xtext.ui.editor.outline.impl.AbstractOutlineNode
 
-  
 
- getFullTextRegion() - Method in interface org.eclipse.xtext.ui.editor.outline.IOutlineNode
 
- 
The region that triggers selection of this node when "Link with Editor" is enabled.
 
- getFullTextRegion(EObject) - Method in class org.eclipse.xtext.xbase.jvmmodel.JvmLocationInFileProvider
 
-  
 
- getFullTextRegion(EObject, EStructuralFeature, int) - Method in class org.eclipse.xtext.xbase.jvmmodel.JvmLocationInFileProvider
 
-  
 
- getFullTextToBeParsed() - Method in class org.eclipse.xtext.junit4.ui.ContentAssistProcessorTestBuilder
 
-  
 
- getFullTitle() - Method in class org.eclipse.xtext.junit4.parameterized.ParameterizedXtextRunner.ParameterSetRunner
 
- 
Deprecated.
  
- getFullURI(Type) - Method in class org.eclipse.xtext.common.types.access.impl.ClassURIHelper
 
-  
 
- getFullURI(Member) - Method in class org.eclipse.xtext.common.types.access.impl.ClassURIHelper
 
-  
 
- getFullURI(ITypeBinding) - Method in class org.eclipse.xtext.common.types.access.jdt.TypeURIHelper
 
-  
 
- getFullURI(ITypeBinding, SegmentSequence.Builder) - Method in class org.eclipse.xtext.common.types.access.jdt.TypeURIHelper
 
-  
 
- getFullURI(ITypeBinding, StringBuilder) - Method in class org.eclipse.xtext.common.types.access.jdt.TypeURIHelper
 
-  
 
- getFullURI(IVariableBinding) - Method in class org.eclipse.xtext.common.types.access.jdt.TypeURIHelper
 
-  
 
- getFullURI(IMethodBinding) - Method in class org.eclipse.xtext.common.types.access.jdt.TypeURIHelper
 
-  
 
- getFullURI(IBinding) - Method in class org.eclipse.xtext.common.types.access.jdt.TypeURIHelper
 
-  
 
- getFullURI(IJavaElement) - Method in class org.eclipse.xtext.common.types.access.jdt.TypeURIHelper
 
-  
 
- getFullURI(ITypeBinding, String) - Method in class org.eclipse.xtext.common.types.access.jdt.TypeURIHelper
 
-  
 
- getFullURIForClass(String) - Method in class org.eclipse.xtext.common.types.access.jdt.TypeURIHelper
 
-  
 
- getFullWildcardLiteral() - Method in class org.eclipse.xtext.conversion.impl.QualifiedNameValueConverter
 
-  
 
- getFullyQualifiedCode() - Method in enum org.eclipse.xtext.xtext.ecoreInference.TransformationErrorCode
 
-  
 
- getFullyQualifiedName(EObject) - Method in class org.eclipse.xtext.common.types.xtext.JvmIdentifiableQualifiedNameProvider
 
-  
 
- getFullyQualifiedName(EObject) - Method in class org.eclipse.xtext.ecore.EcoreQualifiedNameProvider
 
-  
 
- getFullyQualifiedName(EObject) - Method in class org.eclipse.xtext.naming.DefaultDeclarativeQualifiedNameProvider
 
-  
 
- getFullyQualifiedName(EObject) - Method in interface org.eclipse.xtext.naming.IQualifiedNameProvider
 
-  
 
- getFullyQualifiedName(EObject) - Method in class org.eclipse.xtext.naming.SimpleNameProvider
 
-  
 
- getFullyQualifiedName(EObject) - Method in class org.eclipse.xtext.ui.editor.copyqualifiedname.DefaultCopyQualifiedNameService
 
-  
 
- getFullyQualifiedName(EObject) - Method in class org.eclipse.xtext.xbase.scoping.XbaseQualifiedNameProvider
 
-  
 
- getFullyQualifiedName(JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.scoping.XbaseQualifiedNameProvider
 
-  
 
- getFunctionTypeKind(ParameterizedTypeReference) - Method in class org.eclipse.xtext.xbase.typesystem.references.FunctionTypes
 
-  
 
- getFunctionTypeKind() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
-  
 
- getFunctionTypeKind() - Method in class org.eclipse.xtext.xbase.typesystem.references.ParameterizedTypeReference
 
-  
 
- getFunctionTypeKind() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnboundTypeReference
 
-  
 
- getFunctionTypeParameterMapping(LightweightTypeReference, JvmOperation, ActualTypeArgumentCollector, ITypeReferenceOwner) - Method in class org.eclipse.xtext.xbase.typesystem.references.FunctionTypes
 
-  
 
- getFunctionTypeReference(boolean) - Method in class org.eclipse.xtext.xbase.typesystem.computation.ClosureWithoutExpectationHelper
 
-  
 
- getFunctionTypes() - Method in class org.eclipse.xtext.xbase.typesystem.util.CommonTypeComputationServices
 
-  
 
- getGenClass(EClass, ResourceSet) - Static method in class org.eclipse.xtext.generator.GenModelAccess
 
-  
 
- getGenClassifier(EClassifier, ResourceSet) - Static method in class org.eclipse.xtext.generator.GenModelAccess
 
-  
 
- getGenDataType(EDataType, ResourceSet) - Static method in class org.eclipse.xtext.generator.GenModelAccess
 
-  
 
- getGenEnum(EEnum, ResourceSet) - Static method in class org.eclipse.xtext.generator.GenModelAccess
 
-  
 
- getGeneratedCode() - Method in interface org.eclipse.xtext.xbase.compiler.CompilationTestHelper.Result
 
-  
 
- getGeneratedCode(String) - Method in interface org.eclipse.xtext.xbase.compiler.CompilationTestHelper.Result
 
-  
 
- getGeneratedEPackageName(Grammar, EPackage) - Method in class org.eclipse.xtext.generator.ecore.EMFGeneratorFragment
 
-  
 
- getGeneratedEPackageName(Grammar, Naming, EPackage) - Method in class org.eclipse.xtext.generator.validation.JavaValidatorFragment
 
-  
 
- getGeneratedEPackageName(EPackage) - Method in class org.eclipse.xtext.generator.validation.ValidatorNaming
 
-  
 
- getGeneratedEPackages(Grammar) - Method in class org.eclipse.xtext.generator.ecore.EMFGeneratorFragment
 
-  
 
- getGeneratedFileForTraceFile(IStorage) - Method in class org.eclipse.xtext.builder.trace.TraceForStorageProvider
 
-  
 
- getGeneratedMetamodel() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getGeneratedMetamodel() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
 
- getGeneratedMetamodel_Name() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getGeneratedMetamodel_Name() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for the attribute '
Name'
 
 
- getGeneratedMetamodelAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getGeneratedMetamodelParserRuleCall_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractMetamodelDeclarationElements
 
-  
 
- getGeneratedMetamodelRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getGeneratedPackages() - Method in class org.eclipse.xtext.xtext.ecoreInference.Xtext2EcoreTransformer
 
-  
 
- getGeneratedPackagesToValidate() - Method in class org.eclipse.xtext.generator.validation.ValidatorFragment
 
-  
 
- getGeneratedParser(Grammar, Naming) - Static method in class org.eclipse.xtext.generator.parser.packrat.PackratParserGenUtil
 
-  
 
- getGenerateKeyword_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GeneratedMetamodelElements
 
-  
 
- getGenerator() - Method in class org.eclipse.xtext.builder.BuilderParticipant
 
-  
 
- getGenerator() - Method in class org.eclipse.xtext.builder.standalone.LanguageAccess
 
-  
 
- getGeneratorConfig() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.WizardNewXtextProjectCreationPage
 
-  
 
- getGeneratorIdentifier() - Method in class org.eclipse.xtext.builder.DerivedResourceMarkers.GeneratorIdProvider
 
-  
 
- getGeneratorIdProvider() - Method in class org.eclipse.xtext.builder.BuilderParticipant
 
-  
 
- getGeneratorMarkers(IProject, Collection<OutputConfiguration>) - Method in class org.eclipse.xtext.builder.BuilderParticipant
 
-  
 
- getGeneratorName(Grammar, Naming) - Static method in class org.eclipse.xtext.generator.generator.GeneratorFragment
 
-  
 
- getGeneratorProjectName() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectInfo
 
-  
 
- getGenericTypeContext() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.JvmFeatureDescription
 
- 
Deprecated.
  
- getGenFeature(EStructuralFeature, ResourceSet) - Static method in class org.eclipse.xtext.generator.GenModelAccess
 
-  
 
- getGenIntLiteral(EClass, EStructuralFeature, ResourceSet) - Static method in class org.eclipse.xtext.generator.GenModelAccess
 
-  
 
- getGenIntLiteral(EClassifier, ResourceSet) - Static method in class org.eclipse.xtext.generator.GenModelAccess
 
-  
 
- getGenModel(ResourceSet, Grammar, XpandExecutionContext, List<EPackage>) - Method in class org.eclipse.xtext.generator.ecore.EMFGeneratorFragment
 
-  
 
- getGenModelResource(String, String, ResourceSet) - Static method in class org.eclipse.xtext.generator.GenModelAccess
 
-  
 
- getGenModelUri(Grammar, XpandExecutionContext) - Method in class org.eclipse.xtext.generator.ecore.EMFGeneratorFragment
 
-  
 
- getGenmodelURI() - Method in class org.eclipse.xtext.xtext.ui.wizard.ecore2xtext.EPackageInfo
 
-  
 
- getGenPackage(EPackage, ResourceSet) - Static method in class org.eclipse.xtext.generator.GenModelAccess
 
-  
 
- getGenPackagesForPackages(GenModel, Collection<EPackage>) - Method in class org.eclipse.xtext.generator.ecore.EMFGeneratorFragment
 
-  
 
- getGenProposalProviderName() - Method in class org.eclipse.xtext.ui.generator.contentAssist.ContentAssistFragment
 
-  
 
- getGenTypeLiteral(EClassifier, ResourceSet) - Static method in class org.eclipse.xtext.generator.GenModelAccess
 
-  
 
- getGenTypeLiteral(EPackage, ResourceSet) - Static method in class org.eclipse.xtext.generator.GenModelAccess
 
-  
 
- getGenTypeLiteral(EStructuralFeature, ResourceSet) - Static method in class org.eclipse.xtext.generator.GenModelAccess
 
-  
 
- getGetAccessor(EStructuralFeature) - Method in class org.eclipse.xtext.generator.serializer.JavaEMFFile
 
-  
 
- getGivenOperation() - Method in interface org.eclipse.xtext.xbase.typesystem.override.IOverrideCheckResult
 
- 
The checked operation.
 
- getGivenOperation() - Method in class org.eclipse.xtext.xbase.typesystem.override.LazyOverrideCheckResult
 
-  
 
- getGlobalDelimiterFieldName(AbstractElement) - Static method in class org.eclipse.xtext.generator.parser.packrat.PackratParserGenUtil
 
-  
 
- getGlobalScope(Resource, EReference) - Method in class org.eclipse.xtext.scoping.impl.AbstractGlobalScopeDelegatingScopeProvider
 
-  
 
- getGlobalScope(Resource, EReference, Predicate<IEObjectDescription>) - Method in class org.eclipse.xtext.scoping.impl.AbstractGlobalScopeDelegatingScopeProvider
 
-  
 
- getGlobalScope(Resource, EReference) - Method in class org.eclipse.xtext.xbase.scoping.XbaseImportedNamespaceScopeProvider
 
- 
Deprecated.
  
- getGlobalScope(Resource, EReference) - Method in class org.eclipse.xtext.xbase.scoping.XImportSectionNamespaceScopeProvider
 
-  
 
- getGlobalScopeProvider() - Method in class org.eclipse.xtext.generator.scoping.AbstractScopingFragment
 
-  
 
- getGlobalScopeProvider() - Method in class org.eclipse.xtext.generator.scoping.ImportNamespacesScopingFragment
 
-  
 
- getGlobalScopeProvider() - Method in class org.eclipse.xtext.generator.scoping.ImportURIScopingFragment
 
-  
 
- getGlobalServiceProvider() - Method in class org.eclipse.xtext.ui.refactoring.impl.AbstractProcessorBasedRenameParticipant
 
-  
 
- getGrammar() - Method in class org.eclipse.xtext.common.services.TerminalsGrammarAccess
 
-  
 
- getGrammar() - Method in class org.eclipse.xtext.conversion.impl.AbstractDeclarativeValueConverterService
 
-  
 
- getGrammar() - Method in class org.eclipse.xtext.formatting.impl.ElementMatcherProvider.TransitionMatcher
 
-  
 
- getGrammar() - Method in class org.eclipse.xtext.generator.LanguageConfig
 
-  
 
- getGrammar() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getGrammar() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getGrammar() - Method in class org.eclipse.xtext.generator.serializer.SemanticSequencerUtil.SuperGrammar
 
-  
 
- getGrammar() - Method in class org.eclipse.xtext.generator.Xtend2GeneratorFragment.GenericGrammarAccess
 
-  
 
- getGrammar(EObject) - Static method in class org.eclipse.xtext.GrammarUtil
 
-  
 
- getGrammar() - Method in interface org.eclipse.xtext.IGrammarAccess
 
-  
 
- getGrammar() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getGrammar() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getGrammar() - Method in class org.eclipse.xtext.purexbase.ui.contentassist.antlr.internal.InternalPureXbaseParser
 
-  
 
- getGrammar(Object) - Method in class org.eclipse.xtext.service.GrammarProvider
 
-  
 
- getGrammar() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getGrammar() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getGrammar() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getGrammar() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.antlr.internal.InternalCodetemplatesParser
 
-  
 
- getGrammar() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.antlr.internal.InternalSingleCodetemplateParser
 
-  
 
- getGrammar() - Method in class org.eclipse.xtext.ui.contentassist.antlr.internal.InternalXtextParser
 
-  
 
- getGrammar() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser
 
-  
 
- getGrammar(XtextTemplateContext) - Method in class org.eclipse.xtext.ui.editor.templates.AbstractTemplateVariableResolver
 
-  
 
- getGrammar() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getGrammar() - Method in class org.eclipse.xtext.xbase.annotations.ui.contentassist.antlr.internal.InternalXbaseWithAnnotationsParser
 
-  
 
- getGrammar() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getGrammar() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getGrammar() - Method in class org.eclipse.xtext.xbase.ui.contentassist.antlr.internal.InternalXbaseParser
 
-  
 
- getGrammar() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for class '
Grammar'
 
 
- getGrammar_DefinesHiddenTokens() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getGrammar_DefinesHiddenTokens() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
 
- getGrammar_HiddenTokens() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getGrammar_HiddenTokens() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
 
- getGrammar_MetamodelDeclarations() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getGrammar_MetamodelDeclarations() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
 
- getGrammar_Name() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getGrammar_Name() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for the attribute '
Name'
 
 
- getGrammar_Rules() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getGrammar_Rules() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for the containment reference list '
Rules'
 
 
- getGrammar_UsedGrammars() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getGrammar_UsedGrammars() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
 
- getGrammarAccess() - Method in class org.eclipse.xtext.common.parser.packrat.TerminalsPackratParser
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.conversion.impl.AbstractIDValueConverter
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.formatting.SimpleAntlrFormatter
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parser.antlr.internal.InternalSimpleAntlrParser
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parser.antlr.SimpleAntlrParser
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parser.antlr.internal.InternalSimpleExpressionsParser
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parser.antlr.SimpleExpressionsParser
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.linking.lazy.LazyLinker
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.parser.antlr.internal.InternalXtextParser
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.parser.antlr.XtextParser
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.parser.packrat.AbstractPackratParser
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.purexbase.parser.antlr.internal.InternalPureXbaseParser
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.purexbase.parser.antlr.PureXbaseParser
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.purexbase.ui.contentassist.antlr.PureXbaseParser
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.ui.codetemplates.parser.antlr.CodetemplatesParser
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.ui.codetemplates.parser.antlr.internal.InternalCodetemplatesParser
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.ui.codetemplates.parser.antlr.internal.InternalSingleCodetemplateParser
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.ui.codetemplates.parser.antlr.SingleCodetemplateParser
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.antlr.CodetemplatesParser
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.antlr.SingleCodetemplateParser
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.ui.contentassist.antlr.XtextParser
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.ui.editor.toggleComments.DefaultSingleLineCommentHelper
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.xbase.annotations.parser.antlr.internal.InternalXbaseWithAnnotationsParser
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.xbase.annotations.parser.antlr.XbaseWithAnnotationsParser
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.xbase.annotations.ui.contentassist.antlr.XbaseWithAnnotationsParser
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.xbase.parser.antlr.internal.InternalXbaseParser
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.xbase.parser.antlr.internal.InternalXtypeParser
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.xbase.parser.antlr.XbaseParser
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.xbase.parser.antlr.XtypeParser
 
-  
 
- getGrammarAccess() - Method in class org.eclipse.xtext.xbase.ui.contentassist.antlr.XbaseParser
 
-  
 
- getGrammarAccessFQName(Grammar, Naming) - Static method in class org.eclipse.xtext.generator.grammarAccess.GrammarAccessUtil
 
-  
 
- getGrammarConstraintContexts(Grammar) - Method in class org.eclipse.xtext.generator.serializer.SemanticSequencerUtil
 
-  
 
- getGrammarConstraints(Grammar, EClass) - Method in class org.eclipse.xtext.generator.serializer.SemanticSequencerUtil
 
-  
 
- getGrammarConstraints(Grammar) - Method in class org.eclipse.xtext.generator.serializer.SemanticSequencerUtil
 
-  
 
- getGrammarConstraints() - Method in class org.eclipse.xtext.generator.serializer.SerializerGenFileNames
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Alternatives_AlternativesGroupsAction_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Alternatives_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Alternatives_Group_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Alternatives_Group_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Alternatives_GroupParserRuleCall_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Alternatives_GroupsAssignment_1_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Alternatives_VerticalLineKeyword_1_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.AntlrGrammar_GrammarKeyword_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.AntlrGrammar_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.AntlrGrammar_NameAssignment_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.AntlrGrammar_OptionsAssignment_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.AntlrGrammar_RulesAssignment_4
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.AntlrGrammar_SemicolonKeyword_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Atom_Alternatives
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Atom_CardinalityAssignment_0_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Atom_ElementWithCardinalityElementAction_0_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Atom_Group_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Atom_Group_0_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Atom_OtherElementParserRuleCall_0_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Atom_RuleOptionsParserRuleCall_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Group_AtomParserRuleCall_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Group_ElementsAssignment_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Group_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Group_Group_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Group_GroupElementsAction_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Keyword_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Keyword_ValueAssignment_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Literal_Alternatives
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Literal_KeywordParserRuleCall_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Literal_RuleCallParserRuleCall_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Literal_WildcardParserRuleCall_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Options_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Options_LeftCurlyBracketKeyword_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Options_OptionsAction_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Options_OptionsKeyword_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Options_OptionValuesAssignment_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Options_RightCurlyBracketKeyword_4
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.OptionValue_EqualsSignKeyword_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.OptionValue_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.OptionValue_KeyAssignment_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.OptionValue_SemicolonKeyword_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.OptionValue_ValueAssignment_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.OtherElement_Alternatives
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.OtherElement_ElementAssignment_0_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.OtherElement_FullStopFullStopKeyword_3_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.OtherElement_Group_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.OtherElement_Group_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.OtherElement_Group_3_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.OtherElement_LiteralParserRuleCall_3_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.OtherElement_NegatedElementAction_0_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.OtherElement_ParenthesizedParserRuleCall_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.OtherElement_PredicatedParserRuleCall_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.OtherElement_RightAssignment_3_1_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.OtherElement_TildeKeyword_0_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.OtherElement_UntilElementLeftAction_3_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Parenthesized_AlternativesParserRuleCall_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Parenthesized_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Parenthesized_LeftParenthesisKeyword_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Parenthesized_RightParenthesisKeyword_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Predicated_ElementAssignment_7
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Predicated_EqualsSignGreaterThanSignKeyword_6
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Predicated_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Predicated_LeftParenthesisKeyword_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Predicated_LeftParenthesisKeyword_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Predicated_PredicateAssignment_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Predicated_RightParenthesisKeyword_4
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Predicated_RightParenthesisKeyword_8
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Rule_BodyAssignment_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Rule_ColonKeyword_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Rule_FragmentAssignment_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Rule_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Rule_NameAssignment_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Rule_SemicolonKeyword_4
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.RuleCall_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.RuleCall_RuleAssignment_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.RuleOptions_Alternatives
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.RuleOptions_ColonKeyword_0_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.RuleOptions_ElementAssignment_0_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.RuleOptions_Group_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.RuleOptions_Group_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.RuleOptions_OptionsAssignment_0_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.RuleOptions_SkipAction_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.RuleOptions_SkipKeyword_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Wildcard_FullStopKeyword_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Wildcard_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor.Wildcard_WildcardAction_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.AndExpression_AmpersandAmpersandKeyword_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.AndExpression_AndExpressionLeftAction_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.AndExpression_ComparisonParserRuleCall_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.AndExpression_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.AndExpression_Group_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.AndExpression_RightAssignment_1_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.Atom_Alternatives
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.Atom_MethodCallParserRuleCall_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.Atom_NumberLiteralParserRuleCall_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.Atom_ParenthesizedExpressionParserRuleCall_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.Comparison_ComparisonLeftAction_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.Comparison_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.Comparison_Group_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.Comparison_OperatorAssignment_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.Comparison_PrefixExpressionParserRuleCall_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.Comparison_RightAssignment_1_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.Expression_AndExpressionParserRuleCall_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.Expression_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.Expression_Group_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.Expression_OrExpressionLeftAction_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.Expression_RightAssignment_1_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.Expression_VerticalLineVerticalLineKeyword_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.IfCondition_ConditionAssignment_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.IfCondition_ElseifAssignment_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.IfCondition_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.IfCondition_IfKeyword_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.IfCondition_LeftCurlyBracketKeyword_5
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.IfCondition_LeftParenthesisKeyword_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.IfCondition_RightParenthesisKeyword_4
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.MethodCall_ValueAssignment
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.NumberLiteral_ValueAssignment
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.ParenthesizedExpression_ExpressionParserRuleCall_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.ParenthesizedExpression_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.ParenthesizedExpression_LeftParenthesisKeyword_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.ParenthesizedExpression_RightParenthesisKeyword_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.PrefixExpression_Alternatives
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.PrefixExpression_AtomParserRuleCall_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.PrefixExpression_ExclamationMarkKeyword_0_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.PrefixExpression_ExpressionAssignment_0_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.PrefixExpression_Group_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor.PrefixExpression_NotExpressionAction_0_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.grammaranalysis.impl.AbstractNFAState
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.grammaranalysis.impl.AbstractPDAProvider.PDAState
 
-  
 
- getGrammarElement() - Method in interface org.eclipse.xtext.grammaranalysis.INFAState
 
-  
 
- getGrammarElement() - Method in interface org.eclipse.xtext.grammaranalysis.IPDAState
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.nodemodel.impl.AbstractNode
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.nodemodel.impl.CompositeNode
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.nodemodel.impl.SyntheticCompositeNode
 
-  
 
- getGrammarElement() - Method in interface org.eclipse.xtext.nodemodel.INode
 
- 
Returns the grammar element that created this node.
 
- getGrammarElement(int) - Method in class org.eclipse.xtext.nodemodel.serialization.DeserializationConversionContext
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parser.packrat.consumers.AbstractRuleAwareTerminalConsumer
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parser.packrat.consumers.EnumLiteralConsumer
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parser.packrat.consumers.KeywordConsumer
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parser.packrat.consumers.TerminalConsumer
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parser.packrat.tokens.AlternativesToken
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parser.packrat.tokens.AssignmentToken
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parser.packrat.tokens.CompoundParsedToken
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parser.packrat.tokens.ErrorToken
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parser.packrat.tokens.GroupToken
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parser.packrat.tokens.ParsedAction
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parser.packrat.tokens.ParsedEnumLiteral
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parser.packrat.tokens.ParsedToken
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parser.packrat.tokens.UnorderedGroupToken
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.CommentToken
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.RootToken
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AbstractMetamodelDeclaration_Alternatives
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AbstractMetamodelDeclaration_GeneratedMetamodelParserRuleCall_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AbstractMetamodelDeclaration_ReferencedMetamodelParserRuleCall_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AbstractNegatedToken_Alternatives
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AbstractNegatedToken_NegatedTokenParserRuleCall_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AbstractNegatedToken_UntilTokenParserRuleCall_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AbstractRule_Alternatives
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AbstractRule_EnumRuleParserRuleCall_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AbstractRule_ParserRuleParserRuleCall_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AbstractRule_TerminalRuleParserRuleCall_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AbstractTerminal_Alternatives
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AbstractTerminal_KeywordParserRuleCall_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AbstractTerminal_ParenthesizedElementParserRuleCall_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AbstractTerminal_PredicatedGroupParserRuleCall_5
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AbstractTerminal_PredicatedKeywordParserRuleCall_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AbstractTerminal_PredicatedRuleCallParserRuleCall_4
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AbstractTerminal_RuleCallParserRuleCall_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AbstractToken_AbstractTokenWithCardinalityParserRuleCall_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AbstractToken_ActionParserRuleCall_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AbstractToken_Alternatives
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AbstractTokenWithCardinality_AbstractTerminalParserRuleCall_0_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AbstractTokenWithCardinality_Alternatives_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AbstractTokenWithCardinality_AssignmentParserRuleCall_0_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AbstractTokenWithCardinality_CardinalityAssignment_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AbstractTokenWithCardinality_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Action_CurrentKeyword_2_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Action_FeatureAssignment_2_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Action_FullStopKeyword_2_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Action_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Action_Group_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Action_LeftCurlyBracketKeyword_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Action_OperatorAssignment_2_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Action_RightCurlyBracketKeyword_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Action_TypeAssignment_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Alternatives_AlternativesElementsAction_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Alternatives_ElementsAssignment_1_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Alternatives_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Alternatives_Group_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Alternatives_Group_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Alternatives_UnorderedGroupParserRuleCall_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Alternatives_VerticalLineKeyword_1_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AssignableAlternatives_AlternativesElementsAction_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AssignableAlternatives_AssignableTerminalParserRuleCall_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AssignableAlternatives_ElementsAssignment_1_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AssignableAlternatives_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AssignableAlternatives_Group_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AssignableAlternatives_Group_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AssignableAlternatives_VerticalLineKeyword_1_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AssignableTerminal_Alternatives
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AssignableTerminal_CrossReferenceParserRuleCall_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AssignableTerminal_KeywordParserRuleCall_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AssignableTerminal_ParenthesizedAssignableElementParserRuleCall_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.AssignableTerminal_RuleCallParserRuleCall_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Assignment_FeatureAssignment_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Assignment_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Assignment_OperatorAssignment_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Assignment_PredicatedAssignment_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Assignment_TerminalAssignment_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.CharacterRange_CharacterRangeLeftAction_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.CharacterRange_FullStopFullStopKeyword_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.CharacterRange_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.CharacterRange_Group_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.CharacterRange_KeywordParserRuleCall_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.CharacterRange_RightAssignment_1_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.CrossReference_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.CrossReference_Group_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.CrossReference_LeftSquareBracketKeyword_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.CrossReference_RightSquareBracketKeyword_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.CrossReference_TerminalAssignment_2_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.CrossReference_TypeAssignment_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.CrossReference_VerticalLineKeyword_2_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.CrossReferenceableTerminal_Alternatives
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.CrossReferenceableTerminal_KeywordParserRuleCall_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.CrossReferenceableTerminal_RuleCallParserRuleCall_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.EnumLiteralDeclaration_EnumLiteralAssignment_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.EnumLiteralDeclaration_EqualsSignKeyword_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.EnumLiteralDeclaration_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.EnumLiteralDeclaration_Group_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.EnumLiteralDeclaration_LiteralAssignment_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.EnumLiterals_AlternativesElementsAction_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.EnumLiterals_ElementsAssignment_1_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.EnumLiterals_EnumLiteralDeclarationParserRuleCall_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.EnumLiterals_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.EnumLiterals_Group_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.EnumLiterals_Group_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.EnumLiterals_VerticalLineKeyword_1_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.EnumRule_AlternativesAssignment_4
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.EnumRule_ColonKeyword_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.EnumRule_EnumKeyword_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.EnumRule_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.EnumRule_Group_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.EnumRule_NameAssignment_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.EnumRule_ReturnsKeyword_2_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.EnumRule_SemicolonKeyword_5
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.EnumRule_TypeAssignment_2_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.EOF_EOFAction_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.EOF_EOFKeyword_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.EOF_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.GeneratedMetamodel_AliasAssignment_3_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.GeneratedMetamodel_AsKeyword_3_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.GeneratedMetamodel_EPackageAssignment_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.GeneratedMetamodel_GenerateKeyword_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.GeneratedMetamodel_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.GeneratedMetamodel_Group_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.GeneratedMetamodel_NameAssignment_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Grammar_CommaKeyword_2_2_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Grammar_CommaKeyword_3_2_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Grammar_DefinesHiddenTokensAssignment_3_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Grammar_GrammarKeyword_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Grammar_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Grammar_Group_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Grammar_Group_2_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Grammar_Group_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Grammar_Group_3_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Grammar_Group_3_2_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Grammar_HiddenTokensAssignment_3_2_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Grammar_HiddenTokensAssignment_3_2_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Grammar_LeftParenthesisKeyword_3_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Grammar_MetamodelDeclarationsAssignment_4
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Grammar_NameAssignment_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Grammar_RightParenthesisKeyword_3_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Grammar_RulesAssignment_5
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Grammar_UsedGrammarsAssignment_2_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Grammar_UsedGrammarsAssignment_2_2_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Grammar_WithKeyword_2_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Group_AbstractTokenParserRuleCall_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Group_ElementsAssignment_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Group_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Group_Group_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Group_GroupElementsAction_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Keyword_ValueAssignment
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.NegatedToken_ExclamationMarkKeyword_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.NegatedToken_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.NegatedToken_TerminalAssignment_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParenthesizedAssignableElement_AssignableAlternativesParserRuleCall_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParenthesizedAssignableElement_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParenthesizedAssignableElement_LeftParenthesisKeyword_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParenthesizedAssignableElement_RightParenthesisKeyword_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParenthesizedElement_AlternativesParserRuleCall_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParenthesizedElement_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParenthesizedElement_LeftParenthesisKeyword_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParenthesizedElement_RightParenthesisKeyword_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParenthesizedTerminalElement_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParenthesizedTerminalElement_LeftParenthesisKeyword_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParenthesizedTerminalElement_RightParenthesisKeyword_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParenthesizedTerminalElement_TerminalAlternativesParserRuleCall_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParserRule_AlternativesAssignment_4
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParserRule_ColonKeyword_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParserRule_CommaKeyword_2_2_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParserRule_DefinesHiddenTokensAssignment_2_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParserRule_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParserRule_Group_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParserRule_Group_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParserRule_Group_2_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParserRule_Group_2_2_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParserRule_HiddenTokensAssignment_2_2_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParserRule_HiddenTokensAssignment_2_2_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParserRule_LeftParenthesisKeyword_2_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParserRule_NameAssignment_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParserRule_ReturnsKeyword_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParserRule_RightParenthesisKeyword_2_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParserRule_SemicolonKeyword_5
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ParserRule_TypeAssignment_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.PredicatedGroup_ElementsAssignment_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.PredicatedGroup_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.PredicatedGroup_LeftParenthesisKeyword_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.PredicatedGroup_PredicatedAssignment_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.PredicatedGroup_RightParenthesisKeyword_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.PredicatedKeyword_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.PredicatedKeyword_PredicatedAssignment_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.PredicatedKeyword_ValueAssignment_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.PredicatedRuleCall_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.PredicatedRuleCall_PredicatedAssignment_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.PredicatedRuleCall_RuleAssignment_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ReferencedMetamodel_AliasAssignment_2_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ReferencedMetamodel_AsKeyword_2_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ReferencedMetamodel_EPackageAssignment_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ReferencedMetamodel_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ReferencedMetamodel_Group_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.ReferencedMetamodel_ImportKeyword_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.RuleCall_RuleAssignment
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalAlternatives_AlternativesElementsAction_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalAlternatives_ElementsAssignment_1_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalAlternatives_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalAlternatives_Group_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalAlternatives_Group_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalAlternatives_TerminalGroupParserRuleCall_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalAlternatives_VerticalLineKeyword_1_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalGroup_ElementsAssignment_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalGroup_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalGroup_Group_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalGroup_GroupElementsAction_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalGroup_TerminalTokenParserRuleCall_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalRule_Alternatives_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalRule_AlternativesAssignment_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalRule_ColonKeyword_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalRule_FragmentAssignment_1_0_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalRule_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalRule_Group_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalRule_Group_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalRule_Group_1_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalRule_NameAssignment_1_0_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalRule_NameAssignment_1_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalRule_ReturnsKeyword_1_1_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalRule_SemicolonKeyword_4
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalRule_TerminalKeyword_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalRule_TypeAssignment_1_1_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalToken_CardinalityAssignment_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalToken_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalToken_TerminalTokenElementParserRuleCall_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalTokenElement_AbstractNegatedTokenParserRuleCall_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalTokenElement_Alternatives
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalTokenElement_CharacterRangeParserRuleCall_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalTokenElement_EOFParserRuleCall_5
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalTokenElement_ParenthesizedTerminalElementParserRuleCall_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalTokenElement_RuleCallParserRuleCall_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TerminalTokenElement_WildcardParserRuleCall_4
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TypeRef_ClassifierAssignment_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TypeRef_ColonColonKeyword_0_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TypeRef_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TypeRef_Group_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.TypeRef_MetamodelAssignment_0_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.UnorderedGroup_AmpersandKeyword_1_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.UnorderedGroup_ElementsAssignment_1_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.UnorderedGroup_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.UnorderedGroup_Group_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.UnorderedGroup_Group_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.UnorderedGroup_GroupParserRuleCall_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.UnorderedGroup_UnorderedGroupElementsAction_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.UntilToken_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.UntilToken_HyphenMinusGreaterThanSignKeyword_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.UntilToken_TerminalAssignment_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Wildcard_FullStopKeyword_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Wildcard_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor.Wildcard_WildcardAction_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ConstraintElement
 
-  
 
- getGrammarElement() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraintElement
 
-  
 
- getGrammarElement() - Method in interface org.eclipse.xtext.serializer.analysis.ISerState
 
-  
 
- getGrammarElement() - Method in interface org.eclipse.xtext.serializer.analysis.ISyntacticSequencerPDAProvider.ISynState
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.serializer.analysis.SerializerPDA.SerializerPDAState
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider.SynState
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Codetemplate_Alternatives_7
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Codetemplate_BodyAssignment_8
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Codetemplate_CommaKeyword_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Codetemplate_ContextAssignment_7_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Codetemplate_DescriptionAssignment_4
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Codetemplate_ForKeyword_6
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Codetemplate_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Codetemplate_IdAssignment_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Codetemplate_KeywordContextAssignment_7_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Codetemplate_LeftParenthesisKeyword_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Codetemplate_NameAssignment_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Codetemplate_RightParenthesisKeyword_5
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Codetemplates_ColonKeyword_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Codetemplates_ForKeyword_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Codetemplates_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Codetemplates_LanguageAssignment_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Codetemplates_TemplatesAssignment_4
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Codetemplates_TemplatesKeyword_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Dollar_Alternatives_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Dollar_DollarAction_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Dollar_DollarSignKeyword_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Dollar_EscapedAssignment_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Dollar_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Literal_ValueAssignment
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.TemplateBody_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.TemplateBody_Group_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.TemplateBody_PartsAssignment_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.TemplateBody_PartsAssignment_2_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.TemplateBody_PartsAssignment_2_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.TemplateBody_TemplateBodyAction_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.TemplateBodyWithQuotes_GreaterThanSignGreaterThanSignKeyword_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.TemplateBodyWithQuotes_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.TemplateBodyWithQuotes_LessThanSignLessThanSignKeyword_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.TemplateBodyWithQuotes_TemplateBodyParserRuleCall_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.TemplatePart_Alternatives
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.TemplatePart_LiteralParserRuleCall_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.TemplatePart_VariableOrDollarParserRuleCall_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Variable_Alternatives_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Variable_ColonKeyword_2_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Variable_CommaKeyword_2_1_4_3_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Variable_DollarSignLeftCurlyBracketKeyword_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Variable_ExpectingParametersAssignment_2_1_4_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Variable_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Variable_Group_2_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Variable_Group_2_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Variable_Group_2_1_4
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Variable_Group_2_1_4_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Variable_Group_2_1_4_3_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Variable_NameAssignment_2_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Variable_NameAssignment_2_1_0_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Variable_ParametersAssignment_2_1_4_3_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Variable_ParametersAssignment_2_1_4_3_1_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Variable_RightCurlyBracketKeyword_4
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Variable_RightParenthesisKeyword_2_1_4_4
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.Variable_TypeAssignment_2_1_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.VariableOrDollar_Alternatives
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.VariableOrDollar_DollarParserRuleCall_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor.VariableOrDollar_VariableParserRuleCall_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Codetemplate_Alternatives_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Codetemplate_BodyAssignment_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Codetemplate_ContextAssignment_2_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Codetemplate_ForKeyword_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Codetemplate_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Codetemplate_KeywordContextAssignment_2_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Codetemplate_NameAssignment_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Codetemplates_ForKeyword_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Codetemplates_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Codetemplates_LanguageAssignment_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Codetemplates_TemplatesAssignment_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Codetemplates_TemplatesKeyword_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Dollar_Alternatives_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Dollar_DollarAction_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Dollar_DollarSignKeyword_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Dollar_EscapedAssignment_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Dollar_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Literal_ValueAssignment
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.TemplateBody_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.TemplateBody_Group_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.TemplateBody_PartsAssignment_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.TemplateBody_PartsAssignment_2_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.TemplateBody_PartsAssignment_2_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.TemplateBody_TemplateBodyAction_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.TemplateBodyWithQuotes_GreaterThanSignGreaterThanSignKeyword_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.TemplateBodyWithQuotes_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.TemplateBodyWithQuotes_TemplateBodyParserRuleCall_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.TemplatePart_Alternatives
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.TemplatePart_LiteralParserRuleCall_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.TemplatePart_VariableOrDollarParserRuleCall_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Variable_Alternatives_2
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Variable_ColonKeyword_2_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Variable_CommaKeyword_2_1_4_3_1_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Variable_DollarSignLeftCurlyBracketKeyword_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Variable_ExpectingParametersAssignment_2_1_4_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Variable_Group
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Variable_Group_2_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Variable_Group_2_1_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Variable_Group_2_1_4
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Variable_Group_2_1_4_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Variable_Group_2_1_4_3_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Variable_NameAssignment_2_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Variable_NameAssignment_2_1_0_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Variable_ParametersAssignment_2_1_4_3_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Variable_ParametersAssignment_2_1_4_3_1_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Variable_RightCurlyBracketKeyword_4
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Variable_RightParenthesisKeyword_2_1_4_4
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.Variable_TypeAssignment_2_1_3
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.VariableOrDollar_Alternatives
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.VariableOrDollar_DollarParserRuleCall_1
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor.VariableOrDollar_VariableParserRuleCall_0
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.FollowElement
 
-  
 
- getGrammarElement() - Method in interface org.eclipse.xtext.validation.IConcreteSyntaxConstraintProvider.ISyntaxConstraint
 
-  
 
- getGrammarElement() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxConstraintProvider.SyntaxConstraintNode
 
-  
 
- getGrammarElementId(EObject) - Method in class org.eclipse.xtext.nodemodel.serialization.SerializationConversionContext
 
-  
 
- getGrammarElements() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parser.antlr.internal.InternalSimpleAntlrLexer
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parser.antlr.internal.InternalSimpleAntlrParser
 
-  
 
- getGrammarFileName(Grammar, Naming) - Method in class org.eclipse.xtext.generator.parser.antlr.DebugAntlrGeneratorFragment
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parser.antlr.internal.InternalSimpleExpressionsLexer
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parser.antlr.internal.InternalSimpleExpressionsParser
 
-  
 
- getGrammarFileName(Grammar, Naming) - Static method in class org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment
 
-  
 
- getGrammarFileName(Grammar, Naming) - Static method in class org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.parser.antlr.internal.InternalXtextLexer
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.parser.antlr.internal.InternalXtextParser
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.purexbase.parser.antlr.internal.InternalPureXbaseLexer
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.purexbase.parser.antlr.internal.InternalPureXbaseParser
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.purexbase.ui.contentassist.antlr.internal.InternalPureXbaseLexer
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.purexbase.ui.contentassist.antlr.internal.InternalPureXbaseParser
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.ui.codetemplates.lexer.CodetemplatesLexer
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.ui.codetemplates.lexer.SingleCodetemplateLexer
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.ui.codetemplates.parser.antlr.internal.InternalCodetemplatesParser
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.ui.codetemplates.parser.antlr.internal.InternalSingleCodetemplateParser
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.ui.codetemplates.parser.antlr.lexer.InternalCodetemplatesLexer
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.ui.codetemplates.parser.antlr.lexer.InternalSingleCodetemplateLexer
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.antlr.internal.InternalCodetemplatesParser
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.antlr.internal.InternalSingleCodetemplateParser
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.antlr.lexer.InternalCodetemplatesLexer
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.antlr.lexer.InternalSingleCodetemplateLexer
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.CodetemplatesContentAssistLexer
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.SingleCodetemplateContentAssistLexer
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.ui.codetemplates.ui.highlighting.CodetemplatesHighlightingLexer
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.ui.codetemplates.ui.highlighting.SingleCodetemplateHighlightingLexer
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.ui.contentassist.antlr.internal.InternalXtextLexer
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.ui.contentassist.antlr.internal.InternalXtextParser
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.xbase.annotations.parser.antlr.internal.InternalXbaseWithAnnotationsLexer
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.xbase.annotations.parser.antlr.internal.InternalXbaseWithAnnotationsParser
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.xbase.annotations.ui.contentassist.antlr.internal.InternalXbaseWithAnnotationsLexer
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.xbase.annotations.ui.contentassist.antlr.internal.InternalXbaseWithAnnotationsParser
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.xbase.parser.antlr.internal.InternalXbaseLexer
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.xbase.parser.antlr.internal.InternalXbaseParser
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.xbase.parser.antlr.internal.InternalXtypeLexer
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.xbase.parser.antlr.internal.InternalXtypeParser
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.xbase.ui.contentassist.antlr.internal.InternalXbaseLexer
 
-  
 
- getGrammarFileName() - Method in class org.eclipse.xtext.xbase.ui.contentassist.antlr.internal.InternalXbaseParser
 
-  
 
- getGrammarFilePath() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectInfo
 
-  
 
- getGrammarIDAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getGrammarIDRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getGrammarIdToURIMap() - Method in class org.eclipse.xtext.nodemodel.serialization.SerializationConversionContext
 
-  
 
- getGrammarKeyword_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AntlrGrammarElements
 
-  
 
- getGrammarKeyword_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getGrammarRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getGraphvizBinary() - Method in class org.eclipse.xtext.util.GraphvizDotBuilder
 
-  
 
- getGreaterThanSignEqualsSignKeyword_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpCompareElements
 
-  
 
- getGreaterThanSignGreaterThanSignKeyword_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.TemplateBodyWithQuotesElements
 
-  
 
- getGreaterThanSignGreaterThanSignKeyword_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.TemplateBodyWithQuotesElements
 
-  
 
- getGreaterThanSignKeyword_1_1_1_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getGreaterThanSignKeyword_1_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getGreaterThanSignKeyword_1_3() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmParameterizedTypeReferenceElements
 
-  
 
- getGreaterThanSignKeyword_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpCompareElements
 
-  
 
- getGreaterThanSignKeyword_2_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOtherElements
 
-  
 
- getGreaterThanSignKeyword_3_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getGreaterThanSignKeyword_5_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOtherElements
 
-  
 
- getGreaterThanSignKeyword_5_1_0_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOtherElements
 
-  
 
- getGreaterThanSignKeyword_5_1_0_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOtherElements
 
-  
 
- getGreaterThanSignKeyword_5_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOtherElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AlternativesElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AntlrGrammarElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.EmptyParenthesisElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.GroupElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.KeywordElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OptionsElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OptionValueElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.ParenthesizedElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.PredicatedElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.RuleCallElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.RuleElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.WildcardElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getGroup() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for class '
Group'
 
 
- getGroup() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.AndExpressionElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ComparisonElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ExpressionElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.FQNElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.IfConditionElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.MethodCallLiteralElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ParenthesizedExpressionElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess.ModelElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess.SpecialBlockExpressionElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractTokenWithCardinalityElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ActionElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AlternativesElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AssignableAlternativesElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AssignmentElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.CharacterRangeElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.CrossReferenceElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumLiteralDeclarationElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumLiteralsElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumRuleElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EOFElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GeneratedMetamodelElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarIDElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GroupElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.NegatedTokenElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParenthesizedAssignableElementElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParenthesizedElementElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParenthesizedTerminalElementElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParserRuleElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.PredicatedGroupElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.PredicatedKeywordElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.PredicatedRuleCallElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ReferencedMetamodelElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalAlternativesElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalGroupElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalRuleElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalTokenElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TypeRefElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.UnorderedGroupElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.UntilTokenElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.WildcardElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplateElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplatesElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.DollarElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.FQNElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.TemplateBodyElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.TemplateBodyWithQuotesElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.CodetemplateElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.CodetemplatesElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.TemplateBodyWithQuotesElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElementValuePairElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.FullJvmFormalParameterElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.JvmFormalParameterElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.QualifiedNameElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.StaticQualifierElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAdditiveExpressionElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAndExpressionElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XBlockExpressionElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XBooleanLiteralElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCasePartElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCastedExpressionElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCatchClauseElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XClosureElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XDoWhileExpressionElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XEqualityExpressionElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XExpressionInClosureElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XForLoopExpressionElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XIfExpressionElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XListLiteralElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMultiplicativeExpressionElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XNullLiteralElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XNumberLiteralElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XOrExpressionElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XOtherOperatorExpressionElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XParenthesizedExpressionElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XRelationalExpressionElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XReturnExpressionElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSetLiteralElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XShortClosureElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XStringLiteralElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XThrowExpressionElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTryCatchFinallyExpressionElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTypeLiteralElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XVariableDeclarationElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XWhileExpressionElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.ArrayBracketsElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmLowerBoundElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmParameterizedTypeReferenceElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmTypeParameterElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmUpperBoundAndedElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmUpperBoundElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmWildcardTypeReferenceElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.QualifiedNameElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.QualifiedNameWithWildcardElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XFunctionTypeRefElements
 
-  
 
- getGroup() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XImportDeclarationElements
 
-  
 
- getGroup() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for class '
Group'
 
 
- getGroup_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AtomElements
 
-  
 
- getGroup_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OtherElementElements
 
-  
 
- getGroup_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.RuleOptionsElements
 
-  
 
- getGroup_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.PrefixExpressionElements
 
-  
 
- getGroup_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TypeRefElements
 
-  
 
- getGroup_0() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElementValuePairElements
 
-  
 
- getGroup_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAssignmentElements
 
-  
 
- getGroup_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XClosureElements
 
-  
 
- getGroup_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XShortClosureElements
 
-  
 
- getGroup_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XUnaryOperationElements
 
-  
 
- getGroup_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmTypeReferenceElements
 
-  
 
- getGroup_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XFunctionTypeRefElements
 
-  
 
- getGroup_0_0() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElementValuePairElements
 
-  
 
- getGroup_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XClosureElements
 
-  
 
- getGroup_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XShortClosureElements
 
-  
 
- getGroup_0_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XShortClosureElements
 
-  
 
- getGroup_0_0_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XShortClosureElements
 
-  
 
- getGroup_0_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AtomElements
 
-  
 
- getGroup_0_1() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmTypeReferenceElements
 
-  
 
- getGroup_0_1() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XFunctionTypeRefElements
 
-  
 
- getGroup_0_1_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmTypeReferenceElements
 
-  
 
- getGroup_0_1_1() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XFunctionTypeRefElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AlternativesElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.GroupElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.RuleOptionsElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.AndExpressionElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ComparisonElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ExpressionElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.FQNElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.MethodCallLiteralElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess.SpecialBlockExpressionElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AlternativesElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AssignableAlternativesElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.CharacterRangeElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumLiteralDeclarationElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumLiteralsElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarIDElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GroupElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParserRuleElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalAlternativesElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalGroupElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.UnorderedGroupElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.FQNElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElementValueElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.NumberElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.QualifiedNameElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAdditiveExpressionElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAndExpressionElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAssignmentElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCasePartElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCastedExpressionElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XClosureElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XEqualityExpressionElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XExpressionInClosureElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMultiplicativeExpressionElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XOrExpressionElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XOtherOperatorExpressionElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmParameterizedTypeReferenceElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmTypeParameterElements
 
-  
 
- getGroup_1() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.QualifiedNameElements
 
-  
 
- getGroup_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalRuleElements
 
-  
 
- getGroup_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAdditiveExpressionElements
 
-  
 
- getGroup_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAndExpressionElements
 
-  
 
- getGroup_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCastedExpressionElements
 
-  
 
- getGroup_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XClosureElements
 
-  
 
- getGroup_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XEqualityExpressionElements
 
-  
 
- getGroup_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getGroup_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMultiplicativeExpressionElements
 
-  
 
- getGroup_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XOrExpressionElements
 
-  
 
- getGroup_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XOtherOperatorExpressionElements
 
-  
 
- getGroup_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XRelationalExpressionElements
 
-  
 
- getGroup_1_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XImportDeclarationElements
 
-  
 
- getGroup_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAdditiveExpressionElements
 
-  
 
- getGroup_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAndExpressionElements
 
-  
 
- getGroup_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCastedExpressionElements
 
-  
 
- getGroup_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XClosureElements
 
-  
 
- getGroup_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XEqualityExpressionElements
 
-  
 
- getGroup_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getGroup_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMultiplicativeExpressionElements
 
-  
 
- getGroup_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XOrExpressionElements
 
-  
 
- getGroup_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XOtherOperatorExpressionElements
 
-  
 
- getGroup_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XRelationalExpressionElements
 
-  
 
- getGroup_1_0_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getGroup_1_0_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XRelationalExpressionElements
 
-  
 
- getGroup_1_0_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XClosureElements
 
-  
 
- getGroup_1_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AlternativesElements
 
-  
 
- getGroup_1_1() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.MethodCallLiteralElements
 
-  
 
- getGroup_1_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AlternativesElements
 
-  
 
- getGroup_1_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AssignableAlternativesElements
 
-  
 
- getGroup_1_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumLiteralsElements
 
-  
 
- getGroup_1_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalAlternativesElements
 
-  
 
- getGroup_1_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalRuleElements
 
-  
 
- getGroup_1_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.UnorderedGroupElements
 
-  
 
- getGroup_1_1() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElementValueElements
 
-  
 
- getGroup_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.NumberElements
 
-  
 
- getGroup_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAssignmentElements
 
-  
 
- getGroup_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getGroup_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XRelationalExpressionElements
 
-  
 
- getGroup_1_1_0() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElementValueElements
 
-  
 
- getGroup_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAssignmentElements
 
-  
 
- getGroup_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getGroup_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XRelationalExpressionElements
 
-  
 
- getGroup_1_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAssignmentElements
 
-  
 
- getGroup_1_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getGroup_1_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XRelationalExpressionElements
 
-  
 
- getGroup_1_1_1() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.MethodCallLiteralElements
 
-  
 
- getGroup_1_1_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalRuleElements
 
-  
 
- getGroup_1_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getGroup_1_1_1_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getGroup_1_1_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getGroup_1_1_3_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getGroup_1_1_3_1_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getGroup_1_2() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElementValueElements
 
-  
 
- getGroup_1_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getGroup_1_2() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmParameterizedTypeReferenceElements
 
-  
 
- getGroup_1_3() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.MethodCallLiteralElements
 
-  
 
- getGroup_2() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ActionElements
 
-  
 
- getGroup_2() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.CrossReferenceElements
 
-  
 
- getGroup_2() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumRuleElements
 
-  
 
- getGroup_2() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getGroup_2() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParserRuleElements
 
-  
 
- getGroup_2() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ReferencedMetamodelElements
 
-  
 
- getGroup_2() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.TemplateBodyElements
 
-  
 
- getGroup_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOtherElements
 
-  
 
- getGroup_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XBlockExpressionElements
 
-  
 
- getGroup_2_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getGroup_2_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XVariableDeclarationElements
 
-  
 
- getGroup_2_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getGroup_2_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XVariableDeclarationElements
 
-  
 
- getGroup_2_0_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getGroup_2_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getGroup_2_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getGroup_2_1_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getGroup_2_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getGroup_2_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getGroup_2_1_4() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getGroup_2_1_4_3() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getGroup_2_1_4_3_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getGroup_2_2() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getGroup_2_2() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParserRuleElements
 
-  
 
- getGroup_2_2_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParserRuleElements
 
-  
 
- getGroup_3() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OtherElementElements
 
-  
 
- getGroup_3() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GeneratedMetamodelElements
 
-  
 
- getGroup_3() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getGroup_3() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElements
 
-  
 
- getGroup_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getGroup_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getGroup_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XListLiteralElements
 
-  
 
- getGroup_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSetLiteralElements
 
-  
 
- getGroup_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XVariableDeclarationElements
 
-  
 
- getGroup_3_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTryCatchFinallyExpressionElements
 
-  
 
- getGroup_3_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTryCatchFinallyExpressionElements
 
-  
 
- getGroup_3_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OtherElementElements
 
-  
 
- getGroup_3_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XListLiteralElements
 
-  
 
- getGroup_3_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSetLiteralElements
 
-  
 
- getGroup_3_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTryCatchFinallyExpressionElements
 
-  
 
- getGroup_3_1_0() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElements
 
-  
 
- getGroup_3_1_0_1() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElements
 
-  
 
- getGroup_3_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getGroup_3_1_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getGroup_3_2() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getGroup_3_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getGroup_3_2_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getGroup_4() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getGroup_4_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getGroup_4_1_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getGroup_5() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOtherElements
 
-  
 
- getGroup_5() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getGroup_5_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOtherElements
 
-  
 
- getGroup_5_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOtherElements
 
-  
 
- getGroup_6() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOtherElements
 
-  
 
- getGroup_6() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XIfExpressionElements
 
-  
 
- getGroup_6_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOtherElements
 
-  
 
- getGroup_6_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOtherElements
 
-  
 
- getGroup_Elements() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getGroup_Elements() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for the containment reference list '
Elements'
 
 
- getGroupAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getGroupAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getGroupElementsAction_1_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.GroupElements
 
-  
 
- getGroupElementsAction_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GroupElements
 
-  
 
- getGroupElementsAction_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalGroupElements
 
-  
 
- getGroupParserRuleCall_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AlternativesElements
 
-  
 
- getGroupParserRuleCall_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.UnorderedGroupElements
 
-  
 
- getGroupRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getGroupRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getGroups() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.Alternatives
 
- 
Returns the value of the 'Groups' containment reference list.
 
- getGroups() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.AlternativesImpl
 
-  
 
- getGroups() - Method in class org.eclipse.xtext.parser.antlr.UnorderedGroupHelper.Collector
 
-  
 
- getGroupsAssignment_1_1_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AlternativesElements
 
-  
 
- getGroupsGroupParserRuleCall_1_1_1_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AlternativesElements
 
-  
 
- getGuardPatterns() - Method in class org.eclipse.xtext.formatting.impl.MatcherTransition
 
-  
 
- getGuiceBindingsRt(Grammar) - Method in class org.eclipse.xtext.generator.AbstractGeneratorFragment
 
-  
 
- getGuiceBindingsRt(Grammar) - Method in class org.eclipse.xtext.generator.AntlrDelegatingFragment
 
-  
 
- getGuiceBindingsRt(Grammar) - Method in class org.eclipse.xtext.generator.builder.BuilderIntegrationFragment
 
-  
 
- getGuiceBindingsRt(Grammar) - Method in class org.eclipse.xtext.generator.CompositeGeneratorFragment
 
-  
 
- getGuiceBindingsRt(Grammar) - Method in class org.eclipse.xtext.generator.DefaultGeneratorFragment
 
-  
 
- getGuiceBindingsRt(Grammar) - Method in class org.eclipse.xtext.generator.DelegatingGeneratorFragment
 
-  
 
- getGuiceBindingsRt(Grammar) - Method in class org.eclipse.xtext.generator.ecore2xtext.Ecore2XtextValueConverterServiceFragment
 
-  
 
- getGuiceBindingsRt(Grammar) - Method in class org.eclipse.xtext.generator.exporting.QualifiedNamesFragment
 
-  
 
- getGuiceBindingsRt(Grammar) - Method in class org.eclipse.xtext.generator.exporting.SimpleNamesFragment
 
-  
 
- getGuiceBindingsRt(Grammar) - Method in class org.eclipse.xtext.generator.formatting.FormatterFragment
 
-  
 
- getGuiceBindingsRt(Grammar) - Method in class org.eclipse.xtext.generator.generator.GeneratorFragment
 
-  
 
- getGuiceBindingsRt(Grammar) - Method in class org.eclipse.xtext.generator.grammarAccess.GrammarAccessFragment
 
-  
 
- getGuiceBindingsRt(Grammar) - Method in interface org.eclipse.xtext.generator.IGeneratorFragment
 
- 
return a map containing the contributed guice bindings created in this generator fragment
 
- getGuiceBindingsRt(Grammar) - Method in class org.eclipse.xtext.generator.LoggingGeneratorFragment
 
-  
 
- getGuiceBindingsRt(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.ExternalAntlrLexerFragment
 
-  
 
- getGuiceBindingsRt(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.rt.AntlrGeneratorFragment
 
-  
 
- getGuiceBindingsRt(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment
 
-  
 
- getGuiceBindingsRt(Grammar) - Method in class org.eclipse.xtext.generator.parser.packrat.PackratParserFragment
 
-  
 
- getGuiceBindingsRt(Grammar) - Method in class org.eclipse.xtext.generator.parseTreeConstructor.ParseTreeConstructorFragment
 
-  
 
- getGuiceBindingsRt(Grammar) - Method in class org.eclipse.xtext.generator.scoping.AbstractScopingFragment
 
-  
 
- getGuiceBindingsRt(Grammar) - Method in class org.eclipse.xtext.generator.serializer.SerializerFragment
 
-  
 
- getGuiceBindingsRt(Grammar) - Method in class org.eclipse.xtext.generator.types.TypesGeneratorFragment
 
-  
 
- getGuiceBindingsRt(Grammar) - Method in class org.eclipse.xtext.generator.validation.JavaValidatorFragment
 
-  
 
- getGuiceBindingsRt(Grammar) - Method in class org.eclipse.xtext.generator.validation.ValidatorFragment
 
-  
 
- getGuiceBindingsRt(Grammar) - Method in class org.eclipse.xtext.generator.xbase.XbaseGeneratorFragment
 
-  
 
- getGuiceBindingsUi(Grammar) - Method in class org.eclipse.xtext.generator.AbstractGeneratorFragment
 
-  
 
- getGuiceBindingsUi(Grammar) - Method in class org.eclipse.xtext.generator.AntlrDelegatingFragment
 
-  
 
- getGuiceBindingsUi(Grammar) - Method in class org.eclipse.xtext.generator.builder.BuilderIntegrationFragment
 
-  
 
- getGuiceBindingsUi(Grammar) - Method in class org.eclipse.xtext.generator.CompositeGeneratorFragment
 
-  
 
- getGuiceBindingsUi(Grammar) - Method in class org.eclipse.xtext.generator.DefaultGeneratorFragment
 
-  
 
- getGuiceBindingsUi(Grammar) - Method in class org.eclipse.xtext.generator.DelegatingGeneratorFragment
 
-  
 
- getGuiceBindingsUi(Grammar) - Method in class org.eclipse.xtext.generator.exporting.QualifiedNamesFragment
 
-  
 
- getGuiceBindingsUi(Grammar) - Method in class org.eclipse.xtext.generator.exporting.SimpleNamesFragment
 
-  
 
- getGuiceBindingsUi(Grammar) - Method in class org.eclipse.xtext.generator.generator.GeneratorFragment
 
-  
 
- getGuiceBindingsUi(Grammar) - Method in interface org.eclipse.xtext.generator.IGeneratorFragment
 
- 
return a map containing the contributed guice bindings for the ui part created in this generator fragment
 
- getGuiceBindingsUi(Grammar) - Method in class org.eclipse.xtext.generator.LoggingGeneratorFragment
 
-  
 
- getGuiceBindingsUi(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.ca.ContentAssistParserGeneratorFragment
 
-  
 
- getGuiceBindingsUi(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.ExternalAntlrLexerFragment
 
-  
 
- getGuiceBindingsUi(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.rt.AntlrGeneratorFragment
 
-  
 
- getGuiceBindingsUi(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment
 
-  
 
- getGuiceBindingsUi(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
 
-  
 
- getGuiceBindingsUi(Grammar) - Method in class org.eclipse.xtext.generator.types.TypesGeneratorFragment
 
-  
 
- getGuiceBindingsUi(Grammar) - Method in class org.eclipse.xtext.generator.xbase.XbaseGeneratorFragment
 
-  
 
- getGuiceBindingsUi(Grammar) - Method in class org.eclipse.xtext.ui.generator.compare.CompareFragment
 
-  
 
- getGuiceBindingsUi(Grammar) - Method in class org.eclipse.xtext.ui.generator.contentAssist.ContentAssistFragment
 
-  
 
- getGuiceBindingsUi(Grammar) - Method in class org.eclipse.xtext.ui.generator.contentAssist.JavaBasedContentAssistFragment
 
-  
 
- getGuiceBindingsUi(Grammar) - Method in class org.eclipse.xtext.ui.generator.ImplicitUiFragment
 
-  
 
- getGuiceBindingsUi(Grammar) - Method in class org.eclipse.xtext.ui.generator.labeling.LabelProviderFragment
 
-  
 
- getGuiceBindingsUi(Grammar) - Method in class org.eclipse.xtext.ui.generator.outline.OutlineTreeProviderFragment
 
-  
 
- getGuiceBindingsUi(Grammar) - Method in class org.eclipse.xtext.ui.generator.projectWizard.SimpleProjectWizardFragment
 
-  
 
- getGuiceBindingsUi(Grammar) - Method in class org.eclipse.xtext.ui.generator.quickfix.QuickfixProviderFragment
 
-  
 
- getGuiceBindingsUi(Grammar) - Method in class org.eclipse.xtext.ui.generator.refactoring.RefactorElementNameFragment
 
-  
 
- getGuiceBindingsUi(Grammar) - Method in class org.eclipse.xtext.ui.generator.templates.CodetemplatesGeneratorFragment
 
-  
 
- getGuiceModule() - Method in class org.eclipse.xtext.resource.generic.AbstractGenericResourceSupport
 
-  
 
- getHandle() - Static method in class org.eclipse.xtext.resource.containers.FlatResourceSetBasedAllContainersState
 
-  
 
- getHandle() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnboundTypeReference
 
- 
Returns the identifying handle for this reference.
 
- getHandledUnorderedGroupElements() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.FollowElement
 
-  
 
- getHash() - Method in class org.eclipse.xtext.builder.builderState.impl.UserDataEntryImpl
 
-  
 
- getHash(JvmDeclaredType) - Method in class org.eclipse.xtext.common.types.descriptions.JvmDeclaredTypeSignatureHashProvider
 
-  
 
- getHeaderText() - Method in class org.eclipse.xtext.xbase.compiler.FileHeaderAdapter
 
-  
 
- getHelper(EObject) - Static method in class org.eclipse.xtext.generator.parser.antlr.ex.common.KeywordHelper
 
-  
 
- getHelper() - Method in class org.eclipse.xtext.ui.containers.StrictJavaProjectsState
 
-  
 
- getHelper() - Method in class org.eclipse.xtext.ui.containers.WorkspaceProjectsState
 
-  
 
- getHelper() - Method in class org.eclipse.xtext.ui.editor.hyperlinking.DefaultHyperlinkDetector
 
-  
 
- getHelper() - Method in class org.eclipse.xtext.ui.editor.templates.XtextTemplateContextTypeRegistry
 
-  
 
- getHelper() - Method in class org.eclipse.xtext.validation.NamesAreUniqueValidator
 
-  
 
- getHEXRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getHEXRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getHEXRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getHEXTerminalRuleCall_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.NumberElements
 
-  
 
- getHiddenLeafsAfter(INode) - Method in class org.eclipse.xtext.xbase.formatting.HiddenLeafAccess
 
-  
 
- getHiddenLeafsBefore(INode) - Method in class org.eclipse.xtext.xbase.formatting.HiddenLeafAccess
 
-  
 
- getHiddenNodesBetween(INode, INode) - Method in class org.eclipse.xtext.serializer.sequencer.HiddenTokenSequencer
 
-  
 
- getHiddenTokenHandler() - Method in class org.eclipse.xtext.parser.packrat.AbstractParserConfiguration
 
-  
 
- getHiddenTokenHandler() - Method in interface org.eclipse.xtext.parser.packrat.AbstractParserConfiguration.IInternalParserConfiguration
 
-  
 
- getHiddenTokenHandler() - Method in interface org.eclipse.xtext.parser.packrat.consumers.INonTerminalConsumerConfiguration
 
-  
 
- getHiddenTokenHandler() - Method in class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer
 
-  
 
- getHiddenTokenHelper() - Method in class org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter
 
-  
 
- getHiddenTokens() - Method in interface org.eclipse.xtext.Grammar
 
- 
Returns the value of the 'Hidden Tokens' reference list.
 
- getHiddenTokens() - Method in class org.eclipse.xtext.impl.GrammarImpl
 
-  
 
- getHiddenTokens() - Method in class org.eclipse.xtext.impl.ParserRuleImpl
 
-  
 
- getHiddenTokens() - Method in interface org.eclipse.xtext.ParserRule
 
- 
Returns the value of the 'Hidden Tokens' reference list.
 
- getHiddenTokensAbstractRuleCrossReference_2_2_0_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParserRuleElements
 
-  
 
- getHiddenTokensAbstractRuleCrossReference_2_2_1_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParserRuleElements
 
-  
 
- getHiddenTokensAbstractRuleCrossReference_3_2_0_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getHiddenTokensAbstractRuleCrossReference_3_2_1_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getHiddenTokensAbstractRuleIDTerminalRuleCall_2_2_0_0_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParserRuleElements
 
-  
 
- getHiddenTokensAbstractRuleIDTerminalRuleCall_2_2_1_1_0_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParserRuleElements
 
-  
 
- getHiddenTokensAbstractRuleIDTerminalRuleCall_3_2_0_0_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getHiddenTokensAbstractRuleIDTerminalRuleCall_3_2_1_1_0_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getHiddenTokensAssignment_2_2_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParserRuleElements
 
-  
 
- getHiddenTokensAssignment_2_2_1_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParserRuleElements
 
-  
 
- getHiddenTokensAssignment_3_2_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getHiddenTokensAssignment_3_2_1_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getHighlighter(Grammar) - Method in class org.eclipse.xtext.ui.codetemplates.ui.highlighting.SemanticHighlighter
 
-  
 
- getHighlighting() - Method in class org.eclipse.xtext.ui.editor.syntaxcoloring.AttributedPosition
 
-  
 
- getHints(Object) - Method in class org.eclipse.xtext.xbase.junit.typesystem.PublicResolvedTypes
 
-  
 
- getHints() - Method in class org.eclipse.xtext.xbase.scoping.batch.SynonymTypeBucket
 
-  
 
- getHints() - Method in class org.eclipse.xtext.xbase.scoping.batch.TypeBucket
 
-  
 
- getHints(Object) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getHints(Object) - Method in class org.eclipse.xtext.xbase.typesystem.internal.StackedResolvedTypes
 
-  
 
- getHover() - Method in class org.eclipse.xtext.ui.editor.contentassist.AbstractJavaBasedContentProposalProvider
 
-  
 
- getHoverControlCreator() - Method in class org.eclipse.xtext.ui.editor.hover.AbstractCompositeHover
 
-  
 
- getHoverControlCreator() - Method in class org.eclipse.xtext.ui.editor.hover.AbstractHover
 
-  
 
- getHoverControlCreator() - Method in class org.eclipse.xtext.ui.editor.hover.AnnotationWithQuickFixesHover
 
-  
 
- getHoverControlCreator() - Method in class org.eclipse.xtext.ui.editor.hover.DispatchingEObjectTextHover
 
-  
 
- getHoverControlCreator() - Method in class org.eclipse.xtext.ui.editor.hover.html.DefaultEObjectHoverProvider
 
-  
 
- getHoverControlCreator() - Method in interface org.eclipse.xtext.ui.editor.hover.IEObjectHoverProvider.IInformationControlCreatorProvider
 
- 
 
- getHoverControlCreator() - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseHoverProvider
 
-  
 
- getHoverInfo(EObject, ITextViewer, IRegion) - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtHoverProvider
 
-  
 
- getHoverInfo(ITextViewer, IRegion) - Method in class org.eclipse.xtext.ui.editor.hover.AbstractCompositeHover
 
- 
Deprecated.
 
- getHoverInfo(EObject, ITextViewer, IRegion) - Method in class org.eclipse.xtext.ui.editor.hover.AbstractEObjectHover
 
-  
 
- getHoverInfo(ITextViewer, IRegion) - Method in class org.eclipse.xtext.ui.editor.hover.AbstractHover
 
- 
Deprecated.
Use ITextHoverExtension2.getHoverInfo2(ITextViewer, IRegion) instead
 
 
- getHoverInfo(EObject, ITextViewer, IRegion) - Method in class org.eclipse.xtext.ui.editor.hover.DispatchingEObjectTextHover
 
-  
 
- getHoverInfo(ITextViewer, IRegion) - Method in class org.eclipse.xtext.ui.editor.hover.DispatchingEObjectTextHover
 
- 
Deprecated.
 
- getHoverInfo(EObject, IRegion, XtextBrowserInformationControlInput) - Method in class org.eclipse.xtext.ui.editor.hover.html.DefaultEObjectHoverProvider
 
-  
 
- getHoverInfo(EObject, ITextViewer, IRegion) - Method in class org.eclipse.xtext.ui.editor.hover.html.DefaultEObjectHoverProvider
 
-  
 
- getHoverInfo(EObject, ITextViewer, IRegion) - Method in interface org.eclipse.xtext.ui.editor.hover.IEObjectHover
 
-  
 
- getHoverInfo(EObject, ITextViewer, IRegion) - Method in interface org.eclipse.xtext.ui.editor.hover.IEObjectHoverProvider
 
-  
 
- getHoverInfo(ISourceViewer, int) - Method in class org.eclipse.xtext.ui.editor.hover.ProblemAnnotationHover
 
-  
 
- getHoverInfo(EObject, IRegion, XtextBrowserInformationControlInput) - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseHoverProvider
 
-  
 
- getHoverInfo2(ITextViewer, IRegion) - Method in class org.eclipse.xtext.ui.editor.hover.AbstractCompositeHover
 
-  
 
- getHoverInfo2(ITextViewer, IRegion) - Method in class org.eclipse.xtext.ui.editor.hover.AbstractEObjectHover
 
-  
 
- getHoverInfo2(ITextViewer, IRegion) - Method in class org.eclipse.xtext.ui.editor.hover.AbstractProblemHover
 
-  
 
- getHoverInfoAsHtml(EObject) - Method in class org.eclipse.xtext.ui.editor.hover.html.DefaultEObjectHoverProvider
 
-  
 
- getHoverInfoAsHtml(EObject, EObject, IRegion) - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseHoverProvider
 
-  
 
- getHoverInfoInternal(ITextViewer, int, int) - Method in class org.eclipse.xtext.ui.editor.hover.AbstractProblemHover
 
-  
 
- getHoverInfoInternal(ITextViewer, int, int) - Method in class org.eclipse.xtext.ui.editor.hover.AnnotationWithQuickFixesHover
 
-  
 
- getHoverInfoInternal(ITextViewer, int, int) - Method in class org.eclipse.xtext.ui.editor.hover.ProblemAnnotationHover
 
-  
 
- getHoverRegion(ITextViewer, int) - Method in class org.eclipse.xtext.ui.editor.hover.AbstractCompositeHover
 
-  
 
- getHoverRegion(ITextViewer, int) - Method in class org.eclipse.xtext.ui.editor.hover.AbstractEObjectHover
 
-  
 
- getHoverRegion(ITextViewer, int) - Method in class org.eclipse.xtext.ui.editor.hover.AbstractHover
 
-  
 
- getHoverRegion(ITextViewer, int) - Method in class org.eclipse.xtext.ui.editor.hover.AbstractProblemHover
 
-  
 
- getHoverRegion(ITextViewer, int) - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseDispatchingEObjectTextHover
 
-  
 
- getHoverRegionInternal(int, int) - Method in class org.eclipse.xtext.ui.editor.hover.AbstractProblemHover
 
-  
 
- getHoverRegionInternal(int, int) - Method in class org.eclipse.xtext.ui.editor.hover.AnnotationWithQuickFixesHover
 
-  
 
- getHoverRegionInternal(int, int) - Method in class org.eclipse.xtext.ui.editor.hover.ProblemAnnotationHover
 
-  
 
- getHovers() - Method in class org.eclipse.xtext.ui.editor.hover.AbstractCompositeHover
 
-  
 
- getHtml() - Method in class org.eclipse.xtext.ui.editor.hover.html.XtextBrowserInformationControlInput
 
-  
 
- getHtmlFromIJavaElement(IJavaElement) - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseHoverProvider
 
-  
 
- getHyperlinkDetectors(ISourceViewer) - Method in class org.eclipse.xtext.ui.editor.XtextSourceViewerConfiguration
 
-  
 
- getHyperlinkDetectors(ISourceViewer) - Method in class org.eclipse.xtext.ui.views.ReadOnlySourceViewerConfiguration
 
-  
 
- getHyperlinkProvider() - Method in class org.eclipse.xtext.ui.editor.hyperlinking.HyperlinkHelper
 
-  
 
- getHyperlinkRegion() - Method in class org.eclipse.xtext.ui.editor.hyperlinking.AbstractHyperlink
 
-  
 
- getHyperlinkText() - Method in class org.eclipse.xtext.ui.editor.hyperlinking.AbstractHyperlink
 
-  
 
- getHyphenMinusEqualsSignKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpMultiAssignElements
 
-  
 
- getHyphenMinusGreaterThanSignKeyword_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.UntilTokenElements
 
-  
 
- getHyphenMinusGreaterThanSignKeyword_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOtherElements
 
-  
 
- getHyphenMinusKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpAddElements
 
-  
 
- getHyphenMinusKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpUnaryElements
 
-  
 
- getIBuilderState() - Static method in class org.eclipse.xtext.ui.shared.Access
 
-  
 
- getId() - Method in class org.eclipse.xtext.preferences.PreferenceKey
 
-  
 
- getId() - Method in class org.eclipse.xtext.serializer.diagnostic.ISerializationDiagnostic.ExceptionDiagnostic
 
-  
 
- getId() - Method in interface org.eclipse.xtext.serializer.diagnostic.ISerializationDiagnostic
 
-  
 
- getId() - Method in class org.eclipse.xtext.serializer.diagnostic.SerializationDiagnostic
 
-  
 
- getId() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.Codetemplate
 
- 
Returns the value of the 'Id' attribute
 
- getId() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.CodetemplateImpl
 
-  
 
- getID() - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceSearchViewPage
 
-  
 
- getId() - Method in class org.eclipse.xtext.ui.editor.outline.impl.OutlineMode
 
-  
 
- getId(int) - Method in class org.eclipse.xtext.ui.editor.syntaxcoloring.AbstractAntlrTokenToAttributeIdMapper
 
-  
 
- getId(AbstractElement) - Method in class org.eclipse.xtext.ui.editor.templates.ContextTypeIdHelper
 
-  
 
- getId(AbstractRule) - Method in class org.eclipse.xtext.ui.editor.templates.ContextTypeIdHelper
 
-  
 
- getId(Keyword) - Method in class org.eclipse.xtext.ui.editor.templates.XtextTemplateContextTypeRegistry
 
-  
 
- getId(ParserRule) - Method in class org.eclipse.xtext.ui.editor.templates.XtextTemplateContextTypeRegistry
 
-  
 
- getId() - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractFeatureScopeSession
 
- 
A simple means to identify the session.
 
- getId() - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractNestedFeatureScopeSession
 
-  
 
- getId() - Method in class org.eclipse.xtext.xbase.scoping.batch.ExpressionBucket
 
-  
 
- getId() - Method in class org.eclipse.xtext.xbase.scoping.batch.RootFeatureScopeSession
 
-  
 
- getId() - Method in class org.eclipse.xtext.xbase.scoping.batch.TypeBucket
 
-  
 
- getId() - Method in class org.eclipse.xtext.xbase.scoping.batch.TypeReferenceBucket
 
-  
 
- getIdAssignment_2() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplateElements
 
-  
 
- getIdConsumer() - Method in class org.eclipse.xtext.common.parser.packrat.TerminalsParserConfiguration
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.common.types.impl.JvmAnyTypeReferenceImplCustom
 
- 
 
- getIdentifier() - Method in class org.eclipse.xtext.common.types.impl.JvmArrayTypeImplCustom
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.common.types.impl.JvmCompoundTypeReferenceImplCustom
 
- 
 
- getIdentifier() - Method in class org.eclipse.xtext.common.types.impl.JvmDelegateTypeReferenceImplCustom
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.common.types.impl.JvmFormalParameterImplCustom
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.common.types.impl.JvmGenericArrayTypeReferenceImplCustom
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.common.types.impl.JvmIdentifiableElementImpl
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.common.types.impl.JvmLowerBoundImplCustom
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.common.types.impl.JvmMemberImpl
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.common.types.impl.JvmMemberImplCustom
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.common.types.impl.JvmParameterizedTypeReferenceImplCustom
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.common.types.impl.JvmPrimitiveTypeImplCustom
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.common.types.impl.JvmSpecializedTypeReferenceImplCustom
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.common.types.impl.JvmTypeConstraintImpl
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.common.types.impl.JvmTypeConstraintImplCustom
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.common.types.impl.JvmTypeParameterImplCustom
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.common.types.impl.JvmTypeReferenceImpl
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.common.types.impl.JvmTypeReferenceImplCustom
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.common.types.impl.JvmUnknownTypeReferenceImplCustom
 
- 
 
- getIdentifier() - Method in class org.eclipse.xtext.common.types.impl.JvmUpperBoundImplCustom
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.common.types.impl.JvmVoidImplCustom
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.common.types.impl.JvmWildcardTypeReferenceImplCustom
 
-  
 
- getIdentifier() - Method in interface org.eclipse.xtext.common.types.JvmIdentifiableElement
 
- 
The identifier of a JvmIdentifiableElement is a canonical representation of the element.
 
- getIdentifier() - Method in interface org.eclipse.xtext.common.types.JvmMember
 
- 
Returns the value of the 'Identifier' attribute
 
- getIdentifier() - Method in interface org.eclipse.xtext.common.types.JvmTypeConstraint
 
- 
The identifier of a JvmTypeConstraint is a canonical representation of the constraint information.
 
- getIdentifier() - Method in interface org.eclipse.xtext.common.types.JvmTypeReference
 
- 
The identifier of a JvmTypeReference is a canonical representation of the referenced type 
 including its type arguments.
 
- getIdentifier() - Method in class org.eclipse.xtext.common.types.ui.refactoring.participant.CompositeRefactoringProcessor
 
-  
 
- getIdentifier(JvmIdentifiableElement) - Method in class org.eclipse.xtext.common.types.util.LoggingTypeArgumentDecorator
 
- 
Deprecated.
  
- getIdentifier() - Method in class org.eclipse.xtext.ui.refactoring.impl.RenameElementProcessor
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.xbase.impl.XSwitchExpressionImpl
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.xbase.impl.XSwitchExpressionImplCustom
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.xbase.impl.XVariableDeclarationImpl
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.xbase.impl.XVariableDeclarationImplCustom
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.xbase.typesystem.references.AnyTypeReference
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.xbase.typesystem.references.ArrayTypeReference
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.xbase.typesystem.references.CompoundTypeReference
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.xbase.typesystem.references.ParameterizedTypeReference
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnboundTypeReference
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnknownTypeReference
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.xbase.typesystem.references.WildcardTypeReference
 
-  
 
- getIdentifier() - Method in class org.eclipse.xtext.xtype.impl.XFunctionTypeRefImplCustom
 
-  
 
- getIdentifierFeature(EObject) - Method in class org.eclipse.xtext.resource.DefaultLocationInFileProvider
 
-  
 
- getIdentifierFeature(EObject) - Method in class org.eclipse.xtext.xtext.XtextLocationInFileProvider
 
-  
 
- getIdIDTerminalRuleCall_2_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplateElements
 
-  
 
- getIDirtyStateManager() - Static method in class org.eclipse.xtext.ui.shared.Access
 
-  
 
- getIdOrIntAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getIdOrIntRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getIdOrSuperAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getIdOrSuperAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getIdOrSuperAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getIdOrSuperRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getIdOrSuperRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getIdOrSuperRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getIdOrSuperValueConverter() - Method in class org.eclipse.xtext.xbase.conversion.XbaseValueConverterService
 
-  
 
- getIDRule() - Method in class org.eclipse.xtext.common.services.TerminalsGrammarAccess
 
-  
 
- getIDRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getIDRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getIDRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getIDRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getIDRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getIDRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getIDRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getIDRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getIDRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getIDRule() - Method in class org.eclipse.xtext.xbase.ui.highlighting.XbaseHighlightingCalculator
 
-  
 
- getIds() - Method in class org.eclipse.xtext.ui.editor.syntaxcoloring.LightweightPosition
 
-  
 
- getIDTerminalRuleCall() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.ValidIDElements
 
-  
 
- getIDTerminalRuleCall_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.IdOrIntElements
 
-  
 
- getIDTerminalRuleCall_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.FQNElements
 
-  
 
- getIDTerminalRuleCall_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarIDElements
 
-  
 
- getIDTerminalRuleCall_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.ValidIDElements
 
-  
 
- getIDTerminalRuleCall_1_1() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.FQNElements
 
-  
 
- getIDTerminalRuleCall_1_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarIDElements
 
-  
 
- getIDTerminalRuleCall_2() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.LiteralValueElements
 
-  
 
- getIDTerminalRuleCall_2() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.LiteralValueElements
 
-  
 
- getIEObjectDescription() - Method in interface org.eclipse.xtext.builder.builderState.BuilderStatePackage
 
- 
 
- getIEObjectDescription() - Method in class org.eclipse.xtext.builder.builderState.impl.BuilderStatePackageImpl
 
-  
 
- getIEObjectDescription_EClass() - Method in interface org.eclipse.xtext.builder.builderState.BuilderStatePackage
 
- 
Returns the meta object for the reference '
EClass'
 
 
- getIEObjectDescription_EClass() - Method in class org.eclipse.xtext.builder.builderState.impl.BuilderStatePackageImpl
 
-  
 
- getIEObjectDescription_Name() - Method in interface org.eclipse.xtext.builder.builderState.BuilderStatePackage
 
- 
Returns the meta object for the attribute '
Name'
 
 
- getIEObjectDescription_Name() - Method in class org.eclipse.xtext.builder.builderState.impl.BuilderStatePackageImpl
 
-  
 
- getIf() - Method in class org.eclipse.xtext.xbase.impl.XIfExpressionImpl
 
-  
 
- getIf() - Method in interface org.eclipse.xtext.xbase.XIfExpression
 
- 
Returns the value of the 'If' containment reference
 
- getIfAssignment_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XIfExpressionElements
 
-  
 
- getIfCondition() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.SimpleExpressionsPackageImpl
 
-  
 
- getIfCondition() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.SimpleExpressionsPackage
 
- 
 
- getIfCondition_Condition() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.SimpleExpressionsPackageImpl
 
-  
 
- getIfCondition_Condition() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.SimpleExpressionsPackage
 
- 
Returns the meta object for the containment reference '
Condition'
 
 
- getIfCondition_Elseif() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.SimpleExpressionsPackageImpl
 
-  
 
- getIfCondition_Elseif() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.SimpleExpressionsPackage
 
- 
Returns the meta object for the attribute '
Elseif'
 
 
- getIfConditionAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getIfConditionRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getIfKeyword_1() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.IfConditionElements
 
-  
 
- getIfKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XIfExpressionElements
 
-  
 
- getIfXExpressionParserRuleCall_3_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XIfExpressionElements
 
-  
 
- getIgnoreCaseAwareQualifiedName(IEObjectDescription) - Method in class org.eclipse.xtext.scoping.impl.ImportScope
 
-  
 
- getIJvmTypeReferenceProvider() - Method in class org.eclipse.xtext.xtype.impl.XtypePackageImpl
 
-  
 
- getIJvmTypeReferenceProvider() - Method in interface org.eclipse.xtext.xtype.XtypePackage
 
- 
 
- getIllegalCrossReferenceMessage(ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext, CrossReference) - Method in interface org.eclipse.xtext.linking.ILinkingDiagnosticMessageProvider.Extended
 
-  
 
- getIllegalCrossReferenceMessage(ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext, CrossReference) - Method in class org.eclipse.xtext.linking.impl.LinkingDiagnosticMessageProvider
 
-  
 
- getIllegallyDeclaredExceptions() - Method in class org.eclipse.xtext.xbase.typesystem.override.AbstractResolvedOperation
 
-  
 
- getIllegallyDeclaredExceptions() - Method in interface org.eclipse.xtext.xbase.typesystem.override.IResolvedOperation
 
- 
Returns the list of exceptions that are declared in this operation
 but do not match the super implementation.
 
- getIllegalNodeMessage(ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext, IllegalNodeException) - Method in interface org.eclipse.xtext.linking.ILinkingDiagnosticMessageProvider.Extended
 
-  
 
- getIllegalNodeMessage(ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext, IllegalNodeException) - Method in class org.eclipse.xtext.linking.impl.LinkingDiagnosticMessageProvider
 
-  
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmAnnotationAnnotationValueItemProvider
 
- 
This returns JvmAnnotationAnnotationValue.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmAnnotationReferenceItemProvider
 
- 
This returns JvmAnnotationReference.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmAnnotationTypeItemProvider
 
- 
This returns JvmAnnotationType.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmAnyTypeReferenceItemProvider
 
- 
This returns JvmAnyTypeReference.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmArrayTypeItemProvider
 
- 
This returns JvmArrayType.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmBooleanAnnotationValueItemProvider
 
- 
This returns JvmBooleanAnnotationValue.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmByteAnnotationValueItemProvider
 
- 
This returns JvmByteAnnotationValue.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmCharAnnotationValueItemProvider
 
- 
This returns JvmCharAnnotationValue.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmConstructorItemProvider
 
- 
This returns JvmConstructor.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmCustomAnnotationValueItemProvider
 
- 
This returns JvmCustomAnnotationValue.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmDelegateTypeReferenceItemProvider
 
- 
This returns JvmDelegateTypeReference.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmDoubleAnnotationValueItemProvider
 
- 
This returns JvmDoubleAnnotationValue.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmEnumAnnotationValueItemProvider
 
- 
This returns JvmEnumAnnotationValue.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmEnumerationLiteralItemProvider
 
- 
This returns JvmEnumerationLiteral.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmEnumerationTypeItemProvider
 
- 
This returns JvmEnumerationType.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmFieldItemProvider
 
- 
This returns JvmField.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmFloatAnnotationValueItemProvider
 
- 
This returns JvmFloatAnnotationValue.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmFormalParameterItemProvider
 
- 
This returns JvmFormalParameter.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmGenericArrayTypeReferenceItemProvider
 
- 
This returns JvmGenericArrayTypeReference.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmGenericTypeItemProvider
 
- 
This returns JvmGenericType.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmIntAnnotationValueItemProvider
 
- 
This returns JvmIntAnnotationValue.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmLongAnnotationValueItemProvider
 
- 
This returns JvmLongAnnotationValue.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmLowerBoundItemProvider
 
- 
This returns JvmLowerBound.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmMultiTypeReferenceItemProvider
 
- 
This returns JvmMultiTypeReference.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmOperationItemProvider
 
- 
This returns JvmOperation.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmParameterizedTypeReferenceItemProvider
 
- 
This returns JvmParameterizedTypeReference.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmPrimitiveTypeItemProvider
 
- 
This returns JvmPrimitiveType.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmShortAnnotationValueItemProvider
 
- 
This returns JvmShortAnnotationValue.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmStringAnnotationValueItemProvider
 
- 
This returns JvmStringAnnotationValue.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmSynonymTypeReferenceItemProvider
 
- 
This returns JvmSynonymTypeReference.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmTypeAnnotationValueItemProvider
 
- 
This returns JvmTypeAnnotationValue.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmTypeParameterItemProvider
 
- 
This returns JvmTypeParameter.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmUnknownTypeReferenceItemProvider
 
- 
This returns JvmUnknownTypeReference.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmUpperBoundItemProvider
 
- 
This returns JvmUpperBound.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmVoidItemProvider
 
- 
This returns JvmVoid.gif
 
- getImage(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmWildcardTypeReferenceItemProvider
 
- 
This returns JvmWildcardTypeReference.gif
 
- getImage(EObject) - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtVariableCompletions
 
-  
 
- getImage(EObject) - Method in class org.eclipse.xtext.ui.editor.contentassist.AbstractContentProposalProvider
 
- 
Returns the image for the label of the given element.
 
- getImage() - Method in class org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal
 
-  
 
- getImage(Object) - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceSearchResultLabelProvider
 
-  
 
- getImage() - Method in class org.eclipse.xtext.ui.editor.outline.impl.AbstractOutlineNode
 
- 
 
- getImage(Object) - Method in class org.eclipse.xtext.ui.editor.outline.impl.OutlineNodeLabelProvider.Delegate
 
-  
 
- getImage() - Method in interface org.eclipse.xtext.ui.editor.outline.IOutlineNode
 
-  
 
- getImage(IssueResolution) - Method in class org.eclipse.xtext.ui.editor.quickfix.AbstractIssueResolutionProviderAdapter
 
-  
 
- getImage() - Method in class org.eclipse.xtext.ui.editor.quickfix.IssueResolution
 
-  
 
- getImage() - Method in class org.eclipse.xtext.ui.editor.quickfix.MarkerResolutionGenerator.ResolutionAdapter
 
-  
 
- getImage() - Method in class org.eclipse.xtext.ui.editor.quickfix.QuickAssistCompletionProposal
 
-  
 
- getImage(Template) - Method in class org.eclipse.xtext.ui.editor.templates.DefaultTemplateProposalProvider
 
-  
 
- getImage(String) - Method in interface org.eclipse.xtext.ui.IImageHelper
 
-  
 
- getImage(ImageDescriptor) - Method in interface org.eclipse.xtext.ui.IImageHelper
 
-  
 
- getImage(String) - Method in class org.eclipse.xtext.ui.IImageHelper.NullImageHelper
 
-  
 
- getImage(ImageDescriptor) - Method in class org.eclipse.xtext.ui.IImageHelper.NullImageHelper
 
-  
 
- getImage(Object) - Method in class org.eclipse.xtext.ui.label.AbstractLabelProvider
 
- 
 
- getImage(Object) - Method in class org.eclipse.xtext.ui.label.GlobalDescriptionLabelProvider
 
-  
 
- getImage(ImageDescriptor) - Method in class org.eclipse.xtext.ui.PluginImageHelper
 
- 
Returns the image associated with the given image descriptor.
 
- getImage(String) - Method in class org.eclipse.xtext.ui.PluginImageHelper
 
-  
 
- getImage() - Method in class org.eclipse.xtext.xbase.ui.contentassist.ParameterContextInformation
 
-  
 
- getImageDescriptor() - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceSearchResult
 
-  
 
- getImageDescriptor(String) - Method in class org.eclipse.xtext.ui.editor.model.XtextMarkerAnnotationImageProvider
 
-  
 
- getImageDescriptor() - Method in class org.eclipse.xtext.ui.editor.outline.impl.AbstractOutlineNode
 
-  
 
- getImageDescriptor(Object) - Method in class org.eclipse.xtext.ui.editor.outline.impl.BackgroundOutlineTreeProvider
 
-  
 
- getImageDescriptor(IOutlineNode) - Method in class org.eclipse.xtext.ui.editor.outline.impl.IOutlineNodeComparer.Default
 
-  
 
- getImageDescriptor() - Method in interface org.eclipse.xtext.ui.editor.outline.IOutlineNode.Extension
 
-  
 
- getImageDescriptor() - Method in class org.eclipse.xtext.ui.editor.XtextReadonlyEditorInput
 
-  
 
- getImageDescriptor(String) - Method in interface org.eclipse.xtext.ui.IImageHelper.IImageDescriptorHelper
 
-  
 
- getImageDescriptor(Image) - Method in interface org.eclipse.xtext.ui.IImageHelper.IImageDescriptorHelper
 
-  
 
- getImageDescriptor(String) - Method in class org.eclipse.xtext.ui.IImageHelper.NullImageHelper
 
-  
 
- getImageDescriptor(Image) - Method in class org.eclipse.xtext.ui.IImageHelper.NullImageHelper
 
-  
 
- getImageDescriptor(String) - Static method in class org.eclipse.xtext.ui.internal.Activator
 
-  
 
- getImageDescriptor(Object) - Method in class org.eclipse.xtext.ui.label.AbstractLabelProvider
 
-  
 
- getImageDescriptor(Object) - Method in interface org.eclipse.xtext.ui.label.ILabelProviderImageDescriptorExtension
 
-  
 
- getImageDescriptor(String) - Method in class org.eclipse.xtext.ui.PluginImageHelper
 
-  
 
- getImageDescriptor(Image) - Method in class org.eclipse.xtext.ui.PluginImageHelper
 
-  
 
- getImageDescriptor(String) - Static method in class org.eclipse.xtext.xtext.ui.Activator
 
- 
Returns an image descriptor for the image file at the given plug-in relative path
 
- getImageDescriptorId(Annotation) - Method in class org.eclipse.xtext.ui.editor.model.XtextMarkerAnnotationImageProvider
 
-  
 
- getImageForURI(URI) - Method in class org.eclipse.xtext.ui.label.DefaultDescriptionLabelProvider
 
-  
 
- getImageTag(EObject) - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseDeclarativeHoverSignatureProvider
 
-  
 
- getImageTagLink(ImageDescriptor) - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseDeclarativeHoverSignatureProvider
 
-  
 
- getImplicitArgument() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.DefaultJvmFeatureDescriptionProvider
 
- 
Deprecated.
  
- getImplicitArgument() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.JvmFeatureDescription
 
- 
Deprecated.
  
- getImplicitFirstArgument(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.impl.FeatureCallToJavaMapping
 
- 
Deprecated.
  
- getImplicitFirstArgument() - Method in class org.eclipse.xtext.xbase.impl.XAbstractFeatureCallImpl
 
-  
 
- getImplicitFirstArgument() - Method in class org.eclipse.xtext.xbase.impl.XAbstractFeatureCallImplCustom
 
-  
 
- getImplicitFirstArgument(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.resource.LinkingAssumptions
 
- 
Deprecated.
  
- getImplicitFirstArgument(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.resource.XbaseResource
 
-  
 
- getImplicitFirstArgument() - Method in class org.eclipse.xtext.xbase.scoping.batch.BucketedEObjectDescription
 
-  
 
- getImplicitFirstArgument() - Method in interface org.eclipse.xtext.xbase.scoping.batch.IIdentifiableElementDescription
 
-  
 
- getImplicitFirstArgument() - Method in class org.eclipse.xtext.xbase.scoping.batch.InstanceExtensionDescriptionWithImplicitFirstArgument
 
-  
 
- getImplicitFirstArgument() - Method in class org.eclipse.xtext.xbase.scoping.batch.SimpleIdentifiableElementDescription
 
-  
 
- getImplicitFirstArgument() - Method in class org.eclipse.xtext.xbase.scoping.batch.StaticExtensionFeatureDescriptionWithImplicitFirstArgument
 
-  
 
- getImplicitFirstArgument() - Method in class org.eclipse.xtext.xbase.typesystem.internal.FeatureLinkingCandidate
 
-  
 
- getImplicitFirstArgument() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedFeature
 
-  
 
- getImplicitFirstArgument() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ScopeProviderAccess.ErrorDescription
 
-  
 
- getImplicitFirstArgument() - Method in interface org.eclipse.xtext.xbase.XAbstractFeatureCall
 
- 
Returns the value of the 'Implicit First Argument' containment reference
 
- getImplicitFirstArgumentConformanceHints() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ScopeProviderAccess.ErrorDescription
 
-  
 
- getImplicitFirstArgumentType() - Method in class org.eclipse.xtext.xbase.scoping.batch.BucketedEObjectDescription
 
-  
 
- getImplicitFirstArgumentType() - Method in interface org.eclipse.xtext.xbase.scoping.batch.IIdentifiableElementDescription
 
-  
 
- getImplicitFirstArgumentType() - Method in class org.eclipse.xtext.xbase.scoping.batch.InstanceExtensionDescriptionWithImplicitFirstArgument
 
-  
 
- getImplicitFirstArgumentType() - Method in class org.eclipse.xtext.xbase.scoping.batch.SimpleIdentifiableElementDescription
 
-  
 
- getImplicitFirstArgumentType() - Method in class org.eclipse.xtext.xbase.scoping.batch.StaticExtensionFeatureDescriptionWithImplicitFirstArgument
 
-  
 
- getImplicitFirstArgumentType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.FeatureLinkingCandidate
 
-  
 
- getImplicitFirstArgumentType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedFeature
 
-  
 
- getImplicitFirstArgumentType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ScopeProviderAccess.ErrorDescription
 
-  
 
- getImplicitFirstArgumentTypeParameterMapping() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ScopeProviderAccess.ErrorDescription
 
-  
 
- getImplicitImports(boolean) - Method in class org.eclipse.xtext.scoping.impl.ImportedNamespaceAwareLocalScopeProvider
 
-  
 
- getImplicitImports(boolean) - Method in class org.eclipse.xtext.xbase.scoping.XbaseImportedNamespaceScopeProvider
 
- 
Deprecated.
  
- getImplicitImports(boolean) - Method in class org.eclipse.xtext.xbase.scoping.XImportSectionNamespaceScopeProvider
 
-  
 
- getImplicitlyImportedPackages(XtextResource) - Method in class org.eclipse.xtext.xbase.imports.DefaultImportsConfiguration
 
-  
 
- getImplicitlyImportedPackages(XtextResource) - Method in interface org.eclipse.xtext.xbase.imports.IImportsConfiguration
 
-  
 
- getImplicitParameter() - Method in class org.eclipse.xtext.xbase.impl.XClosureImpl
 
-  
 
- getImplicitParameter() - Method in interface org.eclipse.xtext.xbase.XClosure
 
- 
Returns the value of the 'Implicit Parameter' containment reference
 
- getImplicitReceiver(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.impl.FeatureCallToJavaMapping
 
- 
Deprecated.
  
- getImplicitReceiver() - Method in class org.eclipse.xtext.xbase.impl.XAbstractFeatureCallImpl
 
-  
 
- getImplicitReceiver() - Method in class org.eclipse.xtext.xbase.impl.XAbstractFeatureCallImplCustom
 
-  
 
- getImplicitReceiver(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.resource.LinkingAssumptions
 
- 
Deprecated.
  
- getImplicitReceiver(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.resource.XbaseResource
 
-  
 
- getImplicitReceiver() - Method in class org.eclipse.xtext.xbase.scoping.batch.BucketedEObjectDescription
 
- 
Returns the actual receiver of this (potential) feature call.
 
- getImplicitReceiver() - Method in interface org.eclipse.xtext.xbase.scoping.batch.IIdentifiableElementDescription
 
-  
 
- getImplicitReceiver() - Method in class org.eclipse.xtext.xbase.scoping.batch.InstanceExtensionDescription
 
-  
 
- getImplicitReceiver() - Method in class org.eclipse.xtext.xbase.scoping.batch.InstanceFeatureDescriptionWithImplicitReceiver
 
-  
 
- getImplicitReceiver() - Method in class org.eclipse.xtext.xbase.scoping.batch.SimpleIdentifiableElementDescription
 
-  
 
- getImplicitReceiver() - Method in class org.eclipse.xtext.xbase.scoping.batch.StaticFeatureDescriptionWithImplicitReceiver
 
-  
 
- getImplicitReceiver() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.DefaultJvmFeatureDescriptionProvider
 
- 
Deprecated.
  
- getImplicitReceiver() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.JvmFeatureDescription
 
- 
Deprecated.
  
- getImplicitReceiver() - Method in class org.eclipse.xtext.xbase.typesystem.internal.FeatureLinkingCandidate
 
-  
 
- getImplicitReceiver() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedFeature
 
-  
 
- getImplicitReceiver() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ScopeProviderAccess.ErrorDescription
 
-  
 
- getImplicitReceiver() - Method in interface org.eclipse.xtext.xbase.XAbstractFeatureCall
 
- 
Returns the value of the 'Implicit Receiver' containment reference
 
- getImplicitReceiverConformanceHints() - Method in class org.eclipse.xtext.xbase.scoping.batch.BucketedEObjectDescription
 
-  
 
- getImplicitReceiverConformanceHints() - Method in interface org.eclipse.xtext.xbase.scoping.batch.IIdentifiableElementDescription
 
-  
 
- getImplicitReceiverConformanceHints() - Method in class org.eclipse.xtext.xbase.scoping.batch.InstanceExtensionDescription
 
-  
 
- getImplicitReceiverConformanceHints() - Method in class org.eclipse.xtext.xbase.scoping.batch.InstanceFeatureDescriptionWithImplicitReceiver
 
-  
 
- getImplicitReceiverConformanceHints() - Method in class org.eclipse.xtext.xbase.scoping.batch.SimpleIdentifiableElementDescription
 
-  
 
- getImplicitReceiverConformanceHints() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ScopeProviderAccess.ErrorDescription
 
-  
 
- getImplicitReceiverType() - Method in class org.eclipse.xtext.xbase.scoping.batch.BucketedEObjectDescription
 
-  
 
- getImplicitReceiverType() - Method in interface org.eclipse.xtext.xbase.scoping.batch.IIdentifiableElementDescription
 
-  
 
- getImplicitReceiverType() - Method in class org.eclipse.xtext.xbase.scoping.batch.InstanceExtensionDescription
 
-  
 
- getImplicitReceiverType() - Method in class org.eclipse.xtext.xbase.scoping.batch.InstanceFeatureDescriptionWithImplicitReceiver
 
-  
 
- getImplicitReceiverType() - Method in class org.eclipse.xtext.xbase.scoping.batch.SimpleIdentifiableElementDescription
 
-  
 
- getImplicitReceiverType() - Method in class org.eclipse.xtext.xbase.scoping.batch.StaticFeatureDescriptionWithImplicitReceiver
 
-  
 
- getImplicitReceiverType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.FeatureLinkingCandidate
 
-  
 
- getImplicitReceiverType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedFeature
 
-  
 
- getImplicitReceiverType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ScopeProviderAccess.ErrorDescription
 
-  
 
- getImplicitReceiverTypeParameterMapping() - Method in class org.eclipse.xtext.xbase.scoping.batch.BucketedEObjectDescription
 
-  
 
- getImplicitReceiverTypeParameterMapping() - Method in interface org.eclipse.xtext.xbase.scoping.batch.IIdentifiableElementDescription
 
-  
 
- getImplicitReceiverTypeParameterMapping() - Method in class org.eclipse.xtext.xbase.scoping.batch.InstanceExtensionDescription
 
-  
 
- getImplicitReceiverTypeParameterMapping() - Method in class org.eclipse.xtext.xbase.scoping.batch.InstanceFeatureDescriptionWithImplicitReceiver
 
-  
 
- getImplicitReceiverTypeParameterMapping() - Method in class org.eclipse.xtext.xbase.scoping.batch.SimpleIdentifiableElementDescription
 
-  
 
- getImplicitReceiverTypeParameterMapping() - Method in class org.eclipse.xtext.xbase.scoping.batch.SuperConstructorDescription
 
-  
 
- getImplicitReceiverTypeParameterMapping() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ScopeProviderAccess.ErrorDescription
 
-  
 
- getImplicitStaticExtensionPriorityOffset() - Method in class org.eclipse.xtext.xbase.scoping.XbaseScopeProvider
 
- 
Deprecated.
  
- getImplicitStaticFeaturePriority() - Method in class org.eclipse.xtext.xbase.scoping.XbaseScopeProvider
 
- 
Deprecated.
  
- getImportDeclarations() - Method in class org.eclipse.xtext.xtype.impl.XImportSectionImpl
 
-  
 
- getImportDeclarations() - Method in interface org.eclipse.xtext.xtype.XImportSection
 
- 
Returns the value of the 'Import Declarations' containment reference list.
 
- getImportDeclarationsAssignment() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XImportSectionElements
 
-  
 
- getImportDeclarationsToAppend() - Method in class org.eclipse.xtext.xbase.imports.RewritableImportSection
 
-  
 
- getImportDeclarationsXImportDeclarationParserRuleCall_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XImportSectionElements
 
-  
 
- getImportedNames() - Method in class org.eclipse.xtext.builder.builderState.impl.ResourceDescriptionImpl
 
-  
 
- getImportedNames() - Method in class org.eclipse.xtext.builder.clustering.CopiedResourceDescription
 
-  
 
- getImportedNames() - Method in class org.eclipse.xtext.common.types.ui.notification.LayeredTypeResourceDescription
 
-  
 
- getImportedNames() - Method in class org.eclipse.xtext.common.types.ui.notification.TypeResourceDescription
 
-  
 
- getImportedNames() - Method in class org.eclipse.xtext.junit.util.URIBasedTestResourceDescription
 
-  
 
- getImportedNames() - Method in class org.eclipse.xtext.junit4.util.URIBasedTestResourceDescription
 
-  
 
- getImportedNames() - Method in class org.eclipse.xtext.linking.impl.ImportedNamesAdapter
 
-  
 
- getImportedNames() - Method in class org.eclipse.xtext.resource.impl.DefaultResourceDescription
 
-  
 
- getImportedNames(IResourceDescription) - Method in class org.eclipse.xtext.resource.impl.DefaultResourceDescriptionManager
 
-  
 
- getImportedNames() - Method in interface org.eclipse.xtext.resource.IResourceDescription
 
-  
 
- getImportedNames() - Method in class org.eclipse.xtext.ui.editor.StatefulResourceDescription
 
-  
 
- getImportedNamesAdapter(EObject) - Method in class org.eclipse.xtext.linking.impl.DefaultLinkingService
 
-  
 
- getImportedNamespace(EObject) - Method in class org.eclipse.xtext.scoping.impl.ImportedNamespaceAwareLocalScopeProvider
 
-  
 
- getImportedNamespace(EObject) - Method in class org.eclipse.xtext.xbase.scoping.XbaseImportedNamespaceScopeProvider
 
- 
Deprecated.
  
- getImportedNamespace() - Method in class org.eclipse.xtext.xtype.impl.XImportDeclarationImpl
 
-  
 
- getImportedNamespace() - Method in interface org.eclipse.xtext.xtype.XImportDeclaration
 
- 
Returns the value of the 'Imported Namespace' attribute
 
- getImportedNamespaceAssignment_1_2() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XImportDeclarationElements
 
-  
 
- getImportedNamespacePrefix() - Method in class org.eclipse.xtext.scoping.impl.ImportNormalizer
 
-  
 
- getImportedNamespaceQualifiedNameWithWildcardParserRuleCall_1_2_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XImportDeclarationElements
 
-  
 
- getImportedNamespaceResolvers(EObject, boolean) - Method in class org.eclipse.xtext.scoping.impl.ImportedNamespaceAwareLocalScopeProvider
 
-  
 
- getImportedNamespaceResolvers(EObject, boolean) - Method in class org.eclipse.xtext.xbase.scoping.XbaseImportedNamespaceScopeProvider
 
- 
Deprecated.
  
- getImportedNamespaceResolvers(EObject, boolean) - Method in class org.eclipse.xtext.xbase.scoping.XImportSectionNamespaceScopeProvider
 
-  
 
- getImportedNamespaceResolvers(XImportSection, boolean) - Method in class org.eclipse.xtext.xbase.scoping.XImportSectionNamespaceScopeProvider
 
-  
 
- getImportedPackages() - Method in class org.eclipse.xtext.ui.wizard.AbstractPluginProjectCreator
 
-  
 
- getImportedPackages() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectCreator
 
-  
 
- getImportedPackagesRt(Grammar) - Method in class org.eclipse.xtext.generator.AbstractStubGeneratorFragment
 
-  
 
- getImportedPackagesRt(Grammar) - Method in class org.eclipse.xtext.generator.CompositeGeneratorFragment
 
-  
 
- getImportedPackagesRt(Grammar) - Method in class org.eclipse.xtext.generator.DefaultGeneratorFragment
 
-  
 
- getImportedPackagesRt(Grammar) - Method in class org.eclipse.xtext.generator.generator.GeneratorFragment
 
-  
 
- getImportedPackagesRt(Grammar) - Method in interface org.eclipse.xtext.generator.IGeneratorFragment
 
- 
return the imported packages for the runtime bundle
 
- getImportedPackagesRt(Grammar) - Method in class org.eclipse.xtext.generator.ImplicitRuntimeFragment
 
-  
 
- getImportedPackagesRt(Grammar) - Method in class org.eclipse.xtext.generator.scoping.AbstractScopingFragment
 
-  
 
- getImportedPackagesRt(Grammar) - Method in class org.eclipse.xtext.generator.serializer.SerializerFragment
 
-  
 
- getImportedPackagesTests(Grammar) - Method in class org.eclipse.xtext.generator.CompositeGeneratorFragment
 
-  
 
- getImportedPackagesTests(Grammar) - Method in interface org.eclipse.xtext.generator.IGeneratorFragmentExtension
 
- 
return the imported packages for the tests bundle
 
- getImportedPackagesTests(Grammar) - Method in class org.eclipse.xtext.generator.junit.Junit4Fragment
 
-  
 
- getImportedPackagesUi(Grammar) - Method in class org.eclipse.xtext.generator.AbstractStubGeneratorFragment
 
-  
 
- getImportedPackagesUi(Grammar) - Method in class org.eclipse.xtext.generator.CompositeGeneratorFragment
 
-  
 
- getImportedPackagesUi(Grammar) - Method in class org.eclipse.xtext.generator.DefaultGeneratorFragment
 
-  
 
- getImportedPackagesUi(Grammar) - Method in interface org.eclipse.xtext.generator.IGeneratorFragment
 
- 
return the imported packages for the ui bundle
 
- getImportedPackagesUi(Grammar) - Method in class org.eclipse.xtext.ui.generator.contentAssist.ContentAssistFragment
 
-  
 
- getImportedPackagesUi(Grammar) - Method in class org.eclipse.xtext.ui.generator.contentAssist.JavaBasedContentAssistFragment
 
-  
 
- getImportedType(String) - Method in class org.eclipse.xtext.xbase.imports.RewritableImportSection
 
-  
 
- getImportedType() - Method in class org.eclipse.xtext.xtype.impl.XImportDeclarationImpl
 
-  
 
- getImportedType() - Method in interface org.eclipse.xtext.xtype.XImportDeclaration
 
- 
Returns the value of the 'Imported Type' reference
 
- getImportedTypeAndRelativeName(JvmMember, RewritableImportSection) - Method in class org.eclipse.xtext.xbase.ui.refactoring.XbaseReferenceUpdater
 
-  
 
- getImportedTypeAssignment_1_0_2() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XImportDeclarationElements
 
-  
 
- getImportedTypeAssignment_1_1() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XImportDeclarationElements
 
-  
 
- getImportedTypeJvmDeclaredTypeCrossReference_1_0_2_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XImportDeclarationElements
 
-  
 
- getImportedTypeJvmDeclaredTypeCrossReference_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XImportDeclarationElements
 
-  
 
- getImportedTypeJvmDeclaredTypeQualifiedNameParserRuleCall_1_0_2_0_1() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XImportDeclarationElements
 
-  
 
- getImportedTypeJvmDeclaredTypeQualifiedNameParserRuleCall_1_1_0_1() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XImportDeclarationElements
 
-  
 
- getImportedTypeName() - Method in class org.eclipse.xtext.xtype.impl.XImportDeclarationImpl
 
-  
 
- getImportedTypeName() - Method in class org.eclipse.xtext.xtype.impl.XImportDeclarationImplCustom
 
-  
 
- getImportedTypeName() - Method in interface org.eclipse.xtext.xtype.XImportDeclaration
 
-  
 
- getImportedTypesScope(EObject, String, IScope, IJavaSearchScope) - Method in class org.eclipse.xtext.xbase.ui.quickfix.JavaTypeQuickfixes
 
-  
 
- getImportedUris(Resource) - Method in class org.eclipse.xtext.scoping.impl.ImportUriGlobalScopeProvider
 
-  
 
- getImportFrom() - Method in class org.eclipse.xtext.scoping.impl.ImportScope
 
-  
 
- getImportKeyword_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ReferencedMetamodelElements
 
-  
 
- getImportKeyword_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XImportDeclarationElements
 
-  
 
- getImportKeyword_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.FeatureCallIDElements
 
-  
 
- getImportManager(ITreeAppendable) - Method in class org.eclipse.xtext.xbase.compiler.JvmModelGenerator
 
-  
 
- getImportManager() - Method in class org.eclipse.xtext.xbase.compiler.StringBuilderBasedAppendable
 
-  
 
- getImports() - Method in class org.eclipse.xtext.xbase.compiler.AbstractStringBuilderBasedAppendable
 
- 
Deprecated.
 
- getImports() - Method in interface org.eclipse.xtext.xbase.compiler.IAppendable
 
- 
Deprecated.
imports are handled by external components
 
 
- getImports() - Method in class org.eclipse.xtext.xbase.compiler.ImportManager
 
-  
 
- getImports() - Method in class org.eclipse.xtext.xbase.compiler.output.SharedAppendableState
 
-  
 
- getImports() - Method in class org.eclipse.xtext.xbase.compiler.output.TreeAppendable
 
- 
Deprecated.
 
- getImports() - Method in class org.eclipse.xtext.xbase.compiler.StringBuilderBasedAppendable
 
- 
Deprecated.
 
- getImportsConfiguration() - Method in class org.eclipse.xtext.xbase.scoping.XImportSectionNamespaceScopeProvider
 
-  
 
- getImportScopeProvider(Grammar) - Method in class org.eclipse.xtext.generator.xbase.XbaseGeneratorFragment
 
-  
 
- getImportSection() - Method in class org.eclipse.xtext.purexbase.pureXbase.impl.ModelImpl
 
-  
 
- getImportSection() - Method in interface org.eclipse.xtext.purexbase.pureXbase.Model
 
- 
Returns the value of the 'Import Section' containment reference
 
- getImportSection(XtextResource) - Method in class org.eclipse.xtext.xbase.imports.DefaultImportsConfiguration
 
-  
 
- getImportSection(XtextResource) - Method in interface org.eclipse.xtext.xbase.imports.IImportsConfiguration
 
-  
 
- getImportSection() - Method in class org.eclipse.xtext.xbase.ui.document.DocumentRewriter
 
-  
 
- getImportSection() - Method in class org.eclipse.xtext.xbase.ui.document.DocumentSourceAppender
 
-  
 
- getImportSection() - Method in class org.eclipse.xtext.xbase.ui.refactoring.XbaseReferenceUpdater.ImportAwareUpdateAcceptor
 
-  
 
- getImportSectionAssignment_0() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess.ModelElements
 
-  
 
- getImportSectionOffset(XtextResource) - Method in class org.eclipse.xtext.xbase.imports.DefaultImportsConfiguration
 
-  
 
- getImportSectionOffset(XtextResource) - Method in interface org.eclipse.xtext.xbase.imports.IImportsConfiguration
 
-  
 
- getImportSectionXImportSectionParserRuleCall_0_0() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess.ModelElements
 
-  
 
- getImportUriResolver() - Method in class org.eclipse.xtext.scoping.impl.ImportUriGlobalScopeProvider
 
-  
 
- getIncoming() - Method in class org.eclipse.xtext.grammaranalysis.impl.AbstractNFAState
 
-  
 
- getIncoming() - Method in class org.eclipse.xtext.util.formallang.NfaToProduction.StateAlias
 
-  
 
- getIncommingWithoutRuleCalls() - Method in class org.eclipse.xtext.grammaranalysis.impl.AbstractNFAState
 
-  
 
- getIncommingWithoutRuleCalls() - Method in interface org.eclipse.xtext.grammaranalysis.INFAState
 
-  
 
- getIncreaseIndentationChange() - Method in class org.eclipse.xtext.xbase.formatting.FormattingData
 
-  
 
- getIndentation(ICompositeNode, int) - Method in class org.eclipse.xtext.formatting.impl.DefaultNodeModelFormatter
 
-  
 
- getIndentation(int) - Method in class org.eclipse.xtext.formatting.impl.FormattingConfigBasedStream.Line
 
-  
 
- getIndentation() - Method in interface org.eclipse.xtext.junit4.parameterized.IParameterProvider.IExpectation
 
- 
Deprecated.
  
- getIndentation() - Method in class org.eclipse.xtext.junit4.parameterized.XpectParameterProvider.Expectation
 
- 
Deprecated.
  
- getIndentation(INode, int) - Method in class org.eclipse.xtext.junit4.parameterized.XpectParameterProvider
 
- 
Deprecated.
  
- getIndentation(int) - Method in class org.eclipse.xtext.xbase.formatting.FormattableDocument
 
-  
 
- getIndentationChange() - Method in class org.eclipse.xtext.xbase.formatting.FormattingData
 
-  
 
- getIndentationInformation(URI) - Method in class org.eclipse.xtext.formatting.IWhitespaceInformationProvider.Default
 
-  
 
- getIndentationInformation(URI) - Method in interface org.eclipse.xtext.formatting.IWhitespaceInformationProvider
 
-  
 
- getIndentationInformation(URI) - Method in class org.eclipse.xtext.ui.editor.formatting.PreferenceStoreWhitespaceInformationProvider
 
-  
 
- getIndentationLenght(int) - Method in class org.eclipse.xtext.xbase.formatting.FormattableDocument
 
-  
 
- getIndentationLevel() - Method in class org.eclipse.xtext.xbase.compiler.AbstractStringBuilderBasedAppendable
 
-  
 
- getIndentationLevelAtOffset(int, IDocument, XtextResource) - Method in class org.eclipse.xtext.xbase.ui.document.DocumentSourceAppender.Factory
 
-  
 
- getIndentationSpace() - Method in class org.eclipse.xtext.formatting.impl.FormattingConfig
 
-  
 
- getIndentationString() - Method in class org.eclipse.xtext.xbase.compiler.AbstractStringBuilderBasedAppendable
 
-  
 
- getIndentationString() - Method in class org.eclipse.xtext.xbase.ui.document.DocumentSourceAppender
 
-  
 
- getIndentInfo() - Method in class org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter
 
-  
 
- getIndentString() - Method in class org.eclipse.xtext.formatting.IIndentationInformation.Default
 
-  
 
- getIndentString() - Method in interface org.eclipse.xtext.formatting.IIndentationInformation
 
- 
returns the string used to indent a line one level
 
- getIndentString() - Method in class org.eclipse.xtext.ui.editor.formatting.PreferenceStoreIndentationInformation
 
-  
 
- getIndentString() - Method in class org.eclipse.xtext.xbase.ui.document.DocumentRewriter
 
-  
 
- getIndentString(XtextResource) - Method in class org.eclipse.xtext.xbase.ui.document.DocumentSourceAppender.Factory
 
-  
 
- getIndex() - Method in class org.eclipse.xtext.nodemodel.impl.RootNode
 
-  
 
- getIndex() - Method in class org.eclipse.xtext.serializer.sequencer.BacktrackingSemanticSequencer.TraceItem
 
-  
 
- getIndex() - Method in class org.eclipse.xtext.ui.editor.model.CommonBreakIterator.SequenceCharacterIterator
 
-  
 
- getIndex() - Method in class org.eclipse.xtext.ui.editor.model.DocumentCharacterIterator
 
-  
 
- getIndex() - Method in class org.eclipse.xtext.validation.FeatureBasedDiagnostic
 
-  
 
- getIndex() - Method in class org.eclipse.xtext.xbase.scoping.LocalVariableScopeContext
 
- 
Deprecated.
Returns the index in the current block for the 'leaf context'.
 
- getIndexData() - Method in class org.eclipse.xtext.ui.editor.findrefs.DefaultReferenceFinder
 
-  
 
- getIndexedJvmType(URI, ResourceSet) - Method in class org.eclipse.xtext.common.types.access.impl.IndexedJvmTypeAccess
 
- 
Locate and resolve a 
JvmType in the context of the given resource set.
 
 
- getIndexedJvmType(URI, ResourceSet, boolean) - Method in class org.eclipse.xtext.common.types.access.impl.IndexedJvmTypeAccess
 
-  
 
- getIndexedJvmType(QualifiedName, String, ResourceSet) - Method in class org.eclipse.xtext.common.types.access.impl.IndexedJvmTypeAccess
 
-  
 
- getIndexedJvmType(QualifiedName, String, ResourceSet, boolean) - Method in class org.eclipse.xtext.common.types.access.impl.IndexedJvmTypeAccess
 
-  
 
- getIndexedJvmTypeAccess() - Method in class org.eclipse.xtext.common.types.access.AbstractTypeProviderFactory
 
-  
 
- getIndexedJvmTypeAccess() - Method in class org.eclipse.xtext.common.types.access.impl.AbstractJvmTypeProvider
 
-  
 
- getIndexedJvmTypeAccess() - Method in class org.eclipse.xtext.common.types.access.TypeResource
 
-  
 
- getIndexInList() - Method in class org.eclipse.xtext.builder.builderState.impl.ReferenceDescriptionImpl
 
-  
 
- getIndexInList() - Method in class org.eclipse.xtext.resource.impl.DefaultReferenceDescription
 
-  
 
- getIndexInList() - Method in interface org.eclipse.xtext.resource.IReferenceDescription
 
-  
 
- getIndexOfElement(Object) - Method in class org.eclipse.xtext.ui.editor.tasks.dialogfields.ListDialogField
 
- 
Gets the index of an element in the list or -1 if element is not in list.
 
- getInferredElements(EObject) - Method in class org.eclipse.xtext.xbase.typesystem.internal.LogicalContainerAwareReentrantTypeResolver
 
-  
 
- getInfo() - Method in interface org.eclipse.xtext.ui.editor.hover.IEObjectHoverProvider.IInformationControlCreatorProvider
 
- 
The information to be used by the IInformationControlCreator.
 
- getInfo(TypeRef) - Method in class org.eclipse.xtext.xtext.ecoreInference.EClassifierInfos
 
-  
 
- getInfo(AbstractMetamodelDeclaration, String) - Method in class org.eclipse.xtext.xtext.ecoreInference.EClassifierInfos
 
-  
 
- getInfo(EClassifier) - Method in class org.eclipse.xtext.xtext.ecoreInference.EClassifierInfos
 
-  
 
- getInfo() - Method in exception org.eclipse.xtext.xtext.ecoreInference.UnexpectedClassInfoException
 
-  
 
- getInfoOrNull(TypeRef) - Method in class org.eclipse.xtext.xtext.ecoreInference.EClassifierInfos
 
-  
 
- getInfoOrNull(EClassifier) - Method in class org.eclipse.xtext.xtext.ecoreInference.EClassifierInfos
 
-  
 
- getInformationControlCreator() - Method in class org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal
 
-  
 
- getInformationControlCreator() - Method in class org.eclipse.xtext.ui.editor.quickfix.QuickAssistCompletionProposal
 
-  
 
- getInformationControlCreator(ISourceViewer) - Method in class org.eclipse.xtext.ui.views.ReadOnlySourceViewerConfiguration
 
-  
 
- getInformationDisplayString() - Method in class org.eclipse.xtext.xbase.ui.contentassist.ParameterContextInformation
 
-  
 
- getInformationPresenter(ISourceViewer) - Method in class org.eclipse.xtext.ui.views.ReadOnlySourceViewerConfiguration
 
-  
 
- getInformationPresenterControlCreator() - Method in class org.eclipse.xtext.ui.editor.hover.AnnotationWithQuickFixesHover
 
-  
 
- getInformationPresenterControlCreator() - Method in class org.eclipse.xtext.ui.editor.hover.html.DefaultEObjectHoverProvider
 
-  
 
- getInformationPresenterControlCreator() - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseHoverProvider
 
-  
 
- getInheritanceDistance(Grammar) - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider
 
-  
 
- getInheritedGeneratedMetamodels(ReferencedMetamodel) - Method in class org.eclipse.xtext.xtext.XtextValidator
 
-  
 
- getInitialConditionCheckingStatus() - Method in class org.eclipse.xtext.ui.refactoring.ui.RefactoringWizardOpenOperation_NonForking
 
-  
 
- getInitialHiddenTerminals() - Method in class org.eclipse.xtext.common.parser.packrat.TerminalsParserConfiguration
 
-  
 
- getInitialHiddenTerminals() - Method in class org.eclipse.xtext.parser.packrat.AbstractParserConfiguration
 
-  
 
- getInitialHiddenTerminals() - Method in interface org.eclipse.xtext.parser.packrat.IParserConfiguration
 
- 
Provides access to the initial (e.g. default) hidden terminal consumers.
 
- getInitialHiddenTokens() - Method in class org.eclipse.xtext.purexbase.ui.contentassist.antlr.PureXbaseParser
 
-  
 
- getInitialHiddenTokens() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.antlr.CodetemplatesParser
 
-  
 
- getInitialHiddenTokens() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.antlr.SingleCodetemplateParser
 
-  
 
- getInitialHiddenTokens() - Method in class org.eclipse.xtext.ui.contentassist.antlr.XtextParser
 
-  
 
- getInitialHiddenTokens() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser
 
-  
 
- getInitialHiddenTokens() - Method in class org.eclipse.xtext.xbase.annotations.ui.contentassist.antlr.XbaseWithAnnotationsParser
 
-  
 
- getInitialHiddenTokens() - Method in class org.eclipse.xtext.xbase.ui.contentassist.antlr.XbaseParser
 
-  
 
- getInitializedResourceSet(List<String>) - Method in class org.eclipse.xtext.mwe.RuntimeResourceSetInitializer
 
-  
 
- getInitializedResourceSet(List<String>, UriFilter) - Method in class org.eclipse.xtext.mwe.RuntimeResourceSetInitializer
 
-  
 
- getInitializer(JvmMember) - Method in class org.eclipse.xtext.xbase.jvmmodel.JvmTypesBuilder
 
-  
 
- getInitiallyExpandedNodes() - Method in class org.eclipse.xtext.ui.editor.outline.impl.OutlinePage
 
-  
 
- getInitialPattern() - Method in class org.eclipse.xtext.ui.search.XtextEObjectSearchDialog
 
-  
 
- getInjector() - Method in class org.eclipse.xtext.common.types.shared.SharedCommonTypesExecutableExtensionFactory
 
-  
 
- getInjector() - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getInjector() - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getInjector() - Method in interface org.eclipse.xtext.junit4.IInjectorProvider
 
-  
 
- getInjector(String) - Method in class org.eclipse.xtext.purexbase.ui.internal.PureXbaseActivator
 
-  
 
- getInjector() - Method in class org.eclipse.xtext.purexbase.ui.PureXbaseExecutableExtensionFactory
 
-  
 
- getInjector() - Method in class org.eclipse.xtext.ui.codetemplates.ui.CodetemplatesExecutableExtensionFactory
 
-  
 
- getInjector(String) - Method in class org.eclipse.xtext.ui.codetemplates.ui.internal.CodetemplatesActivator
 
-  
 
- getInjector() - Method in class org.eclipse.xtext.ui.codetemplates.ui.SingleCodetemplateExecutableExtensionFactory
 
-  
 
- getInjector() - Method in class org.eclipse.xtext.ui.ecore.Activator
 
-  
 
- getInjector() - Method in class org.eclipse.xtext.ui.ecore.ExecutableExtensionFactory
 
-  
 
- getInjector() - Method in class org.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory
 
-  
 
- getInjector() - Method in class org.eclipse.xtext.ui.shared.internal.Activator
 
-  
 
- getInjector() - Method in class org.eclipse.xtext.ui.shared.internal.ExecutableExtensionFactory
 
-  
 
- getInjector() - Method in class org.eclipse.xtext.ui.XtextExecutableExtensionFactory
 
-  
 
- getInjector() - Method in class org.eclipse.xtext.xbase.annotations.ui.XbaseWithAnnotationsExecutableExtensionFactory
 
-  
 
- getInjector() - Method in class org.eclipse.xtext.xbase.junit.ui.AbstractXbaseContentAssistTest
 
-  
 
- getInjector(String) - Method in class org.eclipse.xtext.xbase.ui.internal.XtypeActivator
 
-  
 
- getInjector() - Method in class org.eclipse.xtext.xbase.ui.XbaseExecutableExtensionFactory
 
-  
 
- getInjector() - Method in class org.eclipse.xtext.xbase.ui.XtypeExecutableExtensionFactory
 
-  
 
- getInjector() - Method in class org.eclipse.xtext.xtext.ui.graph.bundle.Activator
 
-  
 
- getInjector() - Method in class org.eclipse.xtext.xtext.ui.graph.bundle.RailroadViewExecutableExtensionRegistry
 
-  
 
- getInjector(String) - Method in class org.eclipse.xtext.xtext.ui.internal.Activator
 
-  
 
- getInjectorProvider(TestClass) - Static method in class org.eclipse.xtext.junit4.internal.InjectorProviders
 
-  
 
- getInjectorProvider() - Method in class org.eclipse.xtext.junit4.parameterized.ParameterizedXtextRunner
 
- 
Deprecated.
  
- getInjectorProvider() - Method in class org.eclipse.xtext.junit4.parameterized.ParameterizedXtextRunner.ParameterSetRunner
 
- 
Deprecated.
  
- getInjectorProvider() - Method in class org.eclipse.xtext.junit4.XtextRunner
 
-  
 
- getInjectors() - Method in class org.eclipse.xtext.mwe.AbstractReader
 
-  
 
- getInnerSegment() - Method in class org.eclipse.xtext.xtext.ui.graph.figures.CompartmentSegment
 
-  
 
- getInnerTypeSeparator() - Method in class org.eclipse.xtext.xbase.ui.document.DocumentSourceAppender
 
-  
 
- getInput() - Method in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser
 
-  
 
- getInput() - Method in class org.eclipse.xtext.parser.packrat.AbstractPackratParser
 
-  
 
- getInput() - Method in class org.eclipse.xtext.parser.packrat.AbstractParserConfiguration
 
-  
 
- getInput() - Method in interface org.eclipse.xtext.parser.packrat.AbstractParserConfiguration.IInternalParserConfiguration
 
-  
 
- getInput() - Method in class org.eclipse.xtext.parser.packrat.consumers.AbstractConsumer
 
-  
 
- getInput() - Method in interface org.eclipse.xtext.parser.packrat.consumers.INonTerminalConsumerConfiguration
 
-  
 
- getInput() - Method in interface org.eclipse.xtext.parser.packrat.consumers.ITerminalConsumerConfiguration
 
-  
 
- getInput() - Method in class org.eclipse.xtext.parser.packrat.internal.Marker
 
-  
 
- getInput() - Method in class org.eclipse.xtext.ui.compare.AbstractContentViewer
 
-  
 
- getInput() - Method in interface org.eclipse.xtext.ui.editor.hover.html.IXtextBrowserInformationControl
 
-  
 
- getInput() - Method in class org.eclipse.xtext.ui.editor.hover.html.XtextBrowserInformationControlAdapter
 
-  
 
- getInput() - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseInformationControl
 
- 
Xbase - modification
 
- getInputElement() - Method in class org.eclipse.xtext.ui.editor.hover.html.XtextBrowserInformationControlInput
 
-  
 
- getInputElement() - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseInformationControlInput
 
-  
 
- getInputName() - Method in class org.eclipse.xtext.ui.editor.hover.html.XtextBrowserInformationControlInput
 
-  
 
- getInputStream(String, String) - Method in class org.eclipse.xtext.builder.EclipseResourceFileSystemAccess2
 
-  
 
- getInstaller(OutputConfiguration) - Method in class org.eclipse.xtext.builder.smap.DebugSourceInstallingCompilationParticipant
 
-  
 
- getInstance() - Static method in class org.eclipse.xtext.purexbase.ui.internal.PureXbaseActivator
 
-  
 
- getInstance() - Static method in class org.eclipse.xtext.ui.codetemplates.ui.internal.CodetemplatesActivator
 
-  
 
- getInstance() - Static method in class org.eclipse.xtext.xbase.ui.internal.XtypeActivator
 
-  
 
- getInstance() - Static method in class org.eclipse.xtext.xtext.ui.internal.Activator
 
-  
 
- getInstanceofKeyword_1_0_0_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XRelationalExpressionElements
 
-  
 
- getInt(String) - Method in class org.eclipse.xtext.ui.editor.preferences.FixedScopedPreferenceStore
 
-  
 
- getIntConsumer() - Method in class org.eclipse.xtext.common.parser.packrat.TerminalsParserConfiguration
 
-  
 
- getInternalContentAssistLexerClassName(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.common.AntlrFragmentHelper
 
-  
 
- getInternalContentAssistParserClassName(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.common.AntlrFragmentHelper
 
-  
 
- getInternalLexerClassName(Grammar, Naming) - Static method in class org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
 
-  
 
- getInternalModifyableTokenInfos() - Method in class org.eclipse.xtext.ui.editor.model.DocumentTokenSource
 
-  
 
- getInternalParserClassName(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.common.AntlrFragmentHelper
 
-  
 
- getInternalParserClassName(Grammar, Naming) - Static method in class org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment
 
-  
 
- getInternalParserClassName(Grammar, Naming) - Static method in class org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
 
-  
 
- getInternalRecognizerSharedState() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser
 
-  
 
- getInternalSourceViewer() - Method in class org.eclipse.xtext.ui.editor.XtextEditor
 
-  
 
- getINTRule() - Method in class org.eclipse.xtext.common.services.TerminalsGrammarAccess
 
-  
 
- getINTRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getINTRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getINTRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getINTRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getINTRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getINTRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getINTTerminalRuleCall_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.IdOrIntElements
 
-  
 
- getINTTerminalRuleCall_1() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ArgumentElements
 
-  
 
- getINTTerminalRuleCall_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.NumberElements
 
-  
 
- getINTTerminalRuleCall_1_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.NumberElements
 
-  
 
- getInvalidArgumentsValidationFeature() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractPendingLinkingCandidate
 
-  
 
- getInvalidArgumentsValidationFeature() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ConstructorLinkingCandidate
 
-  
 
- getInvalidCharactersMessage(String, Set<Character>) - Method in class org.eclipse.xtext.conversion.impl.AbstractIDValueConverter
 
-  
 
- getInvalidEnumValueDiagnostic(EObject, RuleCall, Object) - Method in interface org.eclipse.xtext.serializer.diagnostic.ITokenDiagnosticProvider
 
-  
 
- getInvalidEnumValueDiagnostic(EObject, RuleCall, Object) - Method in class org.eclipse.xtext.serializer.diagnostic.TokenDiagnosticProvider
 
-  
 
- getInvalidFeatureIssueCode() - Method in class org.eclipse.xtext.xbase.impl.XAbstractFeatureCallImpl
 
-  
 
- getInvalidFeatureIssueCode() - Method in class org.eclipse.xtext.xbase.impl.XAbstractFeatureCallImplCustom
 
-  
 
- getInvalidFeatureIssueCode() - Method in class org.eclipse.xtext.xbase.impl.XConstructorCallImpl
 
-  
 
- getInvalidFeatureIssueCode() - Method in class org.eclipse.xtext.xbase.impl.XConstructorCallImplCustom
 
-  
 
- getInvalidFeatureIssueCode() - Method in interface org.eclipse.xtext.xbase.XAbstractFeatureCall
 
- 
Deprecated.
Will be removed shortly
 
 
 
- getInvalidFeatureIssueCode() - Method in interface org.eclipse.xtext.xbase.XConstructorCall
 
- 
Returns the value of the 'Invalid Feature Issue Code' attribute
 
- getInvariantBoundSubstitute() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
-  
 
- getInvariantBoundSubstitute() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnboundTypeReference
 
-  
 
- getInvariantBoundSubstitute() - Method in class org.eclipse.xtext.xbase.typesystem.references.WildcardTypeReference
 
-  
 
- getInvariantChecker() - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getInvolvedIncludingContainers(IConcreteSyntaxConstraintProvider.ISyntaxConstraint) - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxDiagnosticProvider.AbstractConcreteSyntaxDiagnostic
 
-  
 
- getIReferenceDescription() - Method in interface org.eclipse.xtext.builder.builderState.BuilderStatePackage
 
- 
 
- getIReferenceDescription() - Method in class org.eclipse.xtext.builder.builderState.impl.BuilderStatePackageImpl
 
-  
 
- getIReferenceDescription_ContainerEObjectURI() - Method in interface org.eclipse.xtext.builder.builderState.BuilderStatePackage
 
- 
 
- getIReferenceDescription_ContainerEObjectURI() - Method in class org.eclipse.xtext.builder.builderState.impl.BuilderStatePackageImpl
 
-  
 
- getIReferenceDescription_IndexInList() - Method in interface org.eclipse.xtext.builder.builderState.BuilderStatePackage
 
- 
 
- getIReferenceDescription_IndexInList() - Method in class org.eclipse.xtext.builder.builderState.impl.BuilderStatePackageImpl
 
-  
 
- getIReferenceDescription_SourceEObjectUri() - Method in interface org.eclipse.xtext.builder.builderState.BuilderStatePackage
 
- 
 
- getIReferenceDescription_SourceEObjectUri() - Method in class org.eclipse.xtext.builder.builderState.impl.BuilderStatePackageImpl
 
-  
 
- getIReferenceDescription_TargetEObjectUri() - Method in interface org.eclipse.xtext.builder.builderState.BuilderStatePackage
 
- 
 
- getIReferenceDescription_TargetEObjectUri() - Method in class org.eclipse.xtext.builder.builderState.impl.BuilderStatePackageImpl
 
-  
 
- getIResourceDescriptions() - Static method in class org.eclipse.xtext.ui.shared.Access
 
-  
 
- getIssue() - Method in class org.eclipse.xtext.ui.editor.model.edit.IssueModificationContext
 
-  
 
- getIssue() - Method in class org.eclipse.xtext.ui.editor.validation.XtextAnnotation
 
-  
 
- getIssueCode() - Method in class org.eclipse.xtext.diagnostics.DiagnosticMessage
 
-  
 
- getIssueCode() - Method in class org.eclipse.xtext.nodemodel.SyntaxErrorMessage
 
-  
 
- getIssueCode() - Method in class org.eclipse.xtext.ui.editor.validation.XtextAnnotation
 
-  
 
- getIssueCode() - Method in class org.eclipse.xtext.validation.AbstractValidationDiagnostic
 
-  
 
- getIssueCode(Diagnostic) - Method in class org.eclipse.xtext.validation.DiagnosticConverterImpl
 
-  
 
- getIssueCode() - Method in interface org.eclipse.xtext.xbase.scoping.featurecalls.IValidatedEObjectDescription
 
- 
Deprecated.
  
- getIssueCode() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.JvmFeatureDescription
 
- 
Deprecated.
  
- getIssueCode() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.LocalVarDescription
 
- 
Deprecated.
  
- getIssueData() - Method in class org.eclipse.xtext.diagnostics.DiagnosticMessage
 
-  
 
- getIssueData() - Method in class org.eclipse.xtext.nodemodel.SyntaxErrorMessage
 
-  
 
- getIssueData() - Method in class org.eclipse.xtext.ui.editor.validation.XtextAnnotation
 
-  
 
- getIssueData(Annotation) - Method in class org.eclipse.xtext.ui.util.IssueUtil
 
-  
 
- getIssueData(IMarker) - Method in class org.eclipse.xtext.ui.util.IssueUtil
 
-  
 
- getIssueData() - Method in class org.eclipse.xtext.validation.AbstractValidationDiagnostic
 
-  
 
- getIssueData(Diagnostic) - Method in class org.eclipse.xtext.validation.DiagnosticConverterImpl
 
-  
 
- getIssueFromAnnotation(Annotation) - Method in class org.eclipse.xtext.ui.util.IssueUtil
 
-  
 
- getIssueResolutionAcceptorProvider() - Method in class org.eclipse.xtext.ui.editor.quickfix.AbstractDeclarativeQuickfixProvider
 
-  
 
- getIssueResolutions() - Method in class org.eclipse.xtext.ui.editor.quickfix.IssueResolutionAcceptor
 
-  
 
- getIssues(EObject) - Method in class org.eclipse.xtext.xbase.compiler.ElementIssueProvider
 
-  
 
- getIssues(EObject) - Method in interface org.eclipse.xtext.xbase.compiler.IElementIssueProvider
 
-  
 
- getIssuesAsString(EObject, Iterable<Issue>, StringBuilder) - Method in class org.eclipse.xtext.junit4.validation.ValidationTestHelper
 
-  
 
- getIssueSeverities(Map<Object, Object>, EObject) - Method in class org.eclipse.xtext.validation.AbstractDeclarativeValidator
 
-  
 
- getIssueSeverities(Resource) - Method in class org.eclipse.xtext.validation.IssueSeveritiesProvider
 
-  
 
- getIssueSeverities() - Method in class org.eclipse.xtext.xbase.typesystem.internal.DefaultReentrantTypeResolver
 
-  
 
- getIssueSeverities(Resource) - Method in class org.eclipse.xtext.xbase.ui.validation.XbaseIssueSeveritiesProvider
 
-  
 
- getIssuesIncludingContents() - Method in class org.eclipse.xtext.xbase.compiler.ElementIssueProvider.Data
 
-  
 
- getIssueType(Diagnostic) - Method in class org.eclipse.xtext.validation.DiagnosticConverterImpl
 
-  
 
- getIssueUtil() - Method in class org.eclipse.xtext.ui.editor.quickfix.MarkerResolutionGenerator
 
-  
 
- getIssueUtil() - Method in class org.eclipse.xtext.ui.editor.quickfix.XtextQuickAssistProcessor
 
-  
 
- getIStateChangeEventBroker() - Static method in class org.eclipse.xtext.ui.shared.Access
 
-  
 
- getIStorage2UriMapper() - Static method in class org.eclipse.xtext.ui.shared.Access
 
-  
 
- getIStorage2UriMapperJdtExtensions() - Static method in class org.eclipse.xtext.ui.shared.Access
 
-  
 
- getIsTrueAssignment_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XBooleanLiteralElements
 
-  
 
- getIsTrueTrueKeyword_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XBooleanLiteralElements
 
-  
 
- getItems() - Method in class org.eclipse.xtext.ui.editor.tasks.dialogfields.ComboDialogField
 
- 
Gets the combo items.
 
- getIterable() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getIterable() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for data type 'Iterable'
 
- getIterator() - Method in class org.eclipse.xtext.ui.editor.syntaxcoloring.TokenScanner
 
-  
 
- getItPriority() - Method in class org.eclipse.xtext.xbase.scoping.XbaseScopeProvider
 
- 
Deprecated.
  
- getITypeReferenceVisitor() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getITypeReferenceVisitor() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getITypeReferenceVisitorWithParameter() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getITypeReferenceVisitorWithParameter() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getIURIEditorOpener() - Static method in class org.eclipse.xtext.ui.shared.Access
 
-  
 
- getJarWithEntry(URI) - Method in class org.eclipse.xtext.ui.containers.JavaProjectsStateHelper
 
-  
 
- getJavaDoc() - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseHoverDocumentationProvider
 
-  
 
- getJavaElement() - Method in class org.eclipse.xtext.common.types.ui.refactoring.JdtRefactoringContext
 
-  
 
- getJavaElement() - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtHyperlink
 
-  
 
- getJavaElement(IFile) - Method in class org.eclipse.xtext.ui.containers.JavaProjectsStateHelper
 
-  
 
- getJavaElementFinder() - Method in class org.eclipse.xtext.common.types.ui.refactoring.JdtRefactoringContextFactory
 
-  
 
- getJavaElementFinder() - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtHyperlinkFactory
 
-  
 
- getJavaElementForEditor(IEditorPart) - Method in class org.eclipse.xtext.xbase.ui.launching.JavaElementDelegate
 
-  
 
- getJavaElementForResource(IResource) - Method in class org.eclipse.xtext.xbase.ui.launching.JavaElementDelegate
 
-  
 
- getJavaElementForXtextEditor(IEditorPart) - Method in class org.eclipse.xtext.xbase.ui.launching.JavaElementDelegate
 
-  
 
- getJavaElements(EObject) - Method in class org.eclipse.xtext.xbase.ui.jvmmodel.findrefs.JvmModelFindReferenceHandler
 
-  
 
- getJavaElementsAt(ITextViewer, IRegion) - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtHoverProvider.JavadocHoverWrapper
 
-  
 
- getJavaFileName(IEObjectDescription) - Method in class org.eclipse.xtext.common.types.descriptions.EObjectDescriptionBasedStubGenerator
 
-  
 
- getJavaFromTrace(String) - Method in class org.eclipse.xtext.generator.trace.TraceFileNameProvider
 
-  
 
- getJavaIdentifier() - Method in class org.eclipse.xtext.xbase.typesystem.references.AnyTypeReference
 
-  
 
- getJavaIdentifier() - Method in class org.eclipse.xtext.xbase.typesystem.references.ArrayTypeReference
 
-  
 
- getJavaIdentifier() - Method in class org.eclipse.xtext.xbase.typesystem.references.CompoundTypeReference
 
-  
 
- getJavaIdentifier() - Method in class org.eclipse.xtext.xbase.typesystem.references.FunctionTypeReference
 
-  
 
- getJavaIdentifier() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
-  
 
- getJavaIdentifier() - Method in class org.eclipse.xtext.xbase.typesystem.references.ParameterizedTypeReference
 
-  
 
- getJavaIdentifier() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnboundTypeReference
 
-  
 
- getJavaIdentifier() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnknownTypeReference
 
-  
 
- getJavaIdentifier() - Method in class org.eclipse.xtext.xbase.typesystem.references.WildcardTypeReference
 
-  
 
- getJavaIOFile(Path) - Method in class org.eclipse.xtext.xbase.file.JavaIOFileSystemSupport
 
-  
 
- getJavaLangObjectTypeRef(JvmType, TypesFactory) - Method in class org.eclipse.xtext.xtype.impl.XFunctionTypeRefImplCustom
 
-  
 
- getJavaLangObjectTypeReference(XFunctionTypeRef) - Method in class org.eclipse.xtext.xbase.typesystem.references.IndexingOwnedConverter
 
-  
 
- getJavaModelDirectory(XpandExecutionContext) - Method in class org.eclipse.xtext.generator.ecore.EMFGeneratorFragment
 
-  
 
- getJavaProject(ResourceSet) - Method in interface org.eclipse.xtext.common.types.access.jdt.IJavaProjectProvider
 
-  
 
- getJavaProject() - Method in interface org.eclipse.xtext.common.types.access.jdt.IJdtTypeProvider
 
-  
 
- getJavaProject() - Method in class org.eclipse.xtext.common.types.access.jdt.JdtTypeProvider
 
-  
 
- getJavaProject() - Method in class org.eclipse.xtext.common.types.access.jdt.NullJdtTypeProvider
 
-  
 
- getJavaProject(ResourceSet) - Method in class org.eclipse.xtext.common.types.xtext.ui.XtextResourceSetBasedProjectProvider
 
-  
 
- getJavaProject(ResourceSet) - Method in class org.eclipse.xtext.xbase.junit.ui.AbstractContentAssistTest
 
-  
 
- getJavaProject(URI) - Method in class org.eclipse.xtext.xbase.ui.quickfix.CreateJavaTypeQuickfixes
 
-  
 
- getJavaProjectsHelper() - Method in class org.eclipse.xtext.ui.containers.JavaProjectsState
 
-  
 
- getJavaProjectsState() - Static method in class org.eclipse.xtext.ui.shared.Access
 
-  
 
- getJavaProjectsWithClasspathChange(IJavaElementDelta) - Method in class org.eclipse.xtext.builder.impl.javasupport.ProjectClasspathChangeListener
 
-  
 
- getJavaReflectAccess() - Method in class org.eclipse.xtext.xbase.interpreter.impl.XbaseInterpreter
 
-  
 
- getJavaSearchScope(XtextResource) - Method in class org.eclipse.xtext.xbase.ui.imports.InteractiveUnresolvedTypeResolver
 
-  
 
- getJavaSearchScope(EObject) - Method in class org.eclipse.xtext.xbase.ui.quickfix.JavaTypeQuickfixes
 
-  
 
- getJavaSignature(IJavaElement) - Method in class org.eclipse.xtext.xbase.ui.hover.HoverGenericsResolver
 
-  
 
- getJavaStubSource(IEObjectDescription) - Method in class org.eclipse.xtext.common.types.descriptions.EObjectDescriptionBasedStubGenerator
 
-  
 
- getJavaType(JvmType) - Method in class org.eclipse.xtext.xbase.interpreter.impl.XbaseInterpreter
 
-  
 
- getJavaType(XNumberLiteral) - Method in class org.eclipse.xtext.xbase.typesystem.computation.NumberLiterals
 
-  
 
- getJavaTypeName(EClassifier, ResourceSet) - Static method in class org.eclipse.xtext.generator.GenModelAccess
 
-  
 
- getJdtBasedTypeFactory() - Method in class org.eclipse.xtext.common.types.access.jdt.JdtTypeProvider
 
-  
 
- getJdtHelper() - Static method in class org.eclipse.xtext.ui.shared.Access
 
-  
 
- getJdtHyperlinkFactory() - Method in class org.eclipse.xtext.common.types.xtext.ui.TypeAwareHyperlinkHelper
 
-  
 
- getJdtHyperlinkProvider() - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtHyperlinkFactory
 
-  
 
- getJdtImage(ImageDescriptor) - Method in class org.eclipse.xtext.xbase.ui.labeling.XbaseImages
 
- 
Deprecated.
  
- getJdtRenameParticipant() - Method in class org.eclipse.xtext.common.types.ui.refactoring.participant.JdtRenameParticipantContext
 
-  
 
- getJdtRenameParticipant() - Method in class org.eclipse.xtext.xbase.ui.jvmmodel.refactoring.JvmModelJdtRenameParticipantContext
 
-  
 
- getJreContainerClasspathEntry(IJavaProject) - Static method in class org.eclipse.xtext.junit4.ui.util.JavaProjectSetupUtil
 
-  
 
- getJreContainerClasspathEntry(IJavaProject) - Static method in class org.eclipse.xtext.ui.junit.util.JavaProjectSetupUtil
 
-  
 
- getJvm2JavaElements() - Method in class org.eclipse.xtext.xbase.ui.jvmmodel.refactoring.jdt.CombinedJvmJdtRenameContext
 
-  
 
- getJvmAnnotationAnnotationValue() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmAnnotationAnnotationValue() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmAnnotationAnnotationValue_Values() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmAnnotationAnnotationValue_Values() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the containment reference list '
Values'
 
 
- getJvmAnnotationReference() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmAnnotationReference() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmAnnotationReference(XAnnotation) - Method in class org.eclipse.xtext.xbase.jvmmodel.JvmTypesBuilder
 
-  
 
- getJvmAnnotationReference_Annotation() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmAnnotationReference_Annotation() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the reference '
Annotation'
 
 
- getJvmAnnotationReference_Values() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmAnnotationReference_Values() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the containment reference list '
Values'
 
 
- getJvmAnnotationTarget() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmAnnotationTarget() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmAnnotationTarget_Annotations() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmAnnotationTarget_Annotations() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the containment reference list '
Annotations'
 
 
- getJvmAnnotationType() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmAnnotationType() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmAnnotationValue() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmAnnotationValue() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmAnnotationValue_Operation() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmAnnotationValue_Operation() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the reference '
Operation'
 
 
- getJvmAnyTypeReference() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmAnyTypeReference() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmAnyTypeReference_Type() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmAnyTypeReference_Type() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the reference '
Type'
 
 
- getJvmArgumentTypeReferenceAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getJvmArgumentTypeReferenceAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getJvmArgumentTypeReferenceAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getJvmArgumentTypeReferenceAccess() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getJvmArgumentTypeReferenceRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getJvmArgumentTypeReferenceRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getJvmArgumentTypeReferenceRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getJvmArgumentTypeReferenceRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getJvmArrayType() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmArrayType() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmArrayType_ComponentType() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmArrayType_ComponentType() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmBooleanAnnotationValue() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmBooleanAnnotationValue() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmBooleanAnnotationValue_Values() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmBooleanAnnotationValue_Values() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute list '
Values'
 
 
- getJvmByteAnnotationValue() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmByteAnnotationValue() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmByteAnnotationValue_Values() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmByteAnnotationValue_Values() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute list '
Values'
 
 
- getJvmCharAnnotationValue() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmCharAnnotationValue() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmCharAnnotationValue_Values() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmCharAnnotationValue_Values() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute list '
Values'
 
 
- getJvmComponentType() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmComponentType() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmComponentType_ArrayType() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmComponentType_ArrayType() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the containment reference '
Array Type'
 
 
- getJvmCompoundTypeReference() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmCompoundTypeReference() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmCompoundTypeReference_References() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmCompoundTypeReference_References() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the containment reference list '
References'
 
 
- getJvmCompoundTypeReference_Type() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmCompoundTypeReference_Type() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the reference '
Type'
 
 
- getJvmConstraintOwner() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmConstraintOwner() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmConstraintOwner_Constraints() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmConstraintOwner_Constraints() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the containment reference list '
Constraints'
 
 
- getJvmConstructor() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmConstructor() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmCustomAnnotationValue() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmCustomAnnotationValue() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmCustomAnnotationValue_Values() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmCustomAnnotationValue_Values() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute list '
Values'
 
 
- getJvmDeclaredType() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmDeclaredType() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmDeclaredType_Abstract() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmDeclaredType_Abstract() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute '
Abstract'
 
 
- getJvmDeclaredType_Final() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmDeclaredType_Final() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute '
Final'
 
 
- getJvmDeclaredType_Members() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmDeclaredType_Members() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the containment reference list '
Members'
 
 
- getJvmDeclaredType_PackageName() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmDeclaredType_PackageName() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmDeclaredType_Static() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmDeclaredType_Static() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute '
Static'
 
 
- getJvmDeclaredType_SuperTypes() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmDeclaredType_SuperTypes() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the containment reference list '
Super Types'
 
 
- getJvmDelegateTypeReference() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmDelegateTypeReference() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmDelegateTypeReference_Delegate() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmDelegateTypeReference_Delegate() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the reference '
Delegate'
 
 
- getJvmDoubleAnnotationValue() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmDoubleAnnotationValue() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmDoubleAnnotationValue_Values() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmDoubleAnnotationValue_Values() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute list '
Values'
 
 
- getJvmElements(EObject) - Method in interface org.eclipse.xtext.xbase.jvmmodel.IJvmModelAssociations
 
-  
 
- getJvmElements(EObject) - Method in class org.eclipse.xtext.xbase.jvmmodel.JvmModelAssociator
 
-  
 
- getJvmEnumAnnotationValue() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmEnumAnnotationValue() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmEnumAnnotationValue_Values() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmEnumAnnotationValue_Values() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the reference list '
Values'
 
 
- getJvmEnumerationLiteral() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmEnumerationLiteral() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmEnumerationType() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmEnumerationType() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmEnumerationType_Literals() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmEnumerationType_Literals() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the reference list '
Literals'
 
 
- getJvmExecutable() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmExecutable() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmExecutable_Exceptions() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmExecutable_Exceptions() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the containment reference list '
Exceptions'
 
 
- getJvmExecutable_Parameters() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmExecutable_Parameters() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the containment reference list '
Parameters'
 
 
- getJvmExecutable_VarArgs() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmExecutable_VarArgs() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute '
Var Args'
 
 
- getJvmFeature() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmFeature() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmFeature() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.JvmFeatureDescription
 
- 
Deprecated.
  
- getJvmFeatureDescriptions() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.FilteredDelegatingScope
 
- 
Deprecated.
  
- getJvmFeatureDescriptions() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.JvmFeatureScope
 
- 
Deprecated.
  
- getJvmField() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmField() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for class '
Jvm Field'
 
 
- getJvmField_Final() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmField_Final() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute '
Final'
 
 
- getJvmField_Static() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmField_Static() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute '
Static'
 
 
- getJvmField_Transient() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmField_Transient() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute '
Transient'
 
 
- getJvmField_Type() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmField_Type() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the containment reference '
Type'
 
 
- getJvmField_Volatile() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmField_Volatile() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute '
Volatile'
 
 
- getJvmFloatAnnotationValue() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmFloatAnnotationValue() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmFloatAnnotationValue_Values() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmFloatAnnotationValue_Values() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute list '
Values'
 
 
- getJvmFormalParameter() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmFormalParameter() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmFormalParameter_Name() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmFormalParameter_Name() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute '
Name'
 
 
- getJvmFormalParameter_ParameterType() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmFormalParameter_ParameterType() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the containment reference '
Parameter Type'
 
 
- getJvmFormalParameterAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getJvmFormalParameterAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getJvmFormalParameterAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getJvmFormalParameterRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getJvmFormalParameterRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getJvmFormalParameterRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getJvmGenericArrayTypeReference() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmGenericArrayTypeReference() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmGenericArrayTypeReference_ComponentType() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmGenericArrayTypeReference_ComponentType() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the containment reference '
Component Type'
 
 
- getJvmGenericArrayTypeReferenceComponentTypeAction_0_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmTypeReferenceElements
 
-  
 
- getJvmGenericType() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmGenericType() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmGenericType_Interface() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmGenericType_Interface() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute '
Interface'
 
 
- getJvmGenericType_StrictFloatingPoint() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmGenericType_StrictFloatingPoint() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmIdentifiableElement() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmIdentifiableElement() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmIntAnnotationValue() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmIntAnnotationValue() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmIntAnnotationValue_Values() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmIntAnnotationValue_Values() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute list '
Values'
 
 
- getJvmLongAnnotationValue() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmLongAnnotationValue() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmLongAnnotationValue_Values() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmLongAnnotationValue_Values() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute list '
Values'
 
 
- getJvmLowerBound() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmLowerBound() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmLowerBoundAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getJvmLowerBoundAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getJvmLowerBoundAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getJvmLowerBoundAccess() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getJvmLowerBoundRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getJvmLowerBoundRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getJvmLowerBoundRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getJvmLowerBoundRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getJvmMember() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmMember() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmMember_DeclaringType() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmMember_DeclaringType() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmMember_Identifier() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmMember_Identifier() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute '
Identifier'
 
 
- getJvmMember_SimpleName() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmMember_SimpleName() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute '
Simple Name'
 
 
- getJvmMember_Visibility() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmMember_Visibility() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute '
Visibility'
 
 
- getJvmModelAssociations() - Method in class org.eclipse.xtext.xbase.typesystem.util.CommonTypeComputationServices
 
-  
 
- getJvmModelAssociations() - Method in class org.eclipse.xtext.xbase.ui.jvmmodel.refactoring.DefaultJvmModelRenameStrategy
 
-  
 
- getJvmModelAssociations() - Method in class org.eclipse.xtext.xbase.ui.jvmmodel.refactoring.JvmModelDependentElementsCalculator
 
-  
 
- getJvmModelInferrerName(Grammar, Naming) - Static method in class org.eclipse.xtext.generator.xbase.XbaseGeneratorFragment
 
-  
 
- getJvmMultiTypeReference() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmMultiTypeReference() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmOperation() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmOperation() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmOperation_Abstract() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmOperation_Abstract() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute '
Abstract'
 
 
- getJvmOperation_Default() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmOperation_Default() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute '
Default'
 
 
- getJvmOperation_DefaultValue() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmOperation_DefaultValue() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the containment reference '
Default Value'
 
 
- getJvmOperation_Final() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmOperation_Final() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute '
Final'
 
 
- getJvmOperation_Native() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmOperation_Native() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute '
Native'
 
 
- getJvmOperation_ReturnType() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmOperation_ReturnType() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the containment reference '
Return Type'
 
 
- getJvmOperation_Static() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmOperation_Static() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute '
Static'
 
 
- getJvmOperation_StrictFloatingPoint() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmOperation_StrictFloatingPoint() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmOperation_Synchronized() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmOperation_Synchronized() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmParameterizedTypeReference() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmParameterizedTypeReference() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmParameterizedTypeReference_Arguments() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmParameterizedTypeReference_Arguments() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the containment reference list '
Arguments'
 
 
- getJvmParameterizedTypeReference_Type() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmParameterizedTypeReference_Type() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the reference '
Type'
 
 
- getJvmParameterizedTypeReferenceAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getJvmParameterizedTypeReferenceAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getJvmParameterizedTypeReferenceAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getJvmParameterizedTypeReferenceAccess() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getJvmParameterizedTypeReferenceParserRuleCall_0_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmTypeReferenceElements
 
-  
 
- getJvmParameterizedTypeReferenceRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getJvmParameterizedTypeReferenceRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getJvmParameterizedTypeReferenceRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getJvmParameterizedTypeReferenceRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getJvmPrimitiveType() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmPrimitiveType() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmPrimitiveType_SimpleName() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmPrimitiveType_SimpleName() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute '
Simple Name'
 
 
- getJvmShortAnnotationValue() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmShortAnnotationValue() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmShortAnnotationValue_Values() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmShortAnnotationValue_Values() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute list '
Values'
 
 
- getJvmSpecializedTypeReference() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmSpecializedTypeReference() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmSpecializedTypeReference_Equivalent() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmSpecializedTypeReference_Equivalent() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the containment reference '
Equivalent'
 
 
- getJvmStringAnnotationValue() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmStringAnnotationValue() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmStringAnnotationValue_Values() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmStringAnnotationValue_Values() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute list '
Values'
 
 
- getJvmSynonymTypeReference() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmSynonymTypeReference() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmType() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmType() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for class '
Jvm Type'
 
 
- getJvmTypeAnnotationValue() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmTypeAnnotationValue() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmTypeAnnotationValue_Values() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmTypeAnnotationValue_Values() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the containment reference list '
Values'
 
 
- getJvmTypeConstraint() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmTypeConstraint() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmTypeConstraint_Owner() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmTypeConstraint_Owner() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the container reference '
Owner'
 
 
- getJvmTypeConstraint_TypeReference() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmTypeConstraint_TypeReference() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the containment reference '
Type Reference'
 
 
- getJvmTypeParameter() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmTypeParameter() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmTypeParameter_Declarator() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmTypeParameter_Declarator() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the container reference '
Declarator'
 
 
- getJvmTypeParameter_Name() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmTypeParameter_Name() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the attribute '
Name'
 
 
- getJvmTypeParameterAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getJvmTypeParameterAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getJvmTypeParameterAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getJvmTypeParameterAccess() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getJvmTypeParameterDeclarator() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmTypeParameterDeclarator() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmTypeParameterDeclarator_TypeParameters() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmTypeParameterDeclarator_TypeParameters() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for the containment reference list '
Type Parameters'
 
 
- getJvmTypeParameterRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getJvmTypeParameterRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getJvmTypeParameterRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getJvmTypeParameterRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getJvmTypeReference() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmTypeReference() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmTypeReferenceAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getJvmTypeReferenceAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getJvmTypeReferenceAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getJvmTypeReferenceAccess() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getJvmTypeReferenceParserRuleCall_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmArgumentTypeReferenceElements
 
-  
 
- getJvmTypeReferenceRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getJvmTypeReferenceRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getJvmTypeReferenceRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getJvmTypeReferenceRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getJvmUnknownTypeReference() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmUnknownTypeReference() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmUnknownTypeReference_QualifiedName() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmUnknownTypeReference_QualifiedName() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmUpperBound() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmUpperBound() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmUpperBoundAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getJvmUpperBoundAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getJvmUpperBoundAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getJvmUpperBoundAccess() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getJvmUpperBoundAndedAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getJvmUpperBoundAndedAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getJvmUpperBoundAndedAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getJvmUpperBoundAndedAccess() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getJvmUpperBoundAndedRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getJvmUpperBoundAndedRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getJvmUpperBoundAndedRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getJvmUpperBoundAndedRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getJvmUpperBoundRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getJvmUpperBoundRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getJvmUpperBoundRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getJvmUpperBoundRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getJvmVisibility() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmVisibility() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmVoid() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmVoid() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the meta object for class '
Jvm Void'
 
 
- getJvmWildcardTypeReference() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getJvmWildcardTypeReference() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
 
- getJvmWildcardTypeReferenceAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getJvmWildcardTypeReferenceAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getJvmWildcardTypeReferenceAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getJvmWildcardTypeReferenceAccess() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getJvmWildcardTypeReferenceAction_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmWildcardTypeReferenceElements
 
-  
 
- getJvmWildcardTypeReferenceParserRuleCall_1() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmArgumentTypeReferenceElements
 
-  
 
- getJvmWildcardTypeReferenceRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getJvmWildcardTypeReferenceRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getJvmWildcardTypeReferenceRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getJvmWildcardTypeReferenceRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getK() - Method in class org.eclipse.xtext.generator.parser.antlr.AntlrOptions
 
-  
 
- getKeepPreviewEdits() - Method in class org.eclipse.xtext.ui.refactoring.impl.DisplayChangeWrapper.TextEditBased
 
-  
 
- getKey() - Method in class org.eclipse.xtext.builder.builderState.impl.UserDataEntryImpl
 
-  
 
- getKey(OutputConfiguration, String) - Static method in class org.eclipse.xtext.builder.preferences.BuilderPreferenceAccess
 
-  
 
- getKey(TextChange) - Method in class org.eclipse.xtext.common.types.ui.refactoring.participant.TextChangeCombiner
 
-  
 
- getKey() - Method in class org.eclipse.xtext.generator.Binding
 
-  
 
- getKey() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.OptionValueImpl
 
-  
 
- getKey() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.OptionValue
 
- 
Returns the value of the 'Key' attribute
 
- getKey(Notifier, EReference) - Method in class org.eclipse.xtext.scoping.impl.ImportedNamespaceAwareLocalScopeProvider
 
-  
 
- getKey() - Method in class org.eclipse.xtext.ui.preferences.OptionsConfigurationBlock.ControlData
 
-  
 
- getKey() - Method in class org.eclipse.xtext.xbase.lib.Pair
 
- 
Returns the key.
 
- getKey() - Method in interface org.eclipse.xtext.xbase.scoping.featurecalls.IValidatedEObjectDescription
 
- 
Deprecated.
  
- getKey() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.JvmFeatureDescription
 
- 
Deprecated.
  
- getKey() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.LocalVarDescription
 
- 
Deprecated.
  
- getKey(Notifier, EReference) - Method in class org.eclipse.xtext.xbase.scoping.XbaseImportedNamespaceScopeProvider
 
- 
Deprecated.
  
- getKey(Notifier, EReference) - Method in class org.eclipse.xtext.xbase.scoping.XImportSectionNamespaceScopeProvider
 
-  
 
- getKeyAssignment_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OptionValueElements
 
-  
 
- getKeyIDTerminalRuleCall_0_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OptionValueElements
 
-  
 
- getKeyType() - Method in class org.eclipse.xtext.service.MethodBasedModule
 
-  
 
- getKeyType() - Method in class org.eclipse.xtext.service.ProviderModule
 
-  
 
- getKeyword() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getKeyword() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for class '
Keyword'
 
 
- getKeyword() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getKeyword() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ConstraintElement
 
-  
 
- getKeyword() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraintElement
 
-  
 
- getKeyword() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.LookaheadKeyword
 
-  
 
- getKeyword() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for class '
Keyword'
 
 
- getKeyword_Value() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getKeyword_Value() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for the attribute '
Value'
 
 
- getKeyword_Value() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getKeyword_Value() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for the attribute '
Value'
 
 
- getKeywordAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getKeywordAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getKeywordContext() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.Codetemplate
 
- 
Returns the value of the 'Keyword Context' attribute
 
- getKeywordContext() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.CodetemplateImpl
 
-  
 
- getKeywordContextAssignment_2_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.CodetemplateElements
 
-  
 
- getKeywordContextAssignment_7_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplateElements
 
-  
 
- getKeywordContextSTRINGTerminalRuleCall_2_1_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.CodetemplateElements
 
-  
 
- getKeywordContextSTRINGTerminalRuleCall_7_1_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplateElements
 
-  
 
- getKeywordDisplayString(Keyword) - Method in class org.eclipse.xtext.ui.contentassist.XtextProposalProvider
 
-  
 
- getKeywordDisplayString(Keyword) - Method in class org.eclipse.xtext.ui.editor.contentassist.AbstractContentProposalProvider
 
-  
 
- getKeywordParserRuleCall_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractTerminalElements
 
-  
 
- getKeywordParserRuleCall_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AssignableTerminalElements
 
-  
 
- getKeywordParserRuleCall_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.CharacterRangeElements
 
-  
 
- getKeywordParserRuleCall_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.CrossReferenceableTerminalElements
 
-  
 
- getKeywordParserRuleCall_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.LiteralElements
 
-  
 
- getKeywordRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getKeywordRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getKeywordsAndStatics() - Method in class org.eclipse.xtext.xbase.junit.ui.AbstractXbaseContentAssistTest
 
-  
 
- getKeywordValue(String) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.common.KeywordHelper
 
-  
 
- getKind(char) - Method in class org.eclipse.xtext.ui.editor.model.CommonBreakIterator.CamelCaseIdentifier
 
- 
Determines the kind of a character.
 
- getKind() - Method in class org.eclipse.xtext.xbase.typesystem.references.AnyTypeReference
 
- 
Subclasses must override this method.
 
- getKind() - Method in class org.eclipse.xtext.xbase.typesystem.references.ArrayTypeReference
 
- 
Subclasses must override this method.
 
- getKind() - Method in class org.eclipse.xtext.xbase.typesystem.references.CompoundTypeReference
 
- 
Subclasses must override this method.
 
- getKind() - Method in class org.eclipse.xtext.xbase.typesystem.references.FunctionTypeReference
 
- 
Subclasses must override this method.
 
- getKind() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
- 
Subclasses must override this method.
 
- getKind() - Method in class org.eclipse.xtext.xbase.typesystem.references.ParameterizedTypeReference
 
- 
Subclasses must override this method.
 
- getKind() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnboundTypeReference
 
- 
Subclasses must override this method.
 
- getKind() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnknownTypeReference
 
- 
Subclasses must override this method.
 
- getKind() - Method in class org.eclipse.xtext.xbase.typesystem.references.WildcardTypeReference
 
- 
Subclasses must override this method.
 
- getKinds() - Method in class org.eclipse.xtext.common.types.util.TypeConformanceResult
 
- 
Deprecated.
  
- getKnownConstructor(XConstructorCall, AbstractTypeComputationState, ResolvedTypes) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ScopeProviderAccess
 
-  
 
- getKnownFeature(XAbstractFeatureCall, AbstractTypeComputationState, ResolvedTypes) - Method in class org.eclipse.xtext.xbase.typesystem.internal.DefaultReentrantTypeResolver.AbortingScopeProviderAccess
 
-  
 
- getKnownFeature(XAbstractFeatureCall, AbstractTypeComputationState, ResolvedTypes) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ScopeProviderAccess
 
-  
 
- getLabel() - Method in interface org.eclipse.xtext.builder.trace.DebugLocationData
 
- 
Returns the value of the 'Label' attribute
 
- getLabel() - Method in interface org.eclipse.xtext.builder.trace.DebugTraceRegion
 
- 
Returns the value of the 'Label' attribute
 
- getLabel() - Method in class org.eclipse.xtext.builder.trace.impl.DebugLocationDataImpl
 
-  
 
- getLabel() - Method in class org.eclipse.xtext.builder.trace.impl.DebugTraceRegionImpl
 
-  
 
- getLabel() - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceQuery
 
-  
 
- getLabel(EObject) - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceQueryExecutor
 
-  
 
- getLabel() - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceSearchResult
 
-  
 
- getLabel() - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceSearchViewPage
 
-  
 
- getLabel(EObject) - Method in class org.eclipse.xtext.ui.editor.hover.html.DefaultEObjectHoverProvider
 
-  
 
- getLabel() - Method in class org.eclipse.xtext.ui.editor.quickfix.IssueResolution
 
-  
 
- getLabel() - Method in class org.eclipse.xtext.ui.editor.quickfix.MarkerResolutionGenerator.ResolutionAdapter
 
-  
 
- getLabel(EObject) - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseDeclarativeHoverSignatureProvider
 
-  
 
- getLabel() - Method in class org.eclipse.xtext.xbase.ui.jvmmodel.findrefs.CompositeSearchQuery
 
-  
 
- getLabelControl(Composite) - Method in class org.eclipse.xtext.ui.editor.tasks.dialogfields.DialogField
 
- 
Creates or returns the created label widget.
 
- getLabelDescription() - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceSearchViewTreeNode
 
-  
 
- getLabelFeature(EClass) - Method in class org.eclipse.xtext.ui.label.DefaultEObjectLabelProvider
 
-  
 
- getLabelPrefix() - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceQueryExecutor
 
-  
 
- getLabelPrefix() - Method in class org.eclipse.xtext.xbase.ui.jvmmodel.findrefs.JvmModelReferenceQueryExecutor
 
-  
 
- getLabelProvider() - Method in class org.eclipse.xtext.ui.editor.contentassist.AbstractContentProposalProvider
 
-  
 
- getLabelProvider() - Method in class org.eclipse.xtext.ui.editor.hover.html.DefaultEObjectHoverProvider
 
-  
 
- getLabelProvider() - Method in class org.eclipse.xtext.ui.editor.hyperlinking.HyperlinkHelper
 
-  
 
- getLabelProvider() - Method in class org.eclipse.xtext.ui.resource.DefaultResourceUIServiceProvider
 
-  
 
- getLabelProvider() - Method in interface org.eclipse.xtext.ui.resource.IResourceUIServiceProvider
 
-  
 
- getLabelProvider() - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseInformationControlInput
 
-  
 
- getLanguage() - Method in class org.eclipse.xtext.builder.trace.AbstractLocationInResource
 
-  
 
- getLanguage() - Method in class org.eclipse.xtext.builder.trace.AbstractTrace
 
-  
 
- getLanguage() - Method in interface org.eclipse.xtext.generator.trace.ILocationInResource
 
-  
 
- getLanguage() - Method in interface org.eclipse.xtext.generator.trace.ITrace
 
- 
Returns the language that is associated with the source resource.
 
- getLanguage() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.Codetemplates
 
- 
Returns the value of the 'Language' reference
 
- getLanguage() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.CodetemplatesImpl
 
-  
 
- getLanguageAssignment_2() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplatesElements
 
-  
 
- getLanguageAssignment_2() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.CodetemplatesElements
 
-  
 
- getLanguageGrammarCrossReference_2_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplatesElements
 
-  
 
- getLanguageGrammarCrossReference_2_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.CodetemplatesElements
 
-  
 
- getLanguageGrammarFQNParserRuleCall_2_0_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplatesElements
 
-  
 
- getLanguageGrammarFQNParserRuleCall_2_0_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.CodetemplatesElements
 
-  
 
- getLanguageId(Grammar) - Static method in class org.eclipse.xtext.GrammarUtil
 
-  
 
- getLanguageInfo() - Method in class org.eclipse.xtext.ui.editor.XtextEditorInfo
 
-  
 
- getLanguageName() - Method in class org.eclipse.xtext.ecore.EcoreRuntimeModule
 
-  
 
- getLanguageName() - Method in class org.eclipse.xtext.LanguageInfo
 
-  
 
- getLanguageName() - Method in class org.eclipse.xtext.resource.generic.AbstractGenericResourceRuntimeModule
 
-  
 
- getLanguageName() - Method in class org.eclipse.xtext.resource.XtextResource
 
-  
 
- getLanguageName() - Method in class org.eclipse.xtext.ui.editor.preferences.AbstractPreferencePage
 
-  
 
- getLanguageName() - Method in class org.eclipse.xtext.ui.editor.XtextEditor
 
-  
 
- getLanguageName() - Method in class org.eclipse.xtext.ui.refactoring.impl.RenameElementProcessor
 
-  
 
- getLanguageName() - Method in class org.eclipse.xtext.ui.views.AbstractSourceView
 
-  
 
- getLanguageName() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.WizardNewXtextProjectCreationPage
 
-  
 
- getLanguageName() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectInfo
 
-  
 
- getLanguageNameAbbreviation() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectInfo
 
-  
 
- getLanguageRegistry() - Static method in class org.eclipse.xtext.ui.codetemplates.ui.AccessibleCodetemplatesActivator
 
-  
 
- getLanguages() - Method in class org.eclipse.xtext.builder.standalone.StandaloneBuilder
 
-  
 
- getLastBuiltState(IJavaElement) - Static method in class org.eclipse.xtext.common.types.ui.notification.JavaBuilderState
 
-  
 
- getLastBuiltState(IProject) - Static method in class org.eclipse.xtext.common.types.ui.notification.JavaBuilderState
 
-  
 
- getLastChild() - Method in interface org.eclipse.xtext.nodemodel.ICompositeNode
 
- 
Returns the last child of this node.
 
- getLastChild() - Method in class org.eclipse.xtext.nodemodel.impl.CompositeNode
 
-  
 
- getLastChild() - Method in class org.eclipse.xtext.nodemodel.impl.SyntheticCompositeNode
 
-  
 
- getLastCompleteLexer() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.AntlrProposalConflictHelper
 
-  
 
- getLastCompleteNode() - Method in class org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext
 
- 
The last non-hidden node before the offset that is considered to be complete.
 
- getLastCompleteNodeByOffset(INode, int) - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.ParserBasedContentAssistContextFactory.StatefulFactory
 
-  
 
- getLastDamage() - Method in class org.eclipse.xtext.ui.editor.model.XtextDocument
 
-  
 
- getLastDamagedRegion() - Method in class org.eclipse.xtext.ui.editor.model.DocumentTokenSource
 
-  
 
- getLastLeaf(INode) - Method in class org.eclipse.xtext.serializer.sequencer.AbstractSyntacticSequencer
 
-  
 
- getLastLeaf(INode) - Method in class org.eclipse.xtext.serializer.sequencer.HiddenTokenSequencer
 
-  
 
- getLastLeafNode() - Method in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser
 
-  
 
- getLastModification(Path) - Method in class org.eclipse.xtext.xbase.file.JavaIOFileSystemSupport
 
-  
 
- getLastModification(Path) - Method in class org.eclipse.xtext.xbase.ui.file.EclipseFileSystemSupportImpl
 
-  
 
- getLastNavigableState() - Method in class org.eclipse.xtext.serializer.sequencer.AbstractSyntacticSequencer
 
-  
 
- getLastNode() - Method in class org.eclipse.xtext.serializer.sequencer.AbstractSyntacticSequencer.SyntacticalContext
 
-  
 
- getLastRuleCallOrigin() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken
 
-  
 
- getLastSegment() - Method in class org.eclipse.xtext.naming.QualifiedName
 
-  
 
- getLastSegment(String, char) - Method in class org.eclipse.xtext.ui.editor.contentassist.FQNPrefixMatcher.DefaultLastSegmentFinder
 
-  
 
- getLastSegment(String, char) - Method in interface org.eclipse.xtext.ui.editor.contentassist.FQNPrefixMatcher.LastSegmentFinder
 
-  
 
- getLastSegment(String) - Method in class org.eclipse.xtext.xbase.ui.contentassist.StaticQualifierPrefixMatcher
 
-  
 
- getLastSegmentFinder() - Method in class org.eclipse.xtext.ui.editor.contentassist.FQNPrefixMatcher
 
-  
 
- getLastStructuralBuildTime() - Method in class org.eclipse.xtext.common.types.ui.notification.JavaBuilderState
 
-  
 
- getLayer() - Method in class org.eclipse.xtext.ui.editor.validation.XtextAnnotation
 
-  
 
- getLazyContributedInstances(Class<T>) - Method in interface org.eclipse.xtext.ui.shared.contribution.ISharedStateContributionRegistry
 
- 
Returns providers for all known contribution for the given type.
 
- getLazyContributedInstances(Class<T>) - Method in class org.eclipse.xtext.ui.shared.internal.SharedStateContributionRegistryImpl
 
-  
 
- getLazyContribution(Class<T>) - Method in class org.eclipse.xtext.ui.shared.contribution.SharedStateContribution
 
- 
Returns a provider for an instance of the given type if such a contribution is supported.
 
- getLazySingleContributedInstance(Class<T>) - Method in interface org.eclipse.xtext.ui.shared.contribution.ISharedStateContributionRegistry
 
- 
Return a provider the single known contribution for the given type.
 
- getLazySingleContributedInstance(Class<T>) - Method in class org.eclipse.xtext.ui.shared.internal.SharedStateContributionRegistryImpl
 
-  
 
- getLazyURIEncoder() - Method in class org.eclipse.xtext.resource.impl.DefaultResourceDescriptionStrategy
 
-  
 
- getLeadingAndTrailingHiddenTokens(INode) - Method in class org.eclipse.xtext.parsetree.reconstr.impl.TokenUtil
 
-  
 
- getLeadingImageWidth() - Method in class org.eclipse.xtext.ui.editor.hover.html.XtextBrowserInformationControlInput
 
-  
 
- getLeadingImageWidth() - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseInformationControlInput
 
-  
 
- getLeadingWhiteSpace(String) - Static method in class org.eclipse.xtext.util.Strings
 
-  
 
- getLeafNode(EStructuralFeature, int, int, Object) - Method in class org.eclipse.xtext.serializer.acceptor.SequenceFeeder
 
-  
 
- getLeafNode(EStructuralFeature, Object) - Method in class org.eclipse.xtext.serializer.acceptor.SequenceFeeder
 
-  
 
- getLeafNode(INode) - Method in class org.eclipse.xtext.serializer.acceptor.SequenceFeeder
 
-  
 
- getLeafNodeAtOffset() - Method in class org.eclipse.xtext.junit4.parameterized.Offset
 
- 
Deprecated.
  
- getLeafNodes() - Method in class org.eclipse.xtext.nodemodel.impl.AbstractNode
 
-  
 
- getLeafNodes() - Method in class org.eclipse.xtext.nodemodel.impl.LeafNode
 
-  
 
- getLeafNodes() - Method in class org.eclipse.xtext.nodemodel.impl.SyntheticCompositeNode
 
-  
 
- getLeafNodes() - Method in interface org.eclipse.xtext.nodemodel.INode
 
- 
Returns an iterable for all contained leaf nodes.
 
- getLeafs(ICompositeNode, int, int) - Method in class org.eclipse.xtext.formatting.impl.NodeModelStreamer
 
-  
 
- getLeafs() - Method in class org.eclipse.xtext.xbase.formatting.HiddenLeafs
 
-  
 
- getLeft() - Method in interface org.eclipse.xtext.CharacterRange
 
- 
Returns the value of the 'Left' containment reference
 
- getLeft() - Method in class org.eclipse.xtext.formatting.impl.AbstractFormattingConfig.ElementLocator
 
-  
 
- getLeft() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.UntilElementImpl
 
-  
 
- getLeft() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.UntilElement
 
- 
Returns the value of the 'Left' containment reference
 
- getLeft() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.AndExpression
 
- 
Returns the value of the 'Left' containment reference
 
- getLeft() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.Comparison
 
- 
Returns the value of the 'Left' containment reference
 
- getLeft() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.AndExpressionImpl
 
-  
 
- getLeft() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.ComparisonImpl
 
-  
 
- getLeft() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.OrExpressionImpl
 
-  
 
- getLeft() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.OrExpression
 
- 
Returns the value of the 'Left' containment reference
 
- getLeft() - Method in class org.eclipse.xtext.impl.CharacterRangeImpl
 
-  
 
- getLeftCurlyBracketKeyword_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ActionElements
 
-  
 
- getLeftCurlyBracketKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XBlockExpressionElements
 
-  
 
- getLeftCurlyBracketKeyword_2() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OptionsElements
 
-  
 
- getLeftCurlyBracketKeyword_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSetLiteralElements
 
-  
 
- getLeftCurlyBracketKeyword_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getLeftCurlyBracketKeyword_5() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.IfConditionElements
 
-  
 
- getLeftOperand() - Method in class org.eclipse.xtext.xbase.impl.XBinaryOperationImpl
 
-  
 
- getLeftOperand() - Method in interface org.eclipse.xtext.xbase.XBinaryOperation
 
- 
Returns the value of the 'Left Operand' containment reference
 
- getLeftParenthesisKeyword_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.EmptyParenthesisElements
 
-  
 
- getLeftParenthesisKeyword_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.ParenthesizedElements
 
-  
 
- getLeftParenthesisKeyword_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.PredicatedElements
 
-  
 
- getLeftParenthesisKeyword_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ParenthesizedExpressionElements
 
-  
 
- getLeftParenthesisKeyword_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParenthesizedAssignableElementElements
 
-  
 
- getLeftParenthesisKeyword_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParenthesizedElementElements
 
-  
 
- getLeftParenthesisKeyword_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParenthesizedTerminalElementElements
 
-  
 
- getLeftParenthesisKeyword_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XParenthesizedExpressionElements
 
-  
 
- getLeftParenthesisKeyword_0_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XFunctionTypeRefElements
 
-  
 
- getLeftParenthesisKeyword_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.PredicatedElements
 
-  
 
- getLeftParenthesisKeyword_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.PredicatedGroupElements
 
-  
 
- getLeftParenthesisKeyword_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplateElements
 
-  
 
- getLeftParenthesisKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCatchClauseElements
 
-  
 
- getLeftParenthesisKeyword_1_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.MethodCallLiteralElements
 
-  
 
- getLeftParenthesisKeyword_2() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.IfConditionElements
 
-  
 
- getLeftParenthesisKeyword_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XForLoopExpressionElements
 
-  
 
- getLeftParenthesisKeyword_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XIfExpressionElements
 
-  
 
- getLeftParenthesisKeyword_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTypeLiteralElements
 
-  
 
- getLeftParenthesisKeyword_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XWhileExpressionElements
 
-  
 
- getLeftParenthesisKeyword_2_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParserRuleElements
 
-  
 
- getLeftParenthesisKeyword_2_1_0_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getLeftParenthesisKeyword_3_0() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElements
 
-  
 
- getLeftParenthesisKeyword_3_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getLeftParenthesisKeyword_4() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XDoWhileExpressionElements
 
-  
 
- getLeftParenthesisKeyword_4_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getLeftSquareBracketKeyword_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.CrossReferenceElements
 
-  
 
- getLeftSquareBracketKeyword_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.ArrayBracketsElements
 
-  
 
- getLeftSquareBracketKeyword_0_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XClosureElements
 
-  
 
- getLeftSquareBracketKeyword_1_1_0_1() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElementValueElements
 
-  
 
- getLeftSquareBracketKeyword_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XListLiteralElements
 
-  
 
- getLeftTerminal() - Method in class org.eclipse.xtext.ui.editor.autoedit.AbstractTerminalsEditStrategy
 
-  
 
- getLegacyImportSyntax(XImportDeclaration) - Method in class org.eclipse.xtext.xbase.imports.DefaultImportsConfiguration
 
-  
 
- getLegacyImportSyntax(XImportDeclaration) - Method in interface org.eclipse.xtext.xbase.imports.IImportsConfiguration
 
- 
Returns the syntax that was used in the import declaration if (and only if) it uses
 the legacy notation with a '$' as the delimiter for nested types.
 
- getLegalContentTypes() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyDocument
 
-  
 
- getLegalContentTypes() - Method in class org.eclipse.xtext.ui.editor.model.DocumentPartitioner
 
- 
 
 May be replaced or extended by subclasses.
 
- getLegalLineDelimiters() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyDocument
 
-  
 
- getLenght() - Method in class org.eclipse.xtext.xbase.formatting.HiddenLeafs
 
-  
 
- getLength() - Method in class org.eclipse.xtext.builder.trace.AbstractLocationInResource
 
-  
 
- getLength() - Method in interface org.eclipse.xtext.builder.trace.DebugLocationData
 
- 
Returns the value of the 'Length' attribute
 
- getLength() - Method in class org.eclipse.xtext.builder.trace.impl.DebugLocationDataImpl
 
-  
 
- getLength() - Method in class org.eclipse.xtext.builder.trace.LocationInResource
 
-  
 
- getLength() - Method in class org.eclipse.xtext.diagnostics.AbstractDiagnostic
 
-  
 
- getLength() - Method in interface org.eclipse.xtext.diagnostics.Diagnostic
 
- 
Returns the length of this diagnostic.
 
- getLength() - Method in class org.eclipse.xtext.diagnostics.ExceptionDiagnostic
 
-  
 
- getLength() - Method in class org.eclipse.xtext.formatting.impl.AbstractNodeModelFormatter.FormattedRegion
 
-  
 
- getLength() - Method in interface org.eclipse.xtext.formatting.INodeModelFormatter.IFormattedRegion
 
-  
 
- getLength() - Method in interface org.eclipse.xtext.junit4.parameterized.IParameterProvider.IExpectation
 
- 
Deprecated.
  
- getLength() - Method in class org.eclipse.xtext.junit4.parameterized.XpectParameterProvider.Expectation
 
- 
Deprecated.
  
- getLength() - Method in class org.eclipse.xtext.nodemodel.impl.AbstractNode
 
-  
 
- getLength() - Method in class org.eclipse.xtext.nodemodel.impl.LeafNode
 
-  
 
- getLength() - Method in class org.eclipse.xtext.nodemodel.impl.SyntheticCompositeNode
 
-  
 
- getLength() - Method in interface org.eclipse.xtext.nodemodel.INode
 
- 
Returns the length of this node excluding hidden tokens.
 
- getLength(Token) - Static method in class org.eclipse.xtext.parser.antlr.TokenTool
 
-  
 
- getLength() - Method in class org.eclipse.xtext.parser.impl.PartialParsingPointers
 
-  
 
- getLength() - Method in class org.eclipse.xtext.parser.impl.Range
 
-  
 
- getLength() - Method in class org.eclipse.xtext.parser.packrat.tokens.AbstractParsedToken
 
-  
 
- getLength() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyDocument
 
-  
 
- getLength() - Method in class org.eclipse.xtext.ui.editor.model.DocumentTokenSource.TokenAdapter
 
-  
 
- getLength() - Method in class org.eclipse.xtext.ui.editor.model.DocumentTokenSource.TokenInfo
 
-  
 
- getLength() - Method in class org.eclipse.xtext.ui.editor.reconciler.ReplaceRegion
 
-  
 
- getLength() - Method in class org.eclipse.xtext.ui.editor.syntaxcoloring.LightweightPosition
 
-  
 
- getLength() - Method in interface org.eclipse.xtext.util.ITextRegion
 
-  
 
- getLength() - Method in class org.eclipse.xtext.util.ReplaceRegion
 
-  
 
- getLength() - Method in class org.eclipse.xtext.util.TextRegion
 
-  
 
- getLength() - Method in interface org.eclipse.xtext.validation.Issue
 
-  
 
- getLength() - Method in class org.eclipse.xtext.validation.Issue.IssueImpl
 
-  
 
- getLength() - Method in class org.eclipse.xtext.validation.RangeBasedDiagnostic
 
-  
 
- getLength() - Method in class org.eclipse.xtext.xbase.formatting.FormattingData
 
-  
 
- getLength() - Method in class org.eclipse.xtext.xbase.formatting.TextReplacement
 
-  
 
- getLength() - Method in class org.eclipse.xtext.xbase.formatting.WhitespaceInfo
 
-  
 
- getLessThanSignEqualsSignGreaterThanSignKeyword_9() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOtherElements
 
-  
 
- getLessThanSignEqualsSignKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpCompareElements
 
-  
 
- getLessThanSignGreaterThanSignKeyword_7() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOtherElements
 
-  
 
- getLessThanSignKeyword_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getLessThanSignKeyword_1_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmParameterizedTypeReferenceElements
 
-  
 
- getLessThanSignKeyword_1_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getLessThanSignKeyword_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpCompareElements
 
-  
 
- getLessThanSignKeyword_3_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getLessThanSignKeyword_6_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOtherElements
 
-  
 
- getLessThanSignKeyword_6_1_0_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOtherElements
 
-  
 
- getLessThanSignKeyword_6_1_0_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOtherElements
 
-  
 
- getLessThanSignKeyword_6_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOtherElements
 
-  
 
- getLessThanSignLessThanSignKeyword_3() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.TemplateBodyWithQuotesElements
 
-  
 
- getLevel() - Method in class org.eclipse.xtext.generator.LoggingGeneratorFragment
 
-  
 
- getLexer() - Method in class org.eclipse.xtext.conversion.impl.AbstractLexerBasedConverter
 
-  
 
- getLexerClassName(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.common.AntlrFragmentHelper
 
-  
 
- getLexerClassName(Grammar, Naming) - Static method in class org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment
 
-  
 
- getLexerErrorMessage(Token) - Method in class org.eclipse.xtext.parser.antlr.XtextTokenStream
 
-  
 
- getLexerFileNameSuffix() - Method in class org.eclipse.xtext.generator.parser.antlr.AbstractAntlrGeneratorFragment
 
-  
 
- getLexerFileNameSuffix() - Method in class org.eclipse.xtext.generator.parser.antlr.ex.common.AbstractAntlrGeneratorFragmentEx
 
-  
 
- getLexerGrammar() - Method in class org.eclipse.xtext.generator.parser.antlr.ex.ExternalAntlrLexerFragment
 
-  
 
- getLexerGrammarFileName(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.common.AntlrFragmentHelper
 
-  
 
- getLexerProvider() - Method in class org.eclipse.xtext.conversion.impl.AbstractLexerBasedConverter
 
-  
 
- getLexerProvider() - Method in class org.eclipse.xtext.parser.antlr.AbstractAntlrParser
 
-  
 
- getLexerRuleName(String) - Method in class org.eclipse.xtext.parser.antlr.AbstractSplittingTokenSource
 
-  
 
- getLexerRuleName(String) - Static method in class org.eclipse.xtext.parser.antlr.TokenTool
 
-  
 
- getLexerSuperClass(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.common.AntlrFragmentHelper
 
-  
 
- getLexerTokenType() - Method in class org.eclipse.xtext.ui.editor.model.DocumentTokenSource.TokenAdapter
 
-  
 
- getLexerTokenType() - Method in interface org.eclipse.xtext.ui.editor.model.ILexerTokenRegion
 
-  
 
- getLikelyErrorReasons() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.TreeConstructionReportImpl.TreeConstructionDiagnosticImpl
 
-  
 
- getLikelyErrorReasons(String) - Method in class org.eclipse.xtext.parsetree.reconstr.impl.TreeConstructionReportImpl.TreeConstructionDiagnosticImpl
 
-  
 
- getLikelyErrorReasons() - Method in interface org.eclipse.xtext.parsetree.reconstr.IParseTreeConstructor.TreeConstructionDiagnostic
 
-  
 
- getLine() - Method in class org.eclipse.xtext.diagnostics.AbstractDiagnostic
 
-  
 
- getLine() - Method in class org.eclipse.xtext.diagnostics.ExceptionDiagnostic
 
-  
 
- getLine(Token) - Static method in class org.eclipse.xtext.parser.antlr.TokenTool
 
-  
 
- getLineDelimiter(int) - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyDocument
 
-  
 
- getLineInformation(int) - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyDocument
 
-  
 
- getLineInformationOfOffset(int) - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyDocument
 
-  
 
- getLineInJavaDocument(Document, int, int) - Method in class org.eclipse.xtext.xbase.ui.editor.XbaseEditor
 
- 
Returns the line of the given selection.
 
- getLineLength(int) - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyDocument
 
-  
 
- getLineMapping(AbstractTraceRegion) - Method in class org.eclipse.xtext.generator.trace.LineMappingProvider
 
-  
 
- getLineNumber() - Method in class org.eclipse.xtext.builder.trace.AbstractLocationInResource
 
-  
 
- getLineNumber() - Method in interface org.eclipse.xtext.builder.trace.DebugLocationData
 
- 
Returns the value of the 'Line Number' attribute
 
- getLineNumber() - Method in class org.eclipse.xtext.builder.trace.impl.DebugLocationDataImpl
 
-  
 
- getLineNumber() - Method in class org.eclipse.xtext.builder.trace.LocationInResource
 
-  
 
- getLineNumber(ITextViewer, IRegion) - Method in class org.eclipse.xtext.ui.editor.hover.AbstractHover
 
-  
 
- getLineNumber() - Method in interface org.eclipse.xtext.util.ITextRegionWithLineInformation
 
- 
The zero-based line number where the region starts.
 
- getLineNumber() - Method in class org.eclipse.xtext.util.TextRegionWithLineInformation
 
-  
 
- getLineNumber() - Method in interface org.eclipse.xtext.validation.Issue
 
-  
 
- getLineNumber() - Method in class org.eclipse.xtext.validation.Issue.IssueImpl
 
-  
 
- getLineOffset(int) - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyDocument
 
-  
 
- getLineOfOffset(int) - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyDocument
 
-  
 
- getLineRegion(int, int) - Method in class org.eclipse.xtext.ui.editor.folding.DefaultFoldingRegionAcceptor
 
-  
 
- getLineSeparator() - Method in class org.eclipse.xtext.formatting.ILineSeparatorInformation.Default
 
-  
 
- getLineSeparator() - Method in interface org.eclipse.xtext.formatting.ILineSeparatorInformation
 
-  
 
- getLineSeparator() - Method in class org.eclipse.xtext.formatting.impl.FormattingConfigBasedStream
 
-  
 
- getLineSeparator() - Method in class org.eclipse.xtext.xbase.compiler.AbstractStringBuilderBasedAppendable
 
-  
 
- getLineSeparator() - Method in class org.eclipse.xtext.xbase.compiler.output.SharedAppendableState
 
-  
 
- getLineSeparator() - Method in class org.eclipse.xtext.xbase.ui.document.DocumentRewriter
 
-  
 
- getLineSeparator() - Method in class org.eclipse.xtext.xbase.ui.document.DocumentSourceAppender
 
-  
 
- getLineSeparatorInfo() - Method in class org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter
 
-  
 
- getLineSeparatorInfo() - Method in class org.eclipse.xtext.formatting.impl.FormattingConfig2
 
-  
 
- getLineSeparatorInformation(URI) - Method in class org.eclipse.xtext.formatting.IWhitespaceInformationProvider.Default
 
-  
 
- getLineSeparatorInformation(URI) - Method in interface org.eclipse.xtext.formatting.IWhitespaceInformationProvider
 
-  
 
- getLineSeparatorInformation(URI) - Method in class org.eclipse.xtext.ui.editor.formatting.PreferenceStoreWhitespaceInformationProvider
 
-  
 
- getLineSeparatorPreference(URI) - Method in class org.eclipse.xtext.ui.editor.formatting.PreferenceStoreWhitespaceInformationProvider
 
-  
 
- getLineSeparatorPreference(IScopeContext) - Method in class org.eclipse.xtext.ui.editor.formatting.PreferenceStoreWhitespaceInformationProvider
 
-  
 
- getLineStartPosition(IDocument, String, int, int) - Method in class org.eclipse.xtext.ui.editor.XtextEditor.SmartLineStartAction
 
-  
 
- getLinkedFeature(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.typesystem.internal.CompoundReentrantTypeResolver
 
-  
 
- getLinkedFeature(XConstructorCall) - Method in class org.eclipse.xtext.xbase.typesystem.internal.CompoundReentrantTypeResolver
 
-  
 
- getLinkedFeature(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ForwardingResolvedTypes
 
-  
 
- getLinkedFeature(XConstructorCall) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ForwardingResolvedTypes
 
-  
 
- getLinkedFeature(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getLinkedFeature(XConstructorCall) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getLinkedFeature(XAbstractFeatureCall) - Method in interface org.eclipse.xtext.xbase.typesystem.IResolvedTypes
 
- 
Returns the intermediate linking result for the given feature call, if any.
 
- getLinkedFeature(XConstructorCall) - Method in interface org.eclipse.xtext.xbase.typesystem.IResolvedTypes
 
- 
Returns the intermediate linking result for the given constructor call, if any.
 
- getLinkedFeature(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.typesystem.IResolvedTypes.NullResolvedTypes
 
-  
 
- getLinkedFeature(XConstructorCall) - Method in class org.eclipse.xtext.xbase.typesystem.IResolvedTypes.NullResolvedTypes
 
-  
 
- getLinkedObject(EObject, EReference, INode) - Method in class org.eclipse.xtext.linking.impl.Linker
 
-  
 
- getLinkedObjects(EObject, EReference, INode) - Method in interface org.eclipse.xtext.linking.ILinkingService
 
- 
Returns all EObjects referenced by the given link text in the
 given context.
 
- getLinkedObjects(EObject, EReference, INode) - Method in class org.eclipse.xtext.linking.impl.DefaultLinkingService
 
-  
 
- getLinkedObjects(EObject, EReference, INode) - Method in class org.eclipse.xtext.xtext.XtextLinkingService
 
-  
 
- getLinkedPositionGroup(IRenameElementContext, IProgressMonitor) - Method in interface org.eclipse.xtext.ui.refactoring.ILinkedPositionGroupCalculator
 
-  
 
- getLinkedPositionGroup(IRenameElementContext, IProgressMonitor) - Method in class org.eclipse.xtext.ui.refactoring.ui.DefaultLinkedPositionGroupCalculator
 
-  
 
- getLinker() - Method in class org.eclipse.xtext.resource.XtextResource
 
-  
 
- getLinkingCandidate(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.typesystem.internal.CompoundReentrantTypeResolver
 
-  
 
- getLinkingCandidate(XConstructorCall) - Method in class org.eclipse.xtext.xbase.typesystem.internal.CompoundReentrantTypeResolver
 
-  
 
- getLinkingCandidate(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ForwardingResolvedTypes
 
-  
 
- getLinkingCandidate(XConstructorCall) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ForwardingResolvedTypes
 
-  
 
- getLinkingCandidate(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getLinkingCandidate(XConstructorCall) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getLinkingCandidate(XAbstractFeatureCall) - Method in interface org.eclipse.xtext.xbase.typesystem.IResolvedTypes
 
- 
Returns the intermediate linking candidate for the given feature call, if any.
 
- getLinkingCandidate(XConstructorCall) - Method in interface org.eclipse.xtext.xbase.typesystem.IResolvedTypes
 
- 
Returns the intermediate linking candidate for the given constructor call, if any.
 
- getLinkingCandidate(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.typesystem.IResolvedTypes.NullResolvedTypes
 
-  
 
- getLinkingCandidate(XConstructorCall) - Method in class org.eclipse.xtext.xbase.typesystem.IResolvedTypes.NullResolvedTypes
 
-  
 
- getLinkingCandidates(XConstructorCall) - Method in interface org.eclipse.xtext.xbase.typesystem.computation.ITypeComputationState
 
- 
The result is never empty.
 
- getLinkingCandidates(XAbstractFeatureCall) - Method in interface org.eclipse.xtext.xbase.typesystem.computation.ITypeComputationState
 
- 
The result is never empty.
 
- getLinkingCandidates(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractTypeComputationState
 
-  
 
- getLinkingCandidates(XConstructorCall) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractTypeComputationState
 
-  
 
- getLinkingCandidates(XConstructorCall) - Method in class org.eclipse.xtext.xbase.typesystem.internal.CompoundTypeComputationState
 
-  
 
- getLinkingCandidates(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.typesystem.internal.CompoundTypeComputationState
 
-  
 
- getLinkingCandidates(XConstructorCall) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ForwardingTypeComputationState
 
-  
 
- getLinkingCandidates(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ForwardingTypeComputationState
 
-  
 
- getLinkingHelper() - Method in class org.eclipse.xtext.linking.impl.DefaultLinkingService
 
-  
 
- getLinkingHelper() - Method in class org.eclipse.xtext.linking.impl.Linker
 
-  
 
- getLinkingHelper() - Method in class org.eclipse.xtext.linking.lazy.LazyLinkingResource
 
-  
 
- getLinkingScopeProvider() - Method in class org.eclipse.xtext.xbase.ui.jvmmodel.refactoring.JvmModelReferenceUpdater
 
-  
 
- getLinkingService() - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getLinkingService() - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getLinkingService() - Method in class org.eclipse.xtext.linking.impl.Linker
 
-  
 
- getLinkingService() - Method in class org.eclipse.xtext.linking.lazy.LazyLinkingResource
 
-  
 
- getLinkText() - Method in interface org.eclipse.xtext.linking.ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext
 
-  
 
- getLinkText() - Method in class org.eclipse.xtext.linking.impl.Linker.LinkingDiagnosticContext
 
-  
 
- getLinkText() - Method in class org.eclipse.xtext.linking.lazy.LazyLinkingResource.DiagnosticMessageContext
 
-  
 
- getLinkText() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractUnresolvableReferenceWithNode
 
-  
 
- getLinkText(QualifiedName, String) - Method in class org.eclipse.xtext.xbase.ui.refactoring.XbaseReferenceUpdater
 
-  
 
- getList() - Method in class org.eclipse.xtext.junit.serializer.DebugSequenceAcceptor
 
-  
 
- getList() - Method in class org.eclipse.xtext.junit4.serializer.DebugSequenceAcceptor
 
-  
 
- getListControl(Composite) - Method in class org.eclipse.xtext.ui.editor.tasks.dialogfields.ListDialogField
 
- 
Returns the list control.
 
- getListener() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.ObservableXtextTokenStream
 
-  
 
- getListStyle() - Method in class org.eclipse.xtext.ui.editor.tasks.dialogfields.ListDialogField
 
-  
 
- getLiteral() - Method in enum org.eclipse.xtext.common.types.JvmVisibility
 
-  
 
- getLiteral() - Method in interface org.eclipse.xtext.EnumLiteralDeclaration
 
- 
Returns the value of the 'Literal' containment reference
 
- getLiteral() - Method in class org.eclipse.xtext.impl.EnumLiteralDeclarationImpl
 
-  
 
- getLiteral(INode) - Method in class org.eclipse.xtext.parsetree.reconstr.impl.EnumLiteralSerializer
 
-  
 
- getLiteral(EObject, RuleCall, Object) - Method in class org.eclipse.xtext.parsetree.reconstr.impl.EnumLiteralSerializer
 
-  
 
- getLiteral(EObject, RuleCall, Object) - Method in class org.eclipse.xtext.serializer.tokens.EnumLiteralSerializer
 
-  
 
- getLiteral(INode) - Method in class org.eclipse.xtext.serializer.tokens.EnumLiteralSerializer
 
-  
 
- getLiteral() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.TemplatesPackageImpl
 
-  
 
- getLiteral() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.TemplatesPackage
 
- 
Returns the meta object for class '
Literal'
 
 
- getLiteral_Value() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.TemplatesPackageImpl
 
-  
 
- getLiteral_Value() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.TemplatesPackage
 
- 
Returns the meta object for the attribute '
Value'
 
 
- getLiteralAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getLiteralAccess() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getLiteralAccess() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getLiteralAssignment_1_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumLiteralDeclarationElements
 
-  
 
- getLiteralClassNames() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.StaticImplicitMethodsFeatureForTypeProvider.ExtensionClassNameProvider
 
- 
Deprecated.
  
- getLiteralClassNames() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.StaticImplicitMethodsFeatureForTypeProvider
 
- 
Deprecated.
  
- getLiteralKeywordParserRuleCall_1_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumLiteralDeclarationElements
 
-  
 
- getLiteralParserRuleCall_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.TemplatePartElements
 
-  
 
- getLiteralParserRuleCall_3_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OtherElementElements
 
-  
 
- getLiteralRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getLiteralRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getLiteralRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getLiterals() - Method in class org.eclipse.xtext.common.types.impl.JvmEnumerationTypeImpl
 
-  
 
- getLiterals() - Method in class org.eclipse.xtext.common.types.impl.JvmEnumerationTypeImplCustom
 
-  
 
- getLiterals() - Method in interface org.eclipse.xtext.common.types.JvmEnumerationType
 
- 
Returns the value of the 'Literals' reference list.
 
- getLiteralValueAccess() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getLiteralValueAccess() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getLiteralValueRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getLiteralValueRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getLoadedResources() - Method in class org.eclipse.xtext.generator.LanguageConfig
 
-  
 
- getLoadOnDemandDescriptions() - Method in class org.eclipse.xtext.scoping.impl.ImportUriGlobalScopeProvider
 
-  
 
- getLocalElement(QualifiedName) - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractNestedFeatureScopeSession
 
-  
 
- getLocalElement(QualifiedName) - Method in class org.eclipse.xtext.xbase.scoping.batch.FeatureScopeSessionWithLocalElements
 
-  
 
- getLocalElement(QualifiedName) - Method in interface org.eclipse.xtext.xbase.scoping.batch.IFeatureScopeSession
 
- 
Find a local element with the given qualified name.
 
- getLocalElement(QualifiedName) - Method in class org.eclipse.xtext.xbase.scoping.batch.RootFeatureScopeSession
 
-  
 
- getLocalElements() - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractFeatureScopeSession
 
-  
 
- getLocalElements() - Method in interface org.eclipse.xtext.xbase.scoping.batch.IFeatureScopeSession
 
- 
Return all local elements that are known in this session.
 
- getLocalElements() - Method in class org.eclipse.xtext.xbase.scoping.batch.RootFeatureScopeSession
 
-  
 
- getLocalElementsByEObject(EObject, URI) - Method in class org.eclipse.xtext.scoping.impl.AbstractScope
 
-  
 
- getLocalElementsByEObject(EObject, URI) - Method in class org.eclipse.xtext.scoping.impl.ImportScope
 
-  
 
- getLocalElementsByEObject(EObject, URI) - Method in class org.eclipse.xtext.scoping.impl.SimpleScope
 
-  
 
- getLocalElementsByEObject(EObject, URI) - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractSessionBasedScope
 
-  
 
- getLocalElementsByEObject(EObject, URI) - Method in class org.eclipse.xtext.xbase.scoping.DelegatingScope
 
- 
Deprecated.
  
- getLocalElementsByEObject(EObject, URI) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.FilteredDelegatingScope
 
- 
Deprecated.
  
- getLocalElementsByName(QualifiedName) - Method in class org.eclipse.xtext.scoping.impl.AbstractScope
 
-  
 
- getLocalElementsByName(QualifiedName) - Method in class org.eclipse.xtext.scoping.impl.ImportScope
 
-  
 
- getLocalElementsByName(QualifiedName) - Method in class org.eclipse.xtext.scoping.impl.MapBasedScope
 
-  
 
- getLocalElementsByName(QualifiedName) - Method in class org.eclipse.xtext.scoping.impl.MultimapBasedScope
 
-  
 
- getLocalElementsByName(QualifiedName) - Method in class org.eclipse.xtext.scoping.impl.SelectableBasedScope
 
-  
 
- getLocalElementsByName(QualifiedName) - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractSessionBasedScope
 
-  
 
- getLocalElementsByName(QualifiedName) - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractStaticImportsScope
 
-  
 
- getLocalElementsByName(QualifiedName) - Method in class org.eclipse.xtext.xbase.scoping.batch.ConstructorDelegateScope
 
-  
 
- getLocalElementsByName(QualifiedName) - Method in class org.eclipse.xtext.xbase.scoping.batch.DynamicExtensionsScope
 
-  
 
- getLocalElementsByName(QualifiedName) - Method in class org.eclipse.xtext.xbase.scoping.batch.LocalVariableScope
 
-  
 
- getLocalElementsByName(QualifiedName) - Method in class org.eclipse.xtext.xbase.scoping.batch.NestedTypeLiteralScope
 
-  
 
- getLocalElementsByName(QualifiedName) - Method in class org.eclipse.xtext.xbase.scoping.batch.ReceiverFeatureScope
 
-  
 
- getLocalElementsByName(QualifiedName) - Method in class org.eclipse.xtext.xbase.scoping.batch.StaticFeatureScope
 
-  
 
- getLocalElementsByName(QualifiedName) - Method in class org.eclipse.xtext.xbase.scoping.batch.TypeLiteralScope
 
-  
 
- getLocalElementsByName(QualifiedName) - Method in class org.eclipse.xtext.xbase.scoping.DelegatingScope
 
- 
Deprecated.
  
- getLocalElementsByName(QualifiedName) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.FilteredDelegatingScope
 
- 
Deprecated.
  
- getLocalElementsByName(QualifiedName) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.LazyJvmFeatureScope
 
- 
Deprecated.
  
- getLocalElementsScope(IScope, EObject, EReference) - Method in class org.eclipse.xtext.scoping.impl.ImportedNamespaceAwareLocalScopeProvider
 
-  
 
- getLocalElementsScope(IScope, IScope, EObject, EReference) - Method in class org.eclipse.xtext.xbase.scoping.XbaseImportedNamespaceScopeProvider
 
- 
Deprecated.
  
- getLocalElementsScope(IScope, IScope, EObject, EReference) - Method in class org.eclipse.xtext.xbase.scoping.XImportSectionNamespaceScopeProvider
 
-  
 
- getLocallyDefinedTypes(XtextResource) - Method in class org.eclipse.xtext.xbase.imports.ConflictResolver
 
-  
 
- getLocallyDefinedTypes(XtextResource) - Method in class org.eclipse.xtext.xbase.imports.DefaultImportsConfiguration
 
-  
 
- getLocallyDefinedTypes(XtextResource) - Method in interface org.eclipse.xtext.xbase.imports.IImportsConfiguration
 
-  
 
- getLocalProject() - Method in class org.eclipse.xtext.builder.trace.AbstractTrace
 
-  
 
- getLocalProject() - Method in class org.eclipse.xtext.builder.trace.FolderAwareTrace
 
-  
 
- getLocalProject() - Method in class org.eclipse.xtext.builder.trace.StorageAwareTrace
 
-  
 
- getLocalProject() - Method in class org.eclipse.xtext.builder.trace.ZipFileAwareTrace
 
-  
 
- getLocalProject() - Method in interface org.eclipse.xtext.generator.trace.ITrace
 
- 
Returns the source project.
 
- getLocalScopeProvider() - Method in class org.eclipse.xtext.generator.scoping.AbstractScopingFragment
 
-  
 
- getLocalScopeProvider() - Method in class org.eclipse.xtext.generator.scoping.ImportNamespacesScopingFragment
 
-  
 
- getLocalScopeProvider() - Method in class org.eclipse.xtext.generator.scoping.ImportURIScopingFragment
 
-  
 
- getLocalStorage() - Method in class org.eclipse.xtext.builder.trace.StorageAwareTrace
 
-  
 
- getLocalTrace() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.FollowElement
 
-  
 
- getLocalTrace() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser
 
-  
 
- getLocalURI() - Method in class org.eclipse.xtext.builder.trace.AbstractTrace
 
-  
 
- getLocalURI() - Method in class org.eclipse.xtext.builder.trace.FolderAwareTrace
 
-  
 
- getLocalURI() - Method in class org.eclipse.xtext.builder.trace.StorageAwareTrace
 
-  
 
- getLocalURI() - Method in class org.eclipse.xtext.builder.trace.ZipFileAwareTrace
 
-  
 
- getLocalURI() - Method in interface org.eclipse.xtext.generator.trace.ITrace
 
- 
Returns the URI of the source resource.
 
- getLocalVarName() - Method in class org.eclipse.xtext.xbase.impl.XSwitchExpressionImpl
 
-  
 
- getLocalVarName() - Method in interface org.eclipse.xtext.xbase.XSwitchExpression
 
- 
Returns the value of the 'Local Var Name' attribute
 
- getLocalVarNameAssignment_2_0_0_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getLocalVarNameAssignment_2_1_0_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getLocalVarNameValidIDParserRuleCall_2_0_0_0_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getLocalVarNameValidIDParserRuleCall_2_1_0_0_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getLocation() - Method in class org.eclipse.xtext.common.types.ui.notification.DeltaConverter.ThrowableWrapper
 
- 
Deprecated.
  
- getLocation(EObject, EReference, int) - Method in class org.eclipse.xtext.common.types.ui.query.JavaSearchHelper
 
-  
 
- getLocation() - Method in class org.eclipse.xtext.diagnostics.AbstractDiagnostic
 
-  
 
- getLocation() - Method in class org.eclipse.xtext.diagnostics.ExceptionDiagnostic
 
-  
 
- getLocation(Point) - Method in class org.eclipse.xtext.xtext.ui.graph.figures.primitives.Connection.Anchor
 
-  
 
- getLocationData(Diagnostic) - Method in class org.eclipse.xtext.validation.DiagnosticConverterImpl
 
-  
 
- getLocationData(EObject, EStructuralFeature) - Method in class org.eclipse.xtext.validation.DiagnosticConverterImpl
 
-  
 
- getLocationData(EObject, EStructuralFeature, int) - Method in class org.eclipse.xtext.validation.DiagnosticConverterImpl
 
-  
 
- getLocationData() - Method in class org.eclipse.xtext.xbase.compiler.output.TreeAppendable
 
-  
 
- getLocationData(EObject, EStructuralFeature, int) - Method in class org.eclipse.xtext.xtext.XtextDiagnosticConverter
 
-  
 
- getLocationForNode(INode) - Method in class org.eclipse.xtext.validation.DiagnosticConverterImpl
 
-  
 
- getLocationInFileProvider() - Method in class org.eclipse.xtext.ui.editor.folding.DefaultFoldingRegionProvider
 
-  
 
- getLocationInFileProvider() - Method in class org.eclipse.xtext.ui.editor.outline.impl.OutlineNodeFactory
 
-  
 
- getLocationInFileProvider() - Method in class org.eclipse.xtext.ui.refactoring.impl.DefaultReferenceUpdater
 
-  
 
- getLocationInFileProvider() - Method in class org.eclipse.xtext.xbase.compiler.FeatureCallCompiler
 
-  
 
- getLocationNodes(EObject) - Method in class org.eclipse.xtext.resource.DefaultLocationInFileProvider
 
-  
 
- getLocationNodes(EObject) - Method in class org.eclipse.xtext.xbase.resource.XbaseLocationInFileProvider
 
-  
 
- getLocationOfAttribute(EObject, EAttribute, int, boolean) - Method in class org.eclipse.xtext.resource.DefaultLocationInFileProvider
 
-  
 
- getLocationOfContainmentReference(EObject, EReference, int, boolean) - Method in class org.eclipse.xtext.resource.DefaultLocationInFileProvider
 
-  
 
- getLocationOfContainmentReference(EObject, EReference, int, ILocationInFileProviderExtension.RegionDescription) - Method in class org.eclipse.xtext.resource.DefaultLocationInFileProvider
 
-  
 
- getLocationOfContainmentReference(EObject, EReference, int, ILocationInFileProviderExtension.RegionDescription) - Method in class org.eclipse.xtext.xbase.resource.XbaseLocationInFileProvider
 
-  
 
- getLocationOfCrossReference(EObject, EReference, int, boolean) - Method in class org.eclipse.xtext.resource.DefaultLocationInFileProvider
 
-  
 
- getLocationOfCrossReference(EObject, EReference, int, boolean) - Method in class org.eclipse.xtext.xbase.resource.XbaseLocationInFileProvider
 
-  
 
- getLocationOfDefault(XSwitchExpression) - Method in class org.eclipse.xtext.xbase.compiler.XbaseCompiler
 
-  
 
- getLocationOfTypeArguments(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.compiler.FeatureCallCompiler
 
-  
 
- getLocationProvider() - Method in class org.eclipse.xtext.ui.editor.LanguageSpecificURIEditorOpener
 
-  
 
- getLocationWithNewKeyword(XConstructorCall) - Method in class org.eclipse.xtext.xbase.compiler.XbaseCompiler
 
-  
 
- getLocationWithoutTypeArguments(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.compiler.FeatureCallCompiler
 
-  
 
- getLocationWithTypeArguments(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.compiler.FeatureCallCompiler
 
-  
 
- getLocator() - Method in class org.eclipse.xtext.formatting.impl.AbstractFormattingConfig.ElementPattern
 
-  
 
- getLocatorsForCommentTokensAfter(EObject) - Method in class org.eclipse.xtext.formatting.impl.AbstractFormattingConfig
 
-  
 
- getLocatorsForCommentTokensBefore(EObject) - Method in class org.eclipse.xtext.formatting.impl.AbstractFormattingConfig
 
-  
 
- getLocatorsForSemanticTokens() - Method in class org.eclipse.xtext.formatting.impl.AbstractFormattingConfig
 
-  
 
- getLock() - Method in class org.eclipse.xtext.common.types.access.TypeResource
 
- 
Returns the lock of the owning ResourceSet, if it exposes such a lock.
 
- getLock() - Method in interface org.eclipse.xtext.resource.ISynchronizable
 
- 
 
- getLock() - Method in class org.eclipse.xtext.resource.SynchronizedXtextResourceSet
 
- 
Returns a synchronization lock that works for the complete resource set.
 
- getLock() - Method in class org.eclipse.xtext.xbase.resource.BatchLinkableResource
 
- 
Returns the lock of the owning ResourceSet, if it exposes such a lock.
 
- getLock() - Method in class org.eclipse.xtext.xbase.typesystem.internal.CachingBatchTypeResolver.LazyResolvedTypes
 
-  
 
- getLogicalContainer(EObject) - Method in interface org.eclipse.xtext.xbase.jvmmodel.ILogicalContainerProvider
 
-  
 
- getLogicalContainer(EObject) - Method in class org.eclipse.xtext.xbase.jvmmodel.JvmModelAssociator
 
-  
 
- getLogicalContainer(EObject, boolean) - Method in class org.eclipse.xtext.xbase.jvmmodel.JvmModelAssociator
 
-  
 
- getLogicalContainerMapping(Resource) - Method in class org.eclipse.xtext.xbase.jvmmodel.JvmModelAssociator
 
-  
 
- getLogicalContainerProvider() - Method in class org.eclipse.xtext.xbase.compiler.FeatureCallCompiler
 
-  
 
- getLogicalContainerProvider() - Method in class org.eclipse.xtext.xbase.typesystem.internal.LogicalContainerAwareReentrantTypeResolver
 
-  
 
- getLogicalContainerProvider() - Method in class org.eclipse.xtext.xbase.typing.AbstractTypeProvider
 
- 
Deprecated.
  
- getLogicalOrRealContainer() - Method in class org.eclipse.xtext.xbase.scoping.LocalVariableScopeContext
 
- 
Deprecated.
  
- getLogicalOrRealContainer(EObject) - Method in class org.eclipse.xtext.xbase.typing.AbstractTypeProvider
 
- 
Deprecated.
  
- getLogicalOrRealContainer(EObject, Class<T>) - Method in class org.eclipse.xtext.xbase.typing.AbstractTypeProvider
 
- 
Deprecated.
  
- getLong(String) - Method in class org.eclipse.xtext.ui.editor.preferences.FixedScopedPreferenceStore
 
-  
 
- getLookAhead() - Method in interface org.eclipse.xtext.nodemodel.ICompositeNode
 
- 
Return the number of tokens that the parser had to peek before it could decide to create this node.
 
- getLookAhead() - Method in class org.eclipse.xtext.nodemodel.impl.CompositeNode
 
-  
 
- getLookAhead() - Method in class org.eclipse.xtext.nodemodel.impl.SyntheticCompositeNode
 
-  
 
- getLookAhead() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.FollowElement
 
-  
 
- getLookAheadTerminals() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.FollowElement
 
-  
 
- getLookaheadThreshold() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser
 
- 
When experiencing slow content assist, try to reduce the threshold.
 
- getLookUp() - Method in class org.eclipse.xtext.resource.impl.AbstractResourceDescription
 
-  
 
- getLookUp() - Method in class org.eclipse.xtext.resource.impl.DefaultResourceDescription
 
-  
 
- getLoopCenter() - Method in class org.eclipse.xtext.grammaranalysis.impl.AbstractNFATransition
 
-  
 
- getLoopCenter() - Method in interface org.eclipse.xtext.grammaranalysis.INFATransition
 
-  
 
- getLowerBound(JvmTypeReference) - Method in interface org.eclipse.xtext.common.types.util.ITypeArgumentContext
 
- 
Deprecated.
  
- getLowerBound(JvmTypeReference) - Method in class org.eclipse.xtext.common.types.util.LazyTypeArgumentContext
 
- 
Deprecated.
  
- getLowerBound(JvmTypeReference) - Method in class org.eclipse.xtext.common.types.util.LoggingTypeArgumentDecorator
 
- 
Deprecated.
  
- getLowerBound(JvmTypeReference) - Method in class org.eclipse.xtext.common.types.util.TypeArgumentContext
 
- 
Deprecated.
  
- getLowerBound() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.FeatureInfo
 
-  
 
- getLowerBound() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IFeatureInfo
 
-  
 
- getLowerBound(JvmTypeReference) - Method in class org.eclipse.xtext.xbase.typesystem.legacy.FeatureCallTypeArgumentContext
 
- 
Deprecated.
  
- getLowerBound(JvmTypeReference) - Method in class org.eclipse.xtext.xbase.typesystem.legacy.LegacyTypeArgumentContext
 
- 
Deprecated.
  
- getLowerBound() - Method in class org.eclipse.xtext.xbase.typesystem.references.WildcardTypeReference
 
-  
 
- getLowerBoundSubstitute() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
-  
 
- getLowerBoundSubstitute() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnboundTypeReference
 
-  
 
- getLowerBoundSubstitute() - Method in class org.eclipse.xtext.xbase.typesystem.references.WildcardTypeReference
 
-  
 
- getMain() - Method in class org.eclipse.xtext.xbase.compiler.OnTheFlyJavaCompiler
 
-  
 
- getManagedButtonState(ISelection, int) - Method in class org.eclipse.xtext.ui.editor.tasks.dialogfields.ListDialogField
 
-  
 
- getManagedImage(Annotation) - Method in class org.eclipse.xtext.ui.editor.model.XtextMarkerAnnotationImageProvider
 
-  
 
- getManagingPositionCategories() - Method in class org.eclipse.xtext.ui.editor.model.DocumentPartitioner
 
-  
 
- getMandatorParametersMessage() - Method in class org.eclipse.xtext.ui.codetemplates.ui.resolvers.InspectableTemplateVariableResolverDecorator
 
-  
 
- getMappedOffset(int) - Method in class org.eclipse.xtext.ui.codetemplates.ui.evaluator.EvaluatedTemplate
 
-  
 
- getMappedOffset(int) - Method in interface org.eclipse.xtext.ui.codetemplates.ui.projectedEditing.IProjectedContent
 
-  
 
- getMappedString() - Method in class org.eclipse.xtext.ui.codetemplates.ui.evaluator.EvaluatedTemplate
 
-  
 
- getMappedString() - Method in interface org.eclipse.xtext.ui.codetemplates.ui.projectedEditing.IProjectedContent
 
-  
 
- getMappedValue(int) - Method in class org.eclipse.xtext.ui.editor.model.TokenTypeToStringMapper
 
-  
 
- getMapper() - Method in class org.eclipse.xtext.ui.containers.AbstractStorage2UriMapperClient
 
-  
 
- getMarkerFactory() - Method in class org.eclipse.xtext.parser.packrat.AbstractParserConfiguration
 
-  
 
- getMarkerFactory() - Method in interface org.eclipse.xtext.parser.packrat.AbstractParserConfiguration.IInternalParserConfiguration
 
-  
 
- getMarkerFactory() - Method in interface org.eclipse.xtext.parser.packrat.consumers.INonTerminalConsumerConfiguration
 
-  
 
- getMarkerFactory() - Method in class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer
 
-  
 
- getMarkerId() - Method in class org.eclipse.xtext.ui.editor.validation.AddMarkersOperation
 
- 
 
- getMarkerIds() - Method in class org.eclipse.xtext.ui.editor.validation.AddMarkersOperation
 
-  
 
- getMarkerSeverity(Severity) - Method in class org.eclipse.xtext.ui.editor.validation.AnnotationIssueProcessor
 
-  
 
- getMarkerType(Issue) - Method in class org.eclipse.xtext.ui.validation.LanguageAwareMarkerTypeProvider
 
-  
 
- getMarkerType(Issue) - Method in class org.eclipse.xtext.ui.validation.MarkerTypeProvider
 
-  
 
- getMatchCount(Object) - Method in class org.eclipse.xtext.xbase.ui.jvmmodel.findrefs.CompositeSearchResult
 
-  
 
- getMatchCount() - Method in class org.eclipse.xtext.xbase.ui.jvmmodel.findrefs.CompositeSearchResult
 
-  
 
- getMatcher() - Method in class org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal
 
-  
 
- getMatcher() - Method in class org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext
 
- 
The matching algorithm to choose proposals according to the completion prefix.
 
- getMatcher() - Method in class org.eclipse.xtext.ui.editor.outline.quickoutline.QuickOutlinePopup
 
-  
 
- getMatcherProvider() - Method in class org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter
 
-  
 
- getMatches(Iterable<K>, T) - Method in class org.eclipse.xtext.util.SimpleAttributeResolver
 
-  
 
- getMatches(Object) - Method in class org.eclipse.xtext.xbase.ui.jvmmodel.findrefs.CompositeSearchResult
 
-  
 
- getMatchingReferences() - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceSearchResult
 
-  
 
- getMax(IAssignmentQuantityAllocator.IQuantities, IConcreteSyntaxConstraintProvider.ISyntaxConstraint, Set<IConcreteSyntaxConstraintProvider.ISyntaxConstraint>, String) - Method in interface org.eclipse.xtext.validation.IAssignmentQuantityIntervalProvider
 
-  
 
- getMax(IAssignmentQuantityAllocator.IQuantities, IConcreteSyntaxConstraintProvider.ISyntaxConstraint, Set<IConcreteSyntaxConstraintProvider.ISyntaxConstraint>, String) - Method in class org.eclipse.xtext.validation.impl.AssignmentQuantityIntervalProvider
 
-  
 
- getMax() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxDiagnosticProvider.ConcreteSyntaxFeatureDiagnostic
 
-  
 
- getMaxByParent(IAssignmentQuantityAllocator.IQuantities, IConcreteSyntaxConstraintProvider.ISyntaxConstraint, IConcreteSyntaxConstraintProvider.ISyntaxConstraint, String, Set<IConcreteSyntaxConstraintProvider.ISyntaxConstraint>) - Method in class org.eclipse.xtext.validation.impl.AssignmentQuantityIntervalProvider
 
-  
 
- getMaxForChild(IAssignmentQuantityAllocator.IQuantities, IConcreteSyntaxConstraintProvider.ISyntaxConstraint, Set<IConcreteSyntaxConstraintProvider.ISyntaxConstraint>) - Method in class org.eclipse.xtext.validation.impl.AssignmentQuantityIntervalProvider
 
-  
 
- getMaximumSize() - Method in class org.eclipse.xtext.xtext.ui.graph.figures.primitives.AbstractNode
 
-  
 
- getMaxParams() - Method in class org.eclipse.xtext.util.PolymorphicDispatcher.MethodNameFilter
 
-  
 
- getMaxWrap() - Method in class org.eclipse.xtext.formatting.impl.FormattingConfig.LinewrapLocator
 
-  
 
- getMember() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractLogicalContainerAwareRootComputationState
 
-  
 
- getMemberCallArguments() - Method in class org.eclipse.xtext.xbase.impl.XMemberFeatureCallImpl
 
-  
 
- getMemberCallArguments() - Method in interface org.eclipse.xtext.xbase.XMemberFeatureCall
 
- 
Returns the value of the 'Member Call Arguments' containment reference list.
 
- getMemberCallArgumentsAssignment_1_1_3_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getMemberCallArgumentsAssignment_1_1_3_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getMemberCallArgumentsAssignment_1_1_3_1_1_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getMemberCallArgumentsAssignment_1_1_4() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getMemberCallArgumentsXClosureParserRuleCall_1_1_4_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getMemberCallArgumentsXExpressionParserRuleCall_1_1_3_1_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getMemberCallArgumentsXExpressionParserRuleCall_1_1_3_1_1_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getMemberCallArgumentsXShortClosureParserRuleCall_1_1_3_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getMemberCallTarget() - Method in class org.eclipse.xtext.xbase.impl.XMemberFeatureCallImpl
 
-  
 
- getMemberCallTarget() - Method in interface org.eclipse.xtext.xbase.XMemberFeatureCall
 
- 
Returns the value of the 'Member Call Target' containment reference
 
- getMembers() - Method in class org.eclipse.xtext.common.types.impl.JvmDeclaredTypeImpl
 
-  
 
- getMembers() - Method in class org.eclipse.xtext.common.types.impl.JvmEnumerationTypeImplCustom
 
-  
 
- getMembers() - Method in interface org.eclipse.xtext.common.types.JvmDeclaredType
 
- 
Returns the value of the 'Members' containment reference list.
 
- getMembersToBeCompiled(JvmDeclaredType) - Method in class org.eclipse.xtext.xbase.compiler.JvmModelGenerator
 
-  
 
- getMenuManager() - Method in class org.eclipse.xtext.ui.refactoring.ui.RenameRefactoringPopup
 
-  
 
- getMergedAssociatedLocation() - Method in class org.eclipse.xtext.generator.trace.AbstractTraceRegion
 
- 
Returns the merged location of all associated locations if
 they belong to the same resource.
 
- getMergedAttributes(String[]) - Method in interface org.eclipse.xtext.ui.editor.syntaxcoloring.ITextAttributeProvider
 
-  
 
- getMergedAttributes(String[]) - Method in class org.eclipse.xtext.ui.editor.syntaxcoloring.TextAttributeProvider
 
-  
 
- getMergedIds(String[]) - Method in class org.eclipse.xtext.ui.editor.syntaxcoloring.TextAttributeProvider
 
-  
 
- getMergedLocationInResource(AbstractTraceRegion) - Method in class org.eclipse.xtext.builder.trace.AbstractTrace
 
-  
 
- getMergedType(List<LightweightTypeReference>) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getMessage() - Method in class org.eclipse.xtext.diagnostics.DiagnosticMessage
 
-  
 
- getMessage() - Method in class org.eclipse.xtext.diagnostics.ExceptionDiagnostic
 
-  
 
- getMessage() - Method in class org.eclipse.xtext.generator.LoggingGeneratorFragment
 
-  
 
- getMessage() - Method in class org.eclipse.xtext.linking.impl.XtextLinkingDiagnostic
 
-  
 
- getMessage() - Method in class org.eclipse.xtext.nodemodel.SyntaxErrorMessage
 
-  
 
- getMessage() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.TreeConstructionReportImpl.ErrorAcceptor
 
-  
 
- getMessage() - Method in class org.eclipse.xtext.resource.XtextSyntaxDiagnostic
 
-  
 
- getMessage() - Method in class org.eclipse.xtext.serializer.diagnostic.ISerializationDiagnostic.ExceptionDiagnostic
 
-  
 
- getMessage() - Method in interface org.eclipse.xtext.serializer.diagnostic.ISerializationDiagnostic
 
-  
 
- getMessage() - Method in class org.eclipse.xtext.serializer.diagnostic.SerializationDiagnostic
 
-  
 
- getMessage() - Method in class org.eclipse.xtext.ui.preferences.StatusInfo
 
-  
 
- getMessage() - Method in class org.eclipse.xtext.validation.AbstractValidationDiagnostic
 
-  
 
- getMessage() - Method in class org.eclipse.xtext.validation.EObjectDiagnosticImpl
 
-  
 
- getMessage() - Method in exception org.eclipse.xtext.validation.IConcreteSyntaxValidator.InvalidConcreteSyntaxException
 
-  
 
- getMessage() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxDiagnosticProvider.ConcreteSyntaxAssignmentMissingDiagnostic
 
-  
 
- getMessage() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxDiagnosticProvider.ConcreteSyntaxFeatureDiagnostic
 
-  
 
- getMessage() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxDiagnosticProvider.ConcreteSyntaxFeatureMissingDiagnostic
 
-  
 
- getMessage() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxDiagnosticProvider.ConcreteSyntaxObjectDiagnostic
 
-  
 
- getMessage() - Method in interface org.eclipse.xtext.validation.Issue
 
-  
 
- getMessage() - Method in class org.eclipse.xtext.validation.Issue.IssueImpl
 
-  
 
- getMessage() - Method in class org.eclipse.xtext.xbase.typesystem.computation.XbaseTypeComputer.BranchExpressionProcessor
 
-  
 
- getMessage() - Method in class org.eclipse.xtext.xtext.ecoreInference.TransformationDiagnostic
 
-  
 
- getMessageAcceptor() - Method in class org.eclipse.xtext.validation.AbstractDeclarativeValidator
 
-  
 
- getMetaData(JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.jvmmodel.JvmTypeExtensions
 
-  
 
- getMetamodel() - Method in class org.eclipse.xtext.impl.TypeRefImpl
 
-  
 
- getMetamodel() - Method in interface org.eclipse.xtext.TypeRef
 
- 
Returns the value of the 'Metamodel' reference
 
- getMetamodelAbstractMetamodelDeclarationCrossReference_0_0_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TypeRefElements
 
-  
 
- getMetamodelAbstractMetamodelDeclarationIDTerminalRuleCall_0_0_0_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TypeRefElements
 
-  
 
- getMetamodelAssignment_0_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TypeRefElements
 
-  
 
- getMetamodelDeclarations() - Method in interface org.eclipse.xtext.Grammar
 
- 
Returns the value of the 'Metamodel Declarations' containment reference list.
 
- getMetamodelDeclarations() - Method in class org.eclipse.xtext.impl.GrammarImpl
 
-  
 
- getMetamodelDeclarationsAbstractMetamodelDeclarationParserRuleCall_4_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getMetamodelDeclarationsAssignment_4() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getMethdoName() - Method in class org.eclipse.xtext.junit4.parameterized.ParameterizedXtextRunner.ParameterSetRunner
 
- 
Deprecated.
  
- getMethod(JvmOperation) - Method in class org.eclipse.xtext.common.types.util.JavaReflectAccess
 
-  
 
- getMethod() - Method in class org.eclipse.xtext.junit4.parameterized.ParameterizedXtextRunner.MethodWithExpectation
 
- 
Deprecated.
  
- getMethod() - Method in class org.eclipse.xtext.service.MethodBasedModule
 
-  
 
- getMethod() - Method in class org.eclipse.xtext.util.PolymorphicDispatcher.MethodDesc
 
-  
 
- getMethodCall() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.SimpleExpressionsPackageImpl
 
-  
 
- getMethodCall() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.SimpleExpressionsPackage
 
- 
 
- getMethodCall_Value() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.SimpleExpressionsPackageImpl
 
-  
 
- getMethodCall_Value() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.SimpleExpressionsPackage
 
- 
Returns the meta object for the attribute '
Value'
 
 
- getMethodCallAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getMethodCallLiteralAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getMethodCallLiteralParserRuleCall_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ArgumentElements
 
-  
 
- getMethodCallLiteralParserRuleCall_1_3_1() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.MethodCallLiteralElements
 
-  
 
- getMethodCallLiteralRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getMethodCallParserRuleCall_2() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.AtomElements
 
-  
 
- getMethodCallRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getMethodName(QualifiedName) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.OperatorMapping
 
-  
 
- getMethodsPerClass() - Method in class org.eclipse.xtext.generator.parser.antlr.AntlrOptions
 
-  
 
- getMilliseconds() - Method in class org.eclipse.xtext.util.internal.Stopwatches.NumbersForTask
 
-  
 
- getMin(IAssignmentQuantityAllocator.IQuantities, IConcreteSyntaxConstraintProvider.ISyntaxConstraint, Set<IConcreteSyntaxConstraintProvider.ISyntaxConstraint>) - Method in interface org.eclipse.xtext.validation.IAssignmentQuantityIntervalProvider
 
-  
 
- getMin(IAssignmentQuantityAllocator.IQuantities, IConcreteSyntaxConstraintProvider.ISyntaxConstraint, Set<IConcreteSyntaxConstraintProvider.ISyntaxConstraint>) - Method in class org.eclipse.xtext.validation.impl.AssignmentQuantityIntervalProvider
 
-  
 
- getMin() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxDiagnosticProvider.ConcreteSyntaxFeatureDiagnostic
 
-  
 
- getMinByParent(IAssignmentQuantityAllocator.IQuantities, IConcreteSyntaxConstraintProvider.ISyntaxConstraint, IConcreteSyntaxConstraintProvider.ISyntaxConstraint, Set<IConcreteSyntaxConstraintProvider.ISyntaxConstraint>) - Method in class org.eclipse.xtext.validation.impl.AssignmentQuantityIntervalProvider
 
-  
 
- getMinChildrenWidth() - Method in class org.eclipse.xtext.util.formallang.NfaGraphFormatter.Node
 
-  
 
- getMinForChild(IAssignmentQuantityAllocator.IQuantities, IConcreteSyntaxConstraintProvider.ISyntaxConstraint, Set<IConcreteSyntaxConstraintProvider.ISyntaxConstraint>) - Method in class org.eclipse.xtext.validation.impl.AssignmentQuantityIntervalProvider
 
-  
 
- getMinParams() - Method in class org.eclipse.xtext.util.PolymorphicDispatcher.MethodNameFilter
 
-  
 
- getMinWidth() - Method in class org.eclipse.xtext.util.formallang.NfaGraphFormatter.Node
 
-  
 
- getMinWrap() - Method in class org.eclipse.xtext.formatting.impl.FormattingConfig.LinewrapLocator
 
-  
 
- getMirror() - Method in class org.eclipse.xtext.common.types.access.TypeResource
 
-  
 
- getMirroredClass() - Method in class org.eclipse.xtext.common.types.access.impl.ClassMirror
 
-  
 
- getMirroredType() - Method in class org.eclipse.xtext.common.types.access.jdt.JdtTypeMirror
 
-  
 
- getMissingMandatoryElements() - Method in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser.UnorderedGroupErrorContext
 
-  
 
- getMissingMandatoryElements() - Method in interface org.eclipse.xtext.parser.antlr.ISyntaxErrorMessageProvider.IUnorderedGroupErrorContext
 
- 
Returns the list of mandatory elements that have not been recognized.
 
- getML_COMMENTRule() - Method in class org.eclipse.xtext.common.services.TerminalsGrammarAccess
 
-  
 
- getML_COMMENTRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getML_COMMENTRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getML_COMMENTRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getML_COMMENTRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getML_COMMENTRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getML_COMMENTRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getML_COMMENTRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getMlCommentConsumer() - Method in class org.eclipse.xtext.common.parser.packrat.TerminalsParserConfiguration
 
-  
 
- getModeAwareProposalProvider() - Method in class org.eclipse.xtext.ui.editor.contentassist.RepeatedContentAssistProcessor
 
-  
 
- getModel(String) - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getModel(InputStream) - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getModel(XtextResource) - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getModel(String) - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getModel(InputStream) - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getModel(XtextResource) - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getModel() - Method in class org.eclipse.xtext.junit4.ui.ContentAssistProcessorTestBuilder
 
-  
 
- getModel() - Method in class org.eclipse.xtext.purexbase.pureXbase.impl.PureXbasePackageImpl
 
-  
 
- getModel() - Method in interface org.eclipse.xtext.purexbase.pureXbase.PureXbasePackage
 
- 
Returns the meta object for class '
Model'
 
 
- getModel() - Method in class org.eclipse.xtext.ui.junit.editor.contentassist.ContentAssistProcessorTestBuilder
 
-  
 
- getModel_Block() - Method in class org.eclipse.xtext.purexbase.pureXbase.impl.PureXbasePackageImpl
 
-  
 
- getModel_Block() - Method in interface org.eclipse.xtext.purexbase.pureXbase.PureXbasePackage
 
- 
Returns the meta object for the containment reference '
Block'
 
 
- getModel_ImportSection() - Method in class org.eclipse.xtext.purexbase.pureXbase.impl.PureXbasePackageImpl
 
-  
 
- getModel_ImportSection() - Method in interface org.eclipse.xtext.purexbase.pureXbase.PureXbasePackage
 
- 
Returns the meta object for the containment reference '
Import Section'
 
 
- getModelAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getModelAndExpect(String, int) - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getModelAndExpect(InputStream, int) - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getModelAndExpect(String, int) - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getModelAndExpect(InputStream, int) - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getModelFile(IProject) - Method in class org.eclipse.xtext.ui.wizard.AbstractProjectCreator
 
-  
 
- getModelFileExtension(Grammar) - Method in class org.eclipse.xtext.ui.generator.projectWizard.SimpleProjectWizardFragment
 
- 
 
- getModelFolderName() - Method in class org.eclipse.xtext.ui.wizard.AbstractProjectCreator
 
-  
 
- getModelFolderName() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectCreator
 
-  
 
- getModelFolderName() - Method in class org.eclipse.xtext.xtext.ui.wizard.releng.RelengProjectsCreator
 
-  
 
- getModelInferrer(String) - Method in class org.eclipse.xtext.xbase.jvmmodel.JvmModelInferrerRegistry
 
-  
 
- getModelInferrer(String) - Method in class org.eclipse.xtext.xbase.jvmmodel.JvmModelInferrerRegistry.SingletonDelegatingRegistry
 
-  
 
- getModelName(Grammar) - Method in class org.eclipse.xtext.generator.ecore.EMFGeneratorFragment
 
-  
 
- getModelPluginID(XpandExecutionContext) - Method in class org.eclipse.xtext.generator.ecore.EMFGeneratorFragment
 
-  
 
- getModelRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getModification() - Method in class org.eclipse.xtext.ui.editor.quickfix.IssueResolution
 
-  
 
- getModificationContext() - Method in class org.eclipse.xtext.ui.editor.quickfix.IssueResolution
 
-  
 
- getModificationContextFactory() - Method in class org.eclipse.xtext.ui.editor.quickfix.DefaultQuickfixProvider
 
-  
 
- getModificationStamp() - Method in class org.eclipse.xtext.resource.XtextResource
 
- 
The modification stamp of the document reflected in the current state of this resource.
 
- getModificationStamp() - Method in class org.eclipse.xtext.ui.editor.reconciler.ReconcilerReplaceRegion
 
-  
 
- getModificationStamp(Object) - Method in class org.eclipse.xtext.xbase.ui.editor.DocumentProviderStub
 
-  
 
- getModifiedElement() - Method in class org.eclipse.xtext.ui.refactoring.impl.DisplayChangeWrapper.Generic
 
-  
 
- getModifiedElement() - Method in class org.eclipse.xtext.ui.refactoring.impl.DisplayChangeWrapper.TextEditBased
 
-  
 
- getModifiedElement() - Method in class org.eclipse.xtext.ui.refactoring.impl.EditorDocumentChange
 
-  
 
- getModifiedElement() - Method in class org.eclipse.xtext.ui.refactoring.impl.EditorDocumentUndoChange
 
-  
 
- getModifiedObjects() - Method in class org.eclipse.xtext.ui.editor.model.edit.DefaultTextEditComposer
 
-  
 
- getModules() - Method in class org.eclipse.xtext.service.CompoundModule
 
-  
 
- getMonitor() - Method in class org.eclipse.xtext.builder.EclipseResourceFileSystemAccess2
 
-  
 
- getMonitorTicks() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectCreator
 
-  
 
- getMostSpecialType(List<LightweightTypeReference>) - Method in class org.eclipse.xtext.xbase.typesystem.conformance.TypeConformanceComputer
 
-  
 
- getMostSpecialType(List<LightweightTypeReference>) - Method in class org.eclipse.xtext.xbase.typesystem.util.BoundTypeArgumentMerger
 
-  
 
- getMostSpecificContext() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ActionConstraint
 
-  
 
- getMostSpecificContext() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.Constraint
 
-  
 
- getMostSpecificContext() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.RuleConstraint
 
-  
 
- getMultiAssignementFeatures() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.Constraint
 
-  
 
- getMultiAssignementFeatures() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraint
 
-  
 
- getMultiTypeComponents() - Method in class org.eclipse.xtext.xbase.typesystem.references.CompoundTypeReference
 
-  
 
- getMultiTypeComponents() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
-  
 
- getMultiTypeComponents() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnboundTypeReference
 
-  
 
- getMweSnippet() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.WizardContribution
 
-  
 
- getMyEndLineNumber() - Method in interface org.eclipse.xtext.builder.trace.DebugTraceRegion
 
- 
Returns the value of the 'My End Line Number' attribute
 
- getMyEndLineNumber() - Method in class org.eclipse.xtext.builder.trace.impl.DebugTraceRegionImpl
 
-  
 
- getMyEndLineNumber() - Method in class org.eclipse.xtext.generator.trace.AbstractStatefulTraceRegion
 
-  
 
- getMyEndLineNumber() - Method in class org.eclipse.xtext.generator.trace.AbstractTraceRegion
 
-  
 
- getMyEndLineNumber() - Method in class org.eclipse.xtext.xbase.compiler.output.AppendableBasedTraceRegion
 
-  
 
- getMyEndOffset() - Method in interface org.eclipse.xtext.builder.trace.DebugTraceRegion
 
- 
Returns the value of the 'My End Offset' attribute
 
- getMyEndOffset() - Method in class org.eclipse.xtext.builder.trace.impl.DebugTraceRegionImpl
 
-  
 
- getMyLength() - Method in interface org.eclipse.xtext.builder.trace.DebugTraceRegion
 
- 
Returns the value of the 'My Length' attribute
 
- getMyLength() - Method in class org.eclipse.xtext.builder.trace.impl.DebugTraceRegionImpl
 
-  
 
- getMyLength() - Method in class org.eclipse.xtext.generator.trace.AbstractStatefulTraceRegion
 
-  
 
- getMyLength() - Method in class org.eclipse.xtext.generator.trace.AbstractTraceRegion
 
-  
 
- getMyLength() - Method in class org.eclipse.xtext.xbase.compiler.output.AppendableBasedTraceRegion
 
-  
 
- getMyLineNumber() - Method in interface org.eclipse.xtext.builder.trace.DebugTraceRegion
 
- 
Returns the value of the 'My Line Number' attribute
 
- getMyLineNumber() - Method in class org.eclipse.xtext.builder.trace.impl.DebugTraceRegionImpl
 
-  
 
- getMyLineNumber() - Method in class org.eclipse.xtext.generator.trace.AbstractStatefulTraceRegion
 
-  
 
- getMyLineNumber() - Method in class org.eclipse.xtext.generator.trace.AbstractTraceRegion
 
-  
 
- getMyLineNumber() - Method in class org.eclipse.xtext.xbase.compiler.output.AppendableBasedTraceRegion
 
-  
 
- getMyOffset() - Method in interface org.eclipse.xtext.builder.trace.DebugTraceRegion
 
- 
Returns the value of the 'My Offset' attribute
 
- getMyOffset() - Method in class org.eclipse.xtext.builder.trace.impl.DebugTraceRegionImpl
 
-  
 
- getMyOffset() - Method in class org.eclipse.xtext.generator.trace.AbstractStatefulTraceRegion
 
-  
 
- getMyOffset() - Method in class org.eclipse.xtext.generator.trace.AbstractTraceRegion
 
-  
 
- getMyOffset() - Method in class org.eclipse.xtext.xbase.compiler.output.AppendableBasedTraceRegion
 
-  
 
- getMyRegion() - Method in class org.eclipse.xtext.generator.trace.AbstractStatefulTraceRegion
 
-  
 
- getMyRegion() - Method in class org.eclipse.xtext.generator.trace.AbstractTraceRegion
 
-  
 
- getName() - Method in interface org.eclipse.xtext.AbstractRule
 
- 
Returns the value of the 'Name' attribute
 
- getName() - Method in class org.eclipse.xtext.builder.builderState.impl.EObjectDescriptionImpl
 
-  
 
- getName() - Method in class org.eclipse.xtext.common.types.impl.JvmFormalParameterImpl
 
-  
 
- getName() - Method in class org.eclipse.xtext.common.types.impl.JvmFormalParameterImplCustom
 
-  
 
- getName() - Method in class org.eclipse.xtext.common.types.impl.JvmTypeParameterImpl
 
-  
 
- getName() - Method in interface org.eclipse.xtext.common.types.JvmFormalParameter
 
- 
Returns the value of the 'Name' attribute
 
- getName() - Method in interface org.eclipse.xtext.common.types.JvmTypeParameter
 
- 
Returns the value of the 'Name' attribute
 
- getName() - Method in enum org.eclipse.xtext.common.types.JvmVisibility
 
-  
 
- getName() - Method in class org.eclipse.xtext.common.types.ui.notification.NameBasedEObjectDescription
 
-  
 
- getName() - Method in class org.eclipse.xtext.common.types.ui.refactoring.participant.JdtRenameParticipant
 
-  
 
- getName() - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtBasedConstructorScope.LazyConstructorDescription
 
-  
 
- getName() - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtBasedConstructorScope.LazyDefaultConstructorDescription
 
-  
 
- getName() - Method in interface org.eclipse.xtext.GeneratedMetamodel
 
- 
Returns the value of the 'Name' attribute
 
- getName() - Method in class org.eclipse.xtext.generator.OutputConfiguration
 
-  
 
- getName() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.AntlrGrammar
 
- 
Returns the value of the 'Name' attribute
 
- getName() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.AntlrGrammarImpl
 
-  
 
- getName() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.RuleImpl
 
-  
 
- getName() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.Rule
 
- 
Returns the value of the 'Name' attribute
 
- getName() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.AntlrLexerSplitter.ExtractedMethod
 
-  
 
- getName() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.AntlrParserSplitter.ExtractedClass
 
-  
 
- getName(Grammar, String) - Method in class org.eclipse.xtext.generator.serializer.SerializerGenFileNames.GenFileName
 
-  
 
- getName() - Method in interface org.eclipse.xtext.Grammar
 
- 
Returns the value of the 'Name' attribute
 
- getName(Grammar) - Static method in class org.eclipse.xtext.GrammarUtil
 
-  
 
- getName() - Method in class org.eclipse.xtext.impl.AbstractRuleImpl
 
-  
 
- getName() - Method in class org.eclipse.xtext.impl.GeneratedMetamodelImpl
 
-  
 
- getName() - Method in class org.eclipse.xtext.impl.GrammarImpl
 
-  
 
- getName() - Method in class org.eclipse.xtext.m2e.OutputConfiguration
 
-  
 
- getName() - Method in class org.eclipse.xtext.mwe.SlotEntry
 
-  
 
- getName() - Method in class org.eclipse.xtext.resource.EObjectDescription
 
-  
 
- getName() - Method in interface org.eclipse.xtext.resource.IEObjectDescription
 
-  
 
- getName() - Method in class org.eclipse.xtext.resource.impl.AliasedEObjectDescription
 
-  
 
- getName() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.AbstractConstraintContext
 
-  
 
- getName() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.Constraint
 
-  
 
- getName() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraint
 
-  
 
- getName() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraintContext
 
-  
 
- getName() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.Codetemplate
 
- 
Returns the value of the 'Name' attribute
 
- getName() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.CodetemplateImpl
 
-  
 
- getName() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.VariableImpl
 
-  
 
- getName() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.Variable
 
- 
Returns the value of the 'Name' attribute
 
- getName() - Method in class org.eclipse.xtext.ui.editor.XtextReadonlyEditorInput
 
-  
 
- getName() - Method in class org.eclipse.xtext.ui.refactoring.impl.AbstractProcessorBasedRenameParticipant
 
-  
 
- getName() - Method in class org.eclipse.xtext.ui.refactoring.impl.DefaultRefactoringDocumentProvider.EditorDocument
 
-  
 
- getName() - Method in class org.eclipse.xtext.ui.refactoring.impl.DisplayChangeWrapper.Generic
 
-  
 
- getName() - Method in class org.eclipse.xtext.ui.refactoring.impl.DisplayChangeWrapper.TextEditBased
 
-  
 
- getName() - Method in class org.eclipse.xtext.ui.refactoring.impl.EditorDocumentUndoChange
 
-  
 
- getName() - Method in class org.eclipse.xtext.util.formallang.StringProduction.ProdElement
 
-  
 
- getName(Object) - Method in class org.eclipse.xtext.xbase.compiler.AbstractStringBuilderBasedAppendable
 
-  
 
- getName(Object) - Method in interface org.eclipse.xtext.xbase.compiler.IAppendable
 
-  
 
- getName(Object) - Method in class org.eclipse.xtext.xbase.compiler.output.SharedAppendableState
 
-  
 
- getName(Object) - Method in class org.eclipse.xtext.xbase.compiler.output.TreeAppendable
 
-  
 
- getName(Object) - Method in class org.eclipse.xtext.xbase.compiler.ScopeStack
 
-  
 
- getName() - Method in class org.eclipse.xtext.xbase.file.ProjectConfig
 
-  
 
- getName() - Method in class org.eclipse.xtext.xbase.impl.XVariableDeclarationImpl
 
-  
 
- getName() - Method in class org.eclipse.xtext.xbase.scoping.batch.SimpleIdentifiableElementDescription
 
-  
 
- getName() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ScopeProviderAccess.ErrorDescription
 
-  
 
- getName() - Method in class org.eclipse.xtext.xbase.ui.contentassist.MultiNameDescription
 
-  
 
- getName() - Method in class org.eclipse.xtext.xbase.ui.jvmmodel.refactoring.jdt.JDTRenamePartcipant
 
- 
Deprecated.
  
- getName() - Method in class org.eclipse.xtext.xbase.ui.refactoring.ExtractVariableRefactoring
 
-  
 
- getName() - Method in interface org.eclipse.xtext.xbase.XVariableDeclaration
 
- 
Returns the value of the 'Name' attribute
 
- getName() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.WizardContribution
 
-  
 
- getNameAssignment_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParserRuleElements
 
-  
 
- getNameAssignment_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplateElements
 
-  
 
- getNameAssignment_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.CodetemplateElements
 
-  
 
- getNameAssignment_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmTypeParameterElements
 
-  
 
- getNameAssignment_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AntlrGrammarElements
 
-  
 
- getNameAssignment_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.RuleElements
 
-  
 
- getNameAssignment_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumRuleElements
 
-  
 
- getNameAssignment_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GeneratedMetamodelElements
 
-  
 
- getNameAssignment_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getNameAssignment_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.FullJvmFormalParameterElements
 
-  
 
- getNameAssignment_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.JvmFormalParameterElements
 
-  
 
- getNameAssignment_1_0_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalRuleElements
 
-  
 
- getNameAssignment_1_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalRuleElements
 
-  
 
- getNameAssignment_2_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getNameAssignment_2_0_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XVariableDeclarationElements
 
-  
 
- getNameAssignment_2_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XVariableDeclarationElements
 
-  
 
- getNameAssignment_2_1_0_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getNameAsText(String) - Method in class org.eclipse.xtext.ui.refactoring.impl.DefaultRenameStrategy
 
-  
 
- getNameAsValue(String) - Method in class org.eclipse.xtext.ui.refactoring.impl.DefaultRenameStrategy
 
-  
 
- getNameAttribute(EObject) - Method in class org.eclipse.xtext.ui.refactoring.impl.AbstractRenameStrategy
 
-  
 
- getNameAttribute() - Method in class org.eclipse.xtext.ui.refactoring.impl.AbstractRenameStrategy
 
-  
 
- getNameAttribute(EObject) - Method in class org.eclipse.xtext.ui.refactoring.impl.EmfResourceRenameStrategy
 
-  
 
- getNameAttribute(EObject) - Method in class org.eclipse.xtext.xbase.ui.refactoring.XbaseRenameStrategy
 
-  
 
- getNameAttribute(EObject) - Method in class org.eclipse.xtext.xtext.ui.refactoring.XtextRenameStrategyProvider.MetamodelDeclarationRenameStrategy
 
-  
 
- getNameFeature(EObject) - Method in class org.eclipse.xtext.validation.NamesAreUniqueValidationHelper
 
-  
 
- getNameGrammarIDParserRuleCall_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getNameIDTerminalRuleCall_0_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParserRuleElements
 
-  
 
- getNameIDTerminalRuleCall_1_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AntlrGrammarElements
 
-  
 
- getNameIDTerminalRuleCall_1_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.RuleElements
 
-  
 
- getNameIDTerminalRuleCall_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumRuleElements
 
-  
 
- getNameIDTerminalRuleCall_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GeneratedMetamodelElements
 
-  
 
- getNameIDTerminalRuleCall_1_0_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalRuleElements
 
-  
 
- getNameIDTerminalRuleCall_1_1_0_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalRuleElements
 
-  
 
- getNameLine() - Method in class org.eclipse.xtext.util.formallang.NfaGraphFormatter.Node
 
-  
 
- getNameOfTypes(LightweightTypeReference) - Method in class org.eclipse.xtext.xbase.validation.XbaseJavaValidator
 
-  
 
- getNamePos(int, int) - Method in class org.eclipse.xtext.util.formallang.NfaGraphFormatter.Node
 
-  
 
- getNameProvider() - Method in class org.eclipse.xtext.scoping.impl.SimpleLocalScopeProvider
 
-  
 
- getNameProvider() - Method in class org.eclipse.xtext.xbase.compiler.AbstractXbaseCompiler
 
-  
 
- getNameRuleName(EObject, EAttribute) - Method in class org.eclipse.xtext.ui.refactoring.impl.DefaultRenameStrategy
 
-  
 
- getNamespace(Grammar) - Static method in class org.eclipse.xtext.GrammarUtil
 
-  
 
- getNamespaceDelimiter() - Method in class org.eclipse.xtext.conversion.impl.QualifiedNameValueConverter
 
- 
 
- getNamespaceDelimiter() - Method in class org.eclipse.xtext.mwe.SlotEntry
 
-  
 
- getNameSTRINGTerminalRuleCall_0_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.CodetemplateElements
 
-  
 
- getNameToObjects() - Method in class org.eclipse.xtext.resource.impl.EObjectDescriptionLookUp
 
-  
 
- getNameValidIDParserRuleCall_0_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplateElements
 
-  
 
- getNameValidIDParserRuleCall_0_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmTypeParameterElements
 
-  
 
- getNameValidIDParserRuleCall_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.FullJvmFormalParameterElements
 
-  
 
- getNameValidIDParserRuleCall_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.JvmFormalParameterElements
 
-  
 
- getNameValidIDParserRuleCall_2_0_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getNameValidIDParserRuleCall_2_0_0_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XVariableDeclarationElements
 
-  
 
- getNameValidIDParserRuleCall_2_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XVariableDeclarationElements
 
-  
 
- getNameValidIDParserRuleCall_2_1_0_0_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getNaming() - Method in class org.eclipse.xtext.generator.AbstractGeneratorFragment
 
-  
 
- getNaming() - Method in class org.eclipse.xtext.generator.DelegatingGeneratorFragment
 
-  
 
- getNaming() - Method in class org.eclipse.xtext.generator.Xtend2GeneratorFragment
 
-  
 
- getNearestDeclarator() - Method in class org.eclipse.xtext.common.types.util.LoggingTypeArgumentDecorator
 
- 
Deprecated.
  
- getNearestDeclarator() - Method in class org.eclipse.xtext.common.types.util.TypeArgumentContextProvider.AbstractRequest
 
- 
Deprecated.
  
- getNearestDeclarator() - Method in interface org.eclipse.xtext.common.types.util.TypeArgumentContextProvider.Request
 
- 
Deprecated.
  
- getNearestDeclarator() - Method in class org.eclipse.xtext.xbase.ui.hover.FeatureCallRequest
 
-  
 
- getNearestLogicalContainer(EObject) - Method in interface org.eclipse.xtext.xbase.jvmmodel.ILogicalContainerProvider
 
-  
 
- getNearestLogicalContainer(EObject) - Method in class org.eclipse.xtext.xbase.jvmmodel.JvmModelAssociator
 
-  
 
- getNearestTypeParameterDeclarator(EObject) - Method in class org.eclipse.xtext.xbase.typing.AbstractTypeProvider
 
- 
Deprecated.
  
- getNegatedElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getNegatedElement() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
 
- getNegatedElement_Element() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getNegatedElement_Element() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for the containment reference '
Element'
 
 
- getNegatedElementAction_0_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OtherElementElements
 
-  
 
- getNegatedToken() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getNegatedToken() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
 
- getNegatedTokenAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getNegatedTokenParserRuleCall_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractNegatedTokenElements
 
-  
 
- getNegatedTokenRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getNestedElementsFromAssignment(Assignment) - Static method in class org.eclipse.xtext.generator.parseTreeConstructor.ParseTreeConstructorUtil
 
-  
 
- getNestedRegions() - Method in interface org.eclipse.xtext.builder.trace.DebugTraceRegion
 
- 
Returns the value of the 'Nested Regions' containment reference list.
 
- getNestedRegions() - Method in class org.eclipse.xtext.builder.trace.impl.DebugTraceRegionImpl
 
-  
 
- getNestedRegions() - Method in class org.eclipse.xtext.generator.trace.AbstractTraceRegion
 
- 
Returns the nested trace regions.
 
- getNestingLevel() - Method in class org.eclipse.xtext.xtext.XtextRuleInspector
 
-  
 
- getNew() - Method in class org.eclipse.xtext.common.types.ui.notification.DeltaConverter.ThrowableWrapper
 
- 
Deprecated.
  
- getNew() - Method in class org.eclipse.xtext.resource.impl.DefaultResourceDescriptionDelta
 
-  
 
- getNew() - Method in interface org.eclipse.xtext.resource.IResourceDescription.Delta
 
-  
 
- getNewElementURI(URI) - Method in class org.eclipse.xtext.ui.refactoring.ElementRenameArguments
 
-  
 
- getNewKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getNewLines() - Method in class org.eclipse.xtext.xbase.formatting.HiddenLeafs
 
-  
 
- getNewLines() - Method in class org.eclipse.xtext.xbase.formatting.LeafInfo
 
-  
 
- getNewLines() - Method in class org.eclipse.xtext.xbase.formatting.NewLineData
 
-  
 
- getNewLinesInComments() - Method in class org.eclipse.xtext.xbase.formatting.HiddenLeafs
 
-  
 
- getNewName() - Method in class org.eclipse.xtext.common.types.ui.refactoring.participant.CompositeRefactoringProcessor
 
-  
 
- getNewName() - Method in class org.eclipse.xtext.ui.refactoring.ElementRenameArguments
 
-  
 
- getNewName() - Method in class org.eclipse.xtext.ui.refactoring.impl.AbstractProcessorBasedRenameParticipant
 
-  
 
- getNewName() - Method in class org.eclipse.xtext.ui.refactoring.impl.AbstractRenameProcessor
 
-  
 
- getNewName() - Method in class org.eclipse.xtext.ui.refactoring.impl.RenameElementProcessor
 
-  
 
- getNewProjectTemplateName(Grammar, Naming) - Static method in class org.eclipse.xtext.ui.generator.projectWizard.SimpleProjectWizardFragment
 
-  
 
- getNewStatusChangedListener() - Method in class org.eclipse.xtext.ui.preferences.PropertyAndPreferencePage
 
-  
 
- getNext() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken
 
-  
 
- getNextCategory() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.CodetemplatesProposalProvider
 
-  
 
- getNextCategory() - Method in interface org.eclipse.xtext.ui.editor.contentassist.RepeatedContentAssistProcessor.ModeAware
 
-  
 
- getNextCategory() - Method in class org.eclipse.xtext.xbase.ui.contentassist.XbaseProposalProvider
 
-  
 
- getNextCategory() - Method in class org.eclipse.xtext.xbase.ui.contentassist.XbaseReferenceProposalCreator
 
-  
 
- getNextGrammarElement() - Method in class org.eclipse.xtext.serializer.sequencer.BacktrackingSemanticSequencer.TraceItem
 
-  
 
- getNextMarker(Marker, int) - Method in class org.eclipse.xtext.parser.packrat.AbstractPackratParser
 
-  
 
- getNextMarker(Marker, int) - Method in interface org.eclipse.xtext.parser.packrat.internal.Marker.IMarkerClient
 
-  
 
- getNextMode() - Method in class org.eclipse.xtext.ui.editor.outline.impl.ModeAwareOutlineTreeProvider
 
-  
 
- getNextMode() - Method in interface org.eclipse.xtext.ui.editor.outline.IOutlineTreeProvider.ModeAware
 
-  
 
- getNextPage() - Method in class org.eclipse.xtext.ui.refactoring.ui.RenameElementWizard.UserInputPage
 
-  
 
- getNextPage() - Method in class org.eclipse.xtext.xbase.ui.refactoring.ExtractVariableWizard.UserInputPage
 
-  
 
- getNextSibling(EObject) - Static method in class org.eclipse.xtext.EcoreUtil2
 
-  
 
- getNextSibling() - Method in class org.eclipse.xtext.nodemodel.impl.AbstractNode
 
-  
 
- getNextSibling() - Method in class org.eclipse.xtext.nodemodel.impl.RootNode
 
-  
 
- getNextSibling() - Method in class org.eclipse.xtext.nodemodel.impl.SyntheticCompositeNode
 
-  
 
- getNextSibling() - Method in interface org.eclipse.xtext.nodemodel.INode
 
- 
Returns the next sibling or null.
 
- getNextUnprocessedArgumentSlot() - Method in class org.eclipse.xtext.xbase.typesystem.arguments.AssignmentFeatureCallArguments
 
-  
 
- getNextUnprocessedArgumentSlot() - Method in interface org.eclipse.xtext.xbase.typesystem.arguments.IFeatureCallArguments
 
-  
 
- getNextUnprocessedArgumentSlot() - Method in class org.eclipse.xtext.xbase.typesystem.arguments.ReorderedFeatureCallArguments
 
-  
 
- getNextUnprocessedArgumentSlot() - Method in class org.eclipse.xtext.xbase.typesystem.arguments.ReorderedVarArgFeatureCallArguments
 
-  
 
- getNextUnprocessedArgumentSlot() - Method in class org.eclipse.xtext.xbase.typesystem.arguments.StandardFeatureCallArguments
 
-  
 
- getNextUnprocessedArgumentSlot() - Method in class org.eclipse.xtext.xbase.typesystem.arguments.VarArgFeatureCallArguments
 
-  
 
- getNFA(AbstractElement) - Method in interface org.eclipse.xtext.grammaranalysis.IGrammarNFAProvider
 
-  
 
- getNFA(AbstractElement) - Method in class org.eclipse.xtext.grammaranalysis.impl.AbstractNFAProvider
 
-  
 
- getNFA(EObject, EClass) - Method in interface org.eclipse.xtext.serializer.analysis.ISemanticSequencerNfaProvider
 
-  
 
- getNFA(EObject, EClass) - Method in class org.eclipse.xtext.serializer.analysis.SemanticSequencerNfaProvider
 
-  
 
- getNfaProvider() - Method in class org.eclipse.xtext.formatting.impl.ElementMatcherProvider.TransitionMatcher
 
-  
 
- getNode() - Method in exception org.eclipse.xtext.conversion.ValueConverterException
 
-  
 
- getNode() - Method in class org.eclipse.xtext.diagnostics.AbstractDiagnostic
 
-  
 
- getNode() - Method in class org.eclipse.xtext.diagnostics.AbstractDiagnosticProducer
 
-  
 
- getNode() - Method in class org.eclipse.xtext.diagnostics.AbstractDiagnosticProducerDecorator
 
-  
 
- getNode() - Method in interface org.eclipse.xtext.diagnostics.IDiagnosticProducer
 
-  
 
- getNode() - Method in class org.eclipse.xtext.diagnostics.NullDiagnosticProducer
 
-  
 
- getNode() - Method in exception org.eclipse.xtext.linking.impl.IllegalNodeException
 
-  
 
- getNode() - Method in class org.eclipse.xtext.linking.impl.XtextLinkingDiagnostic
 
-  
 
- getNode(EObject, String) - Method in class org.eclipse.xtext.linking.lazy.LazyURIEncoder
 
-  
 
- getNode(INode, String) - Method in class org.eclipse.xtext.linking.lazy.LazyURIEncoder
 
- 
ONLY public to be testable
 
- getNode(EObject) - Static method in class org.eclipse.xtext.nodemodel.util.NodeModelUtils
 
- 
Returns the node that is directly associated with the given object by means of an EMF-Adapter.
 
- getNode() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken
 
-  
 
- getNode() - Method in class org.eclipse.xtext.resource.XtextSyntaxDiagnostic
 
-  
 
- getNode(EStructuralFeature, int, int, Object) - Method in class org.eclipse.xtext.serializer.acceptor.SequenceFeeder
 
-  
 
- getNode(EStructuralFeature, Object) - Method in class org.eclipse.xtext.serializer.acceptor.SequenceFeeder
 
-  
 
- getNode(int, int) - Method in class org.eclipse.xtext.serializer.sequencer.BacktrackingSemanticSequencer.SerializableObject
 
-  
 
- getNode() - Method in class org.eclipse.xtext.serializer.sequencer.BacktrackingSemanticSequencer.TraceItem
 
-  
 
- getNode() - Method in class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.AllocationValue
 
-  
 
- getNode() - Method in class org.eclipse.xtext.validation.EObjectDiagnosticImpl
 
-  
 
- getNode() - Method in class org.eclipse.xtext.xbase.formatting.LeafInfo
 
-  
 
- getNode() - Method in class org.eclipse.xtext.xbase.typesystem.computation.DiagnosticOnFirstKeyword
 
-  
 
- getNode() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractUnresolvableReferenceWithNode
 
-  
 
- getNode() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ScopeProviderAccess.ErrorDescription
 
-  
 
- getNode(BidiTreeIterator<INode>, EObject...) - Method in class org.eclipse.xtext.xbase.validation.XbaseJavaValidator
 
-  
 
- getNode() - Method in class org.eclipse.xtext.xtext.ecoreInference.TransformationDiagnostic
 
-  
 
- getNodeForMultiValue(EStructuralFeature, int, int, Object) - Method in interface org.eclipse.xtext.serializer.sequencer.ISemanticNodeProvider.INodesForEObjectProvider
 
-  
 
- getNodeForMultiValue(EStructuralFeature, int, int, Object) - Method in class org.eclipse.xtext.serializer.sequencer.ISemanticNodeProvider.NullNodesForEObjectProvider
 
-  
 
- getNodeForMultiValue(EStructuralFeature, int, int, Object) - Method in class org.eclipse.xtext.serializer.sequencer.SemanticNodeProvider.NodesForEObjectProvider
 
-  
 
- getNodeForSingelValue(EStructuralFeature, Object) - Method in interface org.eclipse.xtext.serializer.sequencer.ISemanticNodeProvider.INodesForEObjectProvider
 
-  
 
- getNodeForSingelValue(EStructuralFeature, Object) - Method in class org.eclipse.xtext.serializer.sequencer.ISemanticNodeProvider.NullNodesForEObjectProvider
 
-  
 
- getNodeForSingelValue(EStructuralFeature, Object) - Method in class org.eclipse.xtext.serializer.sequencer.SemanticNodeProvider.NodesForEObjectProvider
 
-  
 
- getNodeModelBuilder() - Method in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser
 
-  
 
- getNodeModelFormatter() - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getNodeModelFormatter() - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getNodesEnclosingRegion() - Method in class org.eclipse.xtext.parser.impl.PartialParsingPointers
 
-  
 
- getNodesFor(List<INode>, GrammarAlias.AbstractElementAlias) - Method in class org.eclipse.xtext.serializer.sequencer.AbstractSyntacticSequencer
 
-  
 
- getNodesForSemanticObject(EObject, ICompositeNode) - Method in interface org.eclipse.xtext.serializer.sequencer.ISemanticNodeProvider
 
-  
 
- getNodesForSemanticObject(EObject, ICompositeNode) - Method in class org.eclipse.xtext.serializer.sequencer.SemanticNodeProvider
 
-  
 
- getNodeTextUpToCompletionOffset(INode) - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.ParserBasedContentAssistContextFactory.StatefulFactory
 
-  
 
- getNoEObjectDescriptionFoundDiagnostic(EObject, CrossReference, EObject, IScope) - Method in interface org.eclipse.xtext.serializer.diagnostic.ITokenDiagnosticProvider
 
-  
 
- getNoEObjectDescriptionFoundDiagnostic(EObject, CrossReference, EObject, IScope) - Method in class org.eclipse.xtext.serializer.diagnostic.TokenDiagnosticProvider
 
-  
 
- getNonInterfaceTypes(List<LightweightTypeReference>) - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
-  
 
- getNonNullRootExpression() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractRootTypeComputationState
 
-  
 
- getNonTerminalsSuperGrammar(Grammar) - Static method in class org.eclipse.xtext.generator.IInheriting.Util
 
-  
 
- getNonTransientValuesForMVFeature(EObject, IGrammarConstraintProvider.IFeatureInfo, ISemanticNodeProvider.INodesForEObjectProvider) - Method in class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer
 
-  
 
- getNormalized() - Method in class org.eclipse.xtext.junit4.parameterized.StringCollection.Item
 
- 
Deprecated.
  
- getNormalizedResourceURI(EObject) - Static method in class org.eclipse.xtext.EcoreUtil2
 
-  
 
- getNormalizedURI(EObject) - Static method in class org.eclipse.xtext.EcoreUtil2
 
-  
 
- getNormalizedURI(Resource) - Static method in class org.eclipse.xtext.EcoreUtil2
 
-  
 
- getNormalizedURI(Resource) - Method in class org.eclipse.xtext.resource.impl.AbstractResourceDescription
 
-  
 
- getNormalizedURI() - Method in class org.eclipse.xtext.ui.editor.DocumentBasedDirtyResource
 
-  
 
- getNormalizedURI() - Method in interface org.eclipse.xtext.ui.editor.IDirtyResource.NormalizedURISupportExtension
 
-  
 
- getNoScopeFoundDiagnostic(EObject, CrossReference, EObject) - Method in interface org.eclipse.xtext.serializer.diagnostic.ITokenDiagnosticProvider
 
-  
 
- getNoScopeFoundDiagnostic(EObject, CrossReference, EObject) - Method in class org.eclipse.xtext.serializer.diagnostic.TokenDiagnosticProvider
 
-  
 
- getNotExpression() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.SimpleExpressionsPackageImpl
 
-  
 
- getNotExpression() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.SimpleExpressionsPackage
 
- 
 
- getNotExpression_Expression() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.SimpleExpressionsPackageImpl
 
-  
 
- getNotExpression_Expression() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.SimpleExpressionsPackage
 
- 
Returns the meta object for the containment reference '
Expression'
 
 
- getNotExpressionAction_0_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.PrefixExpressionElements
 
-  
 
- getNotFound() - Method in class org.eclipse.xtext.ui.PluginImageHelper
 
-  
 
- getNsURI() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectInfo
 
-  
 
- getNsUris() - Method in class org.eclipse.xtext.mwe.SlotEntry
 
-  
 
- getNullKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XNullLiteralElements
 
-  
 
- getNullNotAllowedDiagnostic(EObject, AbstractElement) - Method in interface org.eclipse.xtext.serializer.diagnostic.ITokenDiagnosticProvider
 
-  
 
- getNullNotAllowedDiagnostic(EObject, AbstractElement) - Method in class org.eclipse.xtext.serializer.diagnostic.TokenDiagnosticProvider
 
-  
 
- getNullSafeAssignment_1_1_0_0_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getNullSafeQuestionMarkFullStopKeyword_1_1_0_0_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getNumberAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getNumberAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getNumberAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getNumberLiteral() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.SimpleExpressionsPackageImpl
 
-  
 
- getNumberLiteral() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.SimpleExpressionsPackage
 
- 
 
- getNumberLiteral_Value() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.SimpleExpressionsPackageImpl
 
-  
 
- getNumberLiteral_Value() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.SimpleExpressionsPackage
 
- 
Returns the meta object for the attribute '
Value'
 
 
- getNumberLiteralAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getNumberLiteralParserRuleCall_1() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.AtomElements
 
-  
 
- getNumberLiteralRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getNumberOfColumns(DialogField[]) - Static method in class org.eclipse.xtext.ui.editor.tasks.dialogfields.LayoutUtil
 
- 
Calculates the number of columns needed by field editors
 
- getNumberOfControls() - Method in class org.eclipse.xtext.ui.editor.preferences.fields.AbstractMasterDetailsFieldEditor
 
-  
 
- getNumberOfControls() - Method in class org.eclipse.xtext.ui.editor.preferences.fields.CheckBoxGroupFieldEditor
 
-  
 
- getNumberOfControls() - Method in class org.eclipse.xtext.ui.editor.preferences.fields.LabelFieldEditor
 
-  
 
- getNumberOfControls() - Method in class org.eclipse.xtext.ui.editor.tasks.dialogfields.ComboDialogField
 
-  
 
- getNumberOfControls() - Method in class org.eclipse.xtext.ui.editor.tasks.dialogfields.DialogField
 
- 
Returns the number of columns of the dialog field.
 
- getNumberOfControls() - Method in class org.eclipse.xtext.ui.editor.tasks.dialogfields.ListDialogField
 
-  
 
- getNumberOfControls() - Method in class org.eclipse.xtext.ui.editor.tasks.dialogfields.SelectionButtonDialogField
 
-  
 
- getNumberOfControls() - Method in class org.eclipse.xtext.ui.editor.tasks.dialogfields.StringDialogField
 
-  
 
- getNumberOfIrrelevantArguments() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.DefaultJvmFeatureDescriptionProvider
 
- 
Deprecated.
  
- getNumberOfIrrelevantArguments() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.JvmFeatureDescription
 
- 
Deprecated.
  
- getNumberOfLines() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyDocument
 
-  
 
- getNumberOfLines(int, int) - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyDocument
 
-  
 
- getNumberOfMeasurements() - Method in class org.eclipse.xtext.util.internal.Stopwatches.NumbersForTask
 
-  
 
- getNumberRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getNumberRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getNumberRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getNumberSignKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XListLiteralElements
 
-  
 
- getNumberSignKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSetLiteralElements
 
-  
 
- getNumberSignKeyword_1_1_0_0() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElementValueElements
 
-  
 
- getNumProcessors() - Method in class org.eclipse.xtext.common.types.ui.refactoring.participant.CompositeRefactoringProcessor
 
-  
 
- getObj() - Method in class org.eclipse.xtext.serializer.sequencer.BacktrackingSemanticSequencer.TraceItem
 
-  
 
- getObject(String) - Method in class org.eclipse.xtext.xbase.compiler.AbstractStringBuilderBasedAppendable
 
-  
 
- getObject(String) - Method in interface org.eclipse.xtext.xbase.compiler.IAppendable
 
-  
 
- getObject(String) - Method in class org.eclipse.xtext.xbase.compiler.output.SharedAppendableState
 
-  
 
- getObject(String) - Method in class org.eclipse.xtext.xbase.compiler.output.TreeAppendable
 
-  
 
- getObjectEdits() - Method in class org.eclipse.xtext.ui.editor.model.edit.DefaultTextEditComposer
 
-  
 
- getObjectReference() - Method in class org.eclipse.xtext.xbase.typesystem.references.OwnedConverter
 
-  
 
- getObjectReference() - Method in class org.eclipse.xtext.xbase.typesystem.util.CustomTypeParameterSubstitutor
 
-  
 
- getObjectToView(EObject) - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseHoverProvider
 
-  
 
- getObjectType(Class<?>) - Static method in class org.eclipse.xtext.util.ReflectionUtil
 
-  
 
- getOffset() - Method in class org.eclipse.xtext.builder.trace.AbstractLocationInResource
 
-  
 
- getOffset() - Method in interface org.eclipse.xtext.builder.trace.DebugLocationData
 
- 
Returns the value of the 'Offset' attribute
 
- getOffset() - Method in class org.eclipse.xtext.builder.trace.impl.DebugLocationDataImpl
 
-  
 
- getOffset() - Method in class org.eclipse.xtext.builder.trace.LocationInResource
 
-  
 
- getOffset() - Method in class org.eclipse.xtext.diagnostics.AbstractDiagnostic
 
-  
 
- getOffset() - Method in interface org.eclipse.xtext.diagnostics.Diagnostic
 
- 
Returns the offset of this diagnostic.
 
- getOffset() - Method in class org.eclipse.xtext.diagnostics.ExceptionDiagnostic
 
-  
 
- getOffset() - Method in class org.eclipse.xtext.formatting.impl.AbstractNodeModelFormatter.FormattedRegion
 
-  
 
- getOffset() - Method in interface org.eclipse.xtext.formatting.INodeModelFormatter.IFormattedRegion
 
-  
 
- getOffset() - Method in interface org.eclipse.xtext.junit4.parameterized.IParameterProvider.IExpectation
 
- 
Deprecated.
  
- getOffset() - Method in class org.eclipse.xtext.junit4.parameterized.Offset
 
- 
Deprecated.
  
- getOffset() - Method in class org.eclipse.xtext.junit4.parameterized.XpectParameterProvider.Expectation
 
- 
Deprecated.
  
- getOffset() - Method in class org.eclipse.xtext.nodemodel.impl.AbstractNode
 
-  
 
- getOffset() - Method in class org.eclipse.xtext.nodemodel.impl.LeafNode
 
-  
 
- getOffset() - Method in class org.eclipse.xtext.nodemodel.impl.SyntheticCompositeNode
 
-  
 
- getOffset() - Method in interface org.eclipse.xtext.nodemodel.INode
 
- 
Returns the offset of this node excluding hidden tokens.
 
- getOffset(Token) - Static method in class org.eclipse.xtext.parser.antlr.TokenTool
 
-  
 
- getOffset() - Method in class org.eclipse.xtext.parser.impl.PartialParsingPointers
 
-  
 
- getOffset() - Method in class org.eclipse.xtext.parser.impl.Range
 
-  
 
- getOffset() - Method in class org.eclipse.xtext.parser.packrat.AbstractPackratParser
 
-  
 
- getOffset() - Method in class org.eclipse.xtext.parser.packrat.consumers.AbstractConsumer
 
-  
 
- getOffset() - Method in class org.eclipse.xtext.parser.packrat.debug.DebugCharSequenceWithOffset
 
-  
 
- getOffset() - Method in interface org.eclipse.xtext.parser.packrat.ICharSequenceWithOffset
 
- 
Retrieves the current state of the offset property.
 
- getOffset() - Method in class org.eclipse.xtext.parser.packrat.matching.StringWithOffset
 
-  
 
- getOffset() - Method in class org.eclipse.xtext.parser.packrat.tokens.AbstractParsedToken
 
-  
 
- getOffset() - Method in class org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext
 
- 
The completion offset in the text viewer.
 
- getOffset() - Method in class org.eclipse.xtext.ui.editor.model.DocumentTokenSource.TokenAdapter
 
-  
 
- getOffset() - Method in class org.eclipse.xtext.ui.editor.reconciler.ReplaceRegion
 
-  
 
- getOffset() - Method in class org.eclipse.xtext.ui.editor.syntaxcoloring.LightweightPosition
 
-  
 
- getOffset() - Method in interface org.eclipse.xtext.util.ITextRegion
 
-  
 
- getOffset() - Method in class org.eclipse.xtext.util.ReplaceRegion
 
-  
 
- getOffset() - Method in class org.eclipse.xtext.util.TextRegion
 
-  
 
- getOffset() - Method in interface org.eclipse.xtext.validation.Issue
 
-  
 
- getOffset() - Method in class org.eclipse.xtext.validation.Issue.IssueImpl
 
-  
 
- getOffset() - Method in class org.eclipse.xtext.validation.RangeBasedDiagnostic
 
-  
 
- getOffset() - Method in class org.eclipse.xtext.xbase.formatting.FormattingData
 
-  
 
- getOffset() - Method in class org.eclipse.xtext.xbase.formatting.HiddenLeafs
 
-  
 
- getOffset() - Method in class org.eclipse.xtext.xbase.formatting.TextReplacement
 
-  
 
- getOffset() - Method in class org.eclipse.xtext.xbase.formatting.WhitespaceInfo
 
-  
 
- getOffsetOfNextSemanticNode(INode) - Method in class org.eclipse.xtext.junit4.parameterized.XpectParameterProvider
 
- 
Deprecated.
  
- getOld() - Method in class org.eclipse.xtext.common.types.ui.notification.DeltaConverter.ThrowableWrapper
 
- 
Deprecated.
  
- getOld() - Method in class org.eclipse.xtext.resource.impl.DefaultResourceDescriptionDelta
 
-  
 
- getOld() - Method in interface org.eclipse.xtext.resource.IResourceDescription.Delta
 
-  
 
- getOpAddAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getOpAddAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getOpAddAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getOpAddConverter() - Method in class org.eclipse.xtext.xbase.conversion.XbaseValueConverterService
 
-  
 
- getOpAddRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getOpAddRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getOpAddRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getOpAndAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getOpAndAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getOpAndAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getOpAndConverter() - Method in class org.eclipse.xtext.xbase.conversion.XbaseValueConverterService
 
-  
 
- getOpAndRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getOpAndRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getOpAndRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getOpCompareAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getOpCompareAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getOpCompareAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getOpCompareConverter() - Method in class org.eclipse.xtext.xbase.conversion.XbaseValueConverterService
 
-  
 
- getOpCompareRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getOpCompareRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getOpCompareRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getOpenDialogBinding() - Static method in class org.eclipse.xtext.ui.refactoring.ui.RenameRefactoringPopup
 
- 
WARNING: only works in workbench window context!
 
- getOpenDocument(URI) - Method in class org.eclipse.xtext.ui.editor.findrefs.OpenDocumentTracker
 
-  
 
- getOpenEditor(URI, IWorkbenchPage) - Method in class org.eclipse.xtext.ui.refactoring.ui.SaveHelper
 
- 
Deprecated.
  
- getOpEqualityAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getOpEqualityAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getOpEqualityAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getOpEqualityConverter() - Method in class org.eclipse.xtext.xbase.conversion.XbaseValueConverterService
 
-  
 
- getOpEqualityRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getOpEqualityRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getOpEqualityRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getOperand() - Method in class org.eclipse.xtext.xbase.impl.XUnaryOperationImpl
 
-  
 
- getOperand() - Method in interface org.eclipse.xtext.xbase.XUnaryOperation
 
- 
Returns the value of the 'Operand' containment reference
 
- getOperandAssignment_0_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XUnaryOperationElements
 
-  
 
- getOperandXUnaryOperationParserRuleCall_0_2_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XUnaryOperationElements
 
-  
 
- getOperation() - Method in class org.eclipse.xtext.common.types.impl.JvmAnnotationValueImpl
 
-  
 
- getOperation() - Method in interface org.eclipse.xtext.common.types.JvmAnnotationValue
 
- 
Returns the value of the 'Operation' reference
 
- getOperation() - Method in class org.eclipse.xtext.xbase.typesystem.computation.AbstractClosureTypeHelper
 
- 
This method is only public for testing purpose.
 
- getOperation() - Method in class org.eclipse.xtext.xbase.typesystem.computation.ClosureTypeComputer
 
- 
This method is only public for testing purpose.
 
- getOperation() - Method in class org.eclipse.xtext.xbase.typesystem.computation.ClosureWithExpectationHelper
 
-  
 
- getOperation() - Method in class org.eclipse.xtext.xbase.typesystem.computation.ClosureWithoutExpectationHelper
 
-  
 
- getOperation() - Method in class org.eclipse.xtext.xbase.typesystem.computation.UnknownClosureTypeHelper
 
-  
 
- getOperationRunner(IProgressMonitor) - Method in class org.eclipse.xtext.ui.compare.StreamContentDocumentProvider
 
-  
 
- getOperationTarget() - Method in class org.eclipse.xtext.ui.editor.toggleComments.ToggleSLCommentAction
 
-  
 
- getOperator() - Method in interface org.eclipse.xtext.Action
 
- 
Returns the value of the 'Operator' attribute
 
- getOperator() - Method in interface org.eclipse.xtext.Assignment
 
- 
Returns the value of the 'Operator' attribute
 
- getOperator() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.Comparison
 
- 
Returns the value of the 'Operator' attribute
 
- getOperator() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.ComparisonImpl
 
-  
 
- getOperator() - Method in class org.eclipse.xtext.impl.ActionImpl
 
-  
 
- getOperator() - Method in class org.eclipse.xtext.impl.AssignmentImpl
 
-  
 
- getOperator(QualifiedName) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.OperatorMapping
 
-  
 
- getOperatorAlternatives_1_1_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ComparisonElements
 
-  
 
- getOperatorAlternatives_2_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AssignmentElements
 
-  
 
- getOperatorAlternatives_2_2_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ActionElements
 
-  
 
- getOperatorAssignment_1_1() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ComparisonElements
 
-  
 
- getOperatorAssignment_2() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AssignmentElements
 
-  
 
- getOperatorAssignment_2_2() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ActionElements
 
-  
 
- getOperatorEqualsSignEqualsSignKeyword_1_1_0_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ComparisonElements
 
-  
 
- getOperatorEqualsSignKeyword_2_0_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AssignmentElements
 
-  
 
- getOperatorEqualsSignKeyword_2_2_0_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ActionElements
 
-  
 
- getOperatorGreaterThanSignEqualsSignKeyword_1_1_0_2() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ComparisonElements
 
-  
 
- getOperatorLessThanSignEqualsSignKeyword_1_1_0_1() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ComparisonElements
 
-  
 
- getOperatorPlusSignEqualsSignKeyword_2_0_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AssignmentElements
 
-  
 
- getOperatorPlusSignEqualsSignKeyword_2_2_0_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ActionElements
 
-  
 
- getOperatorQuestionMarkEqualsSignKeyword_2_0_2() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AssignmentElements
 
-  
 
- getOpMultiAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getOpMultiAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getOpMultiAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getOpMultiAssignAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getOpMultiAssignAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getOpMultiAssignAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getOpMultiAssignConverter() - Method in class org.eclipse.xtext.xbase.conversion.XbaseValueConverterService
 
-  
 
- getOpMultiAssignRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getOpMultiAssignRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getOpMultiAssignRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getOpMultiConverter() - Method in class org.eclipse.xtext.xbase.conversion.XbaseValueConverterService
 
-  
 
- getOpMultiRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getOpMultiRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getOpMultiRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getOpOrAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getOpOrAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getOpOrAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getOpOrConverter() - Method in class org.eclipse.xtext.xbase.conversion.XbaseValueConverterService
 
-  
 
- getOpOrRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getOpOrRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getOpOrRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getOpOtherAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getOpOtherAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getOpOtherAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getOpOtherConverter() - Method in class org.eclipse.xtext.xbase.conversion.XbaseValueConverterService
 
-  
 
- getOpOtherRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getOpOtherRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getOpOtherRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getOpSingleAssignAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getOpSingleAssignAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getOpSingleAssignAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getOpSingleAssignConverter() - Method in class org.eclipse.xtext.xbase.conversion.XbaseValueConverterService
 
-  
 
- getOpSingleAssignParserRuleCall_0_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAssignmentElements
 
-  
 
- getOpSingleAssignParserRuleCall_1_0_0_0_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getOpSingleAssignRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getOpSingleAssignRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getOpSingleAssignRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getOpSingleAssignToken(EObject, RuleCall, INode) - Method in class org.eclipse.xtext.purexbase.serializer.PureXbaseSyntacticSequencer
 
- 
OpSingleAssign:
        '='
 ;
 
- getOpSingleAssignToken(EObject, RuleCall, INode) - Method in class org.eclipse.xtext.xbase.annotations.serializer.AbstractXbaseWithAnnotationsSyntacticSequencer
 
- 
OpSingleAssign:
        '='
 ;
 
- getOpSingleAssignToken(EObject, RuleCall, INode) - Method in class org.eclipse.xtext.xbase.serializer.AbstractXbaseSyntacticSequencer
 
- 
OpSingleAssign:
        '='
 ;
 
- getOptions() - Method in class org.eclipse.xtext.generator.parser.antlr.AbstractAntlrGeneratorFragment
 
-  
 
- getOptions() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.AntlrGrammar
 
- 
Returns the value of the 'Options' containment reference
 
- getOptions() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.AntlrGrammarImpl
 
-  
 
- getOptions() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.RuleOptionsImpl
 
-  
 
- getOptions() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getOptions() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.RuleOptions
 
- 
Returns the value of the 'Options' containment reference
 
- getOptions() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for class '
Options'
 
 
- getOptions() - Method in class org.eclipse.xtext.resource.SaveOptions.Builder
 
-  
 
- getOptions(Map<?, ?>) - Static method in class org.eclipse.xtext.resource.SaveOptions
 
- 
Transparently handles the deprecated options that could be passed as
 map-entries to 
Resource.save(Map) 
 and converts them to semantically equal 
SaveOptions.
 
 
- getOptions_OptionValues() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getOptions_OptionValues() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for the containment reference list '
Option Values'
 
 
- getOptionsAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getOptionsAction_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OptionsElements
 
-  
 
- getOptionsAssignment_0_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.RuleOptionsElements
 
-  
 
- getOptionsAssignment_3() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AntlrGrammarElements
 
-  
 
- getOptionsKeyword_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OptionsElements
 
-  
 
- getOptionsOptionsParserRuleCall_0_0_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.RuleOptionsElements
 
-  
 
- getOptionsOptionsParserRuleCall_3_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AntlrGrammarElements
 
-  
 
- getOptionsRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getOptionValue() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getOptionValue() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
 
- getOptionValue_Key() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getOptionValue_Key() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for the attribute '
Key'
 
 
- getOptionValue_Value() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getOptionValue_Value() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for the attribute '
Value'
 
 
- getOptionValueAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getOptionValueRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getOptionValues() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.OptionsImpl
 
-  
 
- getOptionValues() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.Options
 
- 
Returns the value of the 'Option Values' containment reference list.
 
- getOptionValuesAssignment_3() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OptionsElements
 
-  
 
- getOptionValuesOptionValueParserRuleCall_3_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OptionsElements
 
-  
 
- getOpUnaryAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getOpUnaryAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getOpUnaryAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getOpUnaryConverter() - Method in class org.eclipse.xtext.xbase.conversion.XbaseValueConverterService
 
-  
 
- getOpUnaryRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getOpUnaryRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getOpUnaryRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getOrCreate(Resource) - Method in class org.eclipse.xtext.util.OnChangeEvictingCache
 
- 
Returns the cache adapter that is associated with the resource.
 
- getOrCreateInjectorProvider(TestClass) - Static method in class org.eclipse.xtext.junit4.internal.InjectorProviders
 
-  
 
- getOrCreateInjectorProvider() - Method in class org.eclipse.xtext.junit4.parameterized.ParameterizedXtextRunner
 
- 
Deprecated.
  
- getOrCreateInjectorProvider() - Method in class org.eclipse.xtext.junit4.XtextRunner
 
-  
 
- getOrCreateResolver(EObject) - Method in class org.eclipse.xtext.xbase.typesystem.internal.DefaultBatchTypeResolver
 
-  
 
- getOrCreateURIEncoder() - Method in class org.eclipse.xtext.xbase.compiler.output.ErrorTreeAppendable
 
-  
 
- getOrderID() - Method in interface org.eclipse.xtext.serializer.analysis.ISemanticSequencerNfaProvider.ISemState
 
-  
 
- getOrderID() - Method in class org.eclipse.xtext.serializer.analysis.SemanticSequencerNfaProvider.SemState
 
-  
 
- getOrExpression() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.SimpleExpressionsPackageImpl
 
-  
 
- getOrExpression() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.SimpleExpressionsPackage
 
- 
 
- getOrExpression_Left() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.SimpleExpressionsPackageImpl
 
-  
 
- getOrExpression_Left() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.SimpleExpressionsPackage
 
- 
Returns the meta object for the containment reference '
Left'
 
 
- getOrExpression_Right() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.SimpleExpressionsPackageImpl
 
-  
 
- getOrExpression_Right() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.SimpleExpressionsPackage
 
- 
Returns the meta object for the containment reference '
Right'
 
 
- getOrExpressionLeftAction_1_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ExpressionElements
 
-  
 
- getOrganizedImportChanges(XtextResource) - Method in class org.eclipse.xtext.xbase.imports.ImportOrganizer
 
-  
 
- getOrganizeImportsImage() - Method in class org.eclipse.xtext.xbase.ui.quickfix.XbaseQuickfixProvider
 
-  
 
- getOrigin() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightBoundTypeArgument
 
-  
 
- getOrigin() - Method in class org.eclipse.xtext.xbase.typesystem.util.AbstractTypeReferencePairWalker
 
-  
 
- getOriginalContents() - Method in class org.eclipse.xtext.ui.refactoring.impl.DefaultRefactoringDocumentProvider.EditorDocument
 
-  
 
- getOriginalContents() - Method in class org.eclipse.xtext.ui.refactoring.impl.DefaultRefactoringDocumentProvider.FileDocument
 
-  
 
- getOriginalContents() - Method in interface org.eclipse.xtext.ui.refactoring.impl.IRefactoringDocument
 
-  
 
- getOriginalDeclarationInformation(EObject) - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseHoverDocumentationProvider
 
-  
 
- getOriginalDocumentEvent() - Method in class org.eclipse.xtext.ui.editor.model.XtextDocumentEvent
 
-  
 
- getOriginalName() - Method in class org.eclipse.xtext.common.types.ui.refactoring.participant.CompositeRefactoringProcessor
 
-  
 
- getOriginalName() - Method in class org.eclipse.xtext.common.types.ui.refactoring.participant.JvmMemberRenameStrategy
 
-  
 
- getOriginalName() - Method in class org.eclipse.xtext.ui.refactoring.impl.AbstractRenameProcessor
 
-  
 
- getOriginalName() - Method in class org.eclipse.xtext.ui.refactoring.impl.AbstractRenameStrategy
 
-  
 
- getOriginalName() - Method in class org.eclipse.xtext.ui.refactoring.impl.DefaultRenameStrategy
 
-  
 
- getOriginalName() - Method in class org.eclipse.xtext.ui.refactoring.impl.RenameElementProcessor
 
-  
 
- getOriginalName() - Method in interface org.eclipse.xtext.ui.refactoring.IRenameStrategy
 
-  
 
- getOriginalName(XtextEditor) - Method in class org.eclipse.xtext.ui.refactoring.ui.RenameRefactoringController
 
-  
 
- getOriginalNameRegion(EObject, EAttribute) - Method in class org.eclipse.xtext.ui.refactoring.impl.DefaultRenameStrategy
 
-  
 
- getOriginalOffset(int) - Method in class org.eclipse.xtext.ui.codetemplates.ui.evaluator.EvaluatedTemplate
 
-  
 
- getOriginalOffset(int) - Method in interface org.eclipse.xtext.ui.codetemplates.ui.projectedEditing.IProjectedContent
 
-  
 
- getOriginalString() - Method in class org.eclipse.xtext.ui.codetemplates.ui.evaluator.EvaluatedTemplate
 
-  
 
- getOriginalString() - Method in interface org.eclipse.xtext.ui.codetemplates.ui.projectedEditing.IProjectedContent
 
-  
 
- getOrInstall(Resource) - Method in class org.eclipse.xtext.xbase.jvmmodel.JvmModelAssociator
 
-  
 
- getOrOperator() - Method in class org.eclipse.xtext.xbase.util.XExpressionHelper
 
-  
 
- getOtherElementAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getOtherElementParserRuleCall_0_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AtomElements
 
-  
 
- getOtherElementRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getOtherNames() - Method in class org.eclipse.xtext.xbase.ui.contentassist.MultiNameDescription
 
-  
 
- getOutAbsorbers() - Method in interface org.eclipse.xtext.serializer.analysis.ISyntacticSequencerPDAProvider.ISynAbsorberState
 
-  
 
- getOutAbsorbers() - Method in class org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider.SynAbsorberState
 
-  
 
- getOutgoing() - Method in class org.eclipse.xtext.grammaranalysis.impl.AbstractNFAState
 
-  
 
- getOutgoing() - Method in interface org.eclipse.xtext.grammaranalysis.INFAState
 
-  
 
- getOutgoing() - Method in class org.eclipse.xtext.util.formallang.NfaToProduction.StateAlias
 
-  
 
- getOutgoingAfterReturn() - Method in class org.eclipse.xtext.grammaranalysis.impl.AbstractNFAState
 
-  
 
- getOutgoingAfterReturn() - Method in interface org.eclipse.xtext.grammaranalysis.INFAState
 
-  
 
- getOutletName() - Method in class org.eclipse.xtext.generator.GeneratorComponent.Outlet
 
-  
 
- getOutlets() - Method in class org.eclipse.xtext.generator.GeneratorComponent
 
-  
 
- getOutlineModes() - Method in class org.eclipse.xtext.ui.editor.outline.impl.ModeAwareOutlineTreeProvider
 
-  
 
- getOutlineModes() - Method in interface org.eclipse.xtext.ui.editor.outline.IOutlineTreeProvider.ModeAware
 
-  
 
- getOutlineModes() - Method in class org.eclipse.xtext.xtext.ui.editor.outline.XtextOutlineTreeProvider
 
-  
 
- getOutlineNodeFactory() - Method in class org.eclipse.xtext.ui.editor.outline.impl.BackgroundOutlineTreeProvider
 
-  
 
- getOutputConfig(String) - Method in class org.eclipse.xtext.generator.AbstractFileSystemAccess
 
-  
 
- getOutputConfigurationProvider() - Method in class org.eclipse.xtext.builder.BuilderParticipant
 
-  
 
- getOutputConfigurationProvider() - Method in class org.eclipse.xtext.builder.preferences.BuilderPreferenceAccess.Initializer
 
-  
 
- getOutputConfigurationProvider() - Method in class org.eclipse.xtext.builder.standalone.LanguageAccess
 
-  
 
- getOutputConfigurations(IXtextBuilderParticipant.IBuildContext) - Method in class org.eclipse.xtext.builder.BuilderParticipant
 
-  
 
- getOutputConfigurations(IProject) - Method in class org.eclipse.xtext.builder.EclipseOutputConfigurationProvider
 
-  
 
- getOutputConfigurations() - Method in interface org.eclipse.xtext.builder.standalone.ILanguageConfiguration
 
-  
 
- getOutputConfigurations() - Method in class org.eclipse.xtext.generator.AbstractFileSystemAccess
 
-  
 
- getOutputConfigurations() - Method in class org.eclipse.xtext.generator.GeneratorComponent
 
-  
 
- getOutputConfigurations() - Method in class org.eclipse.xtext.generator.IOutputConfigurationProvider.Delegate
 
-  
 
- getOutputConfigurations() - Method in interface org.eclipse.xtext.generator.IOutputConfigurationProvider
 
-  
 
- getOutputConfigurations() - Method in class org.eclipse.xtext.generator.OutputConfigurationProvider
 
-  
 
- getOutputConfigurations() - Method in class org.eclipse.xtext.m2e.Language
 
-  
 
- getOutputDirectory() - Method in class org.eclipse.xtext.generator.OutputConfiguration
 
-  
 
- getOutputDirectory() - Method in class org.eclipse.xtext.m2e.OutputConfiguration
 
-  
 
- getOutputWriter() - Method in class org.eclipse.xtext.builder.standalone.compiler.EclipseJavaCompiler
 
-  
 
- getOutTransitions() - Method in interface org.eclipse.xtext.serializer.analysis.ISyntacticSequencerPDAProvider.ISynAbsorberState
 
-  
 
- getOutTransitions() - Method in class org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider.SynAbsorberState
 
-  
 
- getOutTransitionsByElement() - Method in interface org.eclipse.xtext.serializer.analysis.ISyntacticSequencerPDAProvider.ISynAbsorberState
 
-  
 
- getOutTransitionsByElement() - Method in class org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider.SynAbsorberState
 
-  
 
- getOverriddenAndImplementedMethodCandidates() - Method in class org.eclipse.xtext.xbase.typesystem.override.AbstractResolvedOperation
 
-  
 
- getOverriddenAndImplementedMethodCandidates() - Method in interface org.eclipse.xtext.xbase.typesystem.override.IResolvedOperation
 
- 
Returns the inherited methods with the same simple name as this method.
 
- getOverriddenAndImplementedMethods() - Method in class org.eclipse.xtext.xbase.typesystem.override.AbstractResolvedOperation
 
-  
 
- getOverriddenAndImplementedMethods() - Method in interface org.eclipse.xtext.xbase.typesystem.override.IResolvedOperation
 
- 
Returns overridden and implemented methods for this method.
 
- getOverriddenMethod() - Method in class org.eclipse.xtext.xbase.typesystem.override.AbstractResolvedOperation
 
-  
 
- getOverriddenMethod() - Method in interface org.eclipse.xtext.xbase.typesystem.override.IResolvedOperation
 
- 
Returns the overridden method, if any.
 
- getOverriddenRules(AbstractRule) - Method in class org.eclipse.xtext.xtext.ui.refactoring.RuleOverrideUtil
 
-  
 
- getOverrideAdornment(JvmExecutable) - Method in class org.eclipse.xtext.xbase.ui.labeling.XbaseImageAdornments
 
-  
 
- getOverrideCheckResult() - Method in class org.eclipse.xtext.xbase.typesystem.override.BottomResolvedOperation
 
-  
 
- getOverrideCheckResult() - Method in interface org.eclipse.xtext.xbase.typesystem.override.IResolvedOperation
 
- 
The override check result that is associated with this operation.
 
- getOverrideCheckResult() - Method in class org.eclipse.xtext.xbase.typesystem.override.ResolvedOperationInHierarchy
 
-  
 
- getOverrideTester() - Method in class org.eclipse.xtext.xbase.typesystem.override.AbstractResolvedOperation
 
-  
 
- getOverrideTester() - Method in class org.eclipse.xtext.xbase.typesystem.override.BottomResolvedOperation
 
-  
 
- getOverridingRules(AbstractRule) - Method in class org.eclipse.xtext.xtext.ui.refactoring.RuleOverrideUtil
 
-  
 
- getOverviewRulerAnnotationHover(ISourceViewer) - Method in class org.eclipse.xtext.ui.views.ReadOnlySourceViewerConfiguration
 
-  
 
- getOwner() - Method in class org.eclipse.xtext.common.types.impl.JvmTypeConstraintImpl
 
-  
 
- getOwner() - Method in interface org.eclipse.xtext.common.types.JvmTypeConstraint
 
- 
Returns the value of the 'Owner' container reference.
 
- getOwner() - Method in class org.eclipse.xtext.service.MethodBasedModule
 
-  
 
- getOwner() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractImplicitFeature
 
-  
 
- getOwner() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
-  
 
- getOwner() - Method in class org.eclipse.xtext.xbase.typesystem.references.OwnedConverter
 
-  
 
- getOwner() - Method in class org.eclipse.xtext.xbase.typesystem.util.AbstractTypeReferencePairWalker
 
-  
 
- getOwner() - Method in class org.eclipse.xtext.xbase.typesystem.util.TypeParameterSubstitutor
 
-  
 
- getPackage() - Static method in class org.eclipse.xtext.builder.builderState.impl.BuilderStateFactoryImpl
 
- 
Deprecated.
 
- getPackage() - Static method in class org.eclipse.xtext.builder.trace.impl.TraceFactoryImpl
 
- 
Deprecated.
the package should not be accessed statically.
 
 
- getPackage() - Static method in class org.eclipse.xtext.common.types.impl.TypesFactoryImpl
 
- 
Deprecated. 
 
- getPackage() - Static method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrFactoryImpl
 
- 
Deprecated. 
 
- getPackage() - Static method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.SimpleExpressionsFactoryImpl
 
- 
Deprecated. 
 
- getPackage(Grammar, Naming) - Static method in class org.eclipse.xtext.generator.parseTreeConstructor.ParseTreeConstructorUtil
 
-  
 
- getPackage() - Static method in class org.eclipse.xtext.impl.XtextFactoryImpl
 
- 
Deprecated.
the package should not be accessed statically.
 
 
- getPackage() - Static method in class org.eclipse.xtext.purexbase.pureXbase.impl.PureXbaseFactoryImpl
 
- 
Deprecated. 
 
- getPackage() - Static method in class org.eclipse.xtext.ui.codetemplates.templates.impl.TemplatesFactoryImpl
 
- 
Deprecated. 
 
- getPackage() - Static method in class org.eclipse.xtext.xbase.annotations.xAnnotations.impl.XAnnotationsFactoryImpl
 
- 
Deprecated. 
 
- getPackage() - Static method in class org.eclipse.xtext.xbase.impl.XbaseFactoryImpl
 
- 
Deprecated. 
 
- getPackage() - Static method in class org.eclipse.xtext.xtype.impl.XtypeFactoryImpl
 
- 
Deprecated. 
 
- getPackageDescription(String) - Method in class org.eclipse.xtext.xbase.ui.quickfix.CreateJavaTypeQuickfixes
 
-  
 
- getPackageFragmentRoot(URI) - Method in class org.eclipse.xtext.ui.containers.JavaProjectsStateHelper
 
-  
 
- getPackageFragmentRoot(IJavaElement) - Method in class org.eclipse.xtext.xbase.ui.editor.XbaseEditorInputRedirector
 
-  
 
- getPackageFragmentRootHandles(IJavaProject) - Method in class org.eclipse.xtext.ui.containers.JavaProjectsStateHelper
 
-  
 
- getPackageLocalName(JvmDeclaredType) - Method in class org.eclipse.xtext.xbase.imports.ImportOrganizer
 
-  
 
- getPackageName() - Method in class org.eclipse.xtext.common.types.impl.JvmDeclaredTypeImpl
 
-  
 
- getPackageName() - Method in class org.eclipse.xtext.common.types.impl.JvmDeclaredTypeImplCustom
 
-  
 
- getPackageName() - Method in interface org.eclipse.xtext.common.types.JvmDeclaredType
 
- 
Returns the value of the 'Package Name' attribute
 
- getPackageName() - Method in class org.eclipse.xtext.generator.serializer.SerializerGenFileNames.GenFileName
 
-  
 
- getPackageName(JvmMember) - Method in class org.eclipse.xtext.xbase.imports.TypeUsage
 
-  
 
- getPackageRemover() - Method in class org.eclipse.xtext.xtext.XtextLinker
 
-  
 
- getParallelLoader() - Static method in class org.eclipse.xtext.builder.resourceloader.ResourceLoaderProviders
 
- 
Returns a loader with a parallelization degree of 2 to 4 (depending on how many processors are available).
 
- getParallelLoader(int) - Static method in class org.eclipse.xtext.builder.resourceloader.ResourceLoaderProviders
 
-  
 
- getParallelLoader(int, int) - Static method in class org.eclipse.xtext.builder.resourceloader.ResourceLoaderProviders
 
-  
 
- getParam(JvmExecutable, int) - Method in class org.eclipse.xtext.xbase.typing.XbaseTypeProvider
 
- 
Deprecated.
  
- getParameterContext(JvmExecutable, List<JvmTypeReference>) - Method in class org.eclipse.xtext.common.types.util.LoggingTypeArgumentDecorator
 
- 
Deprecated.
  
- getParameterContext(JvmExecutable, List<JvmTypeReference>) - Method in class org.eclipse.xtext.common.types.util.TypeArgumentContextProvider
 
- 
Deprecated.
  
- getParameterizedView(LightweightTypeReference) - Method in interface org.eclipse.xtext.xbase.typesystem.override.IResolvedFeatures
 
- 
 
- getParameterizedView(LightweightTypeReference) - Method in class org.eclipse.xtext.xbase.typesystem.override.ParameterizedResolvedFeatures
 
-  
 
- getParameterizedView(LightweightTypeReference) - Method in class org.eclipse.xtext.xbase.typesystem.override.RawResolvedFeatures
 
-  
 
- getParameterListOffset(XExpression) - Method in class org.eclipse.xtext.xbase.ui.contentassist.ParameterContextInformationProvider
 
-  
 
- getParameterListOpenParenthesis(XExpression) - Method in class org.eclipse.xtext.xbase.ui.contentassist.ParameterContextInformationProvider
 
-  
 
- getParameterNfa(String) - Method in class org.eclipse.xtext.junit4.parameterized.XpectParameterProvider
 
- 
Deprecated.
  
- getParameters() - Method in class org.eclipse.xtext.common.types.impl.JvmExecutableImpl
 
-  
 
- getParameters() - Method in interface org.eclipse.xtext.common.types.JvmExecutable
 
- 
Returns the value of the 'Parameters' containment reference list.
 
- getParameters(Grammar) - Method in class org.eclipse.xtext.generator.AbstractGeneratorFragment
 
-  
 
- getParameters(Grammar) - Method in class org.eclipse.xtext.generator.AbstractStubGeneratorFragment
 
-  
 
- getParameters(Grammar) - Method in class org.eclipse.xtext.generator.ecore.EMFGeneratorFragment
 
-  
 
- getParameters(Grammar) - Method in class org.eclipse.xtext.generator.generator.GeneratorFragment
 
-  
 
- getParameters(Grammar) - Method in class org.eclipse.xtext.generator.junit.Junit4Fragment
 
-  
 
- getParameters(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.AbstractAntlrGeneratorFragment
 
-  
 
- getParameters(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.common.AbstractAntlrGeneratorFragmentEx
 
-  
 
- getParameters(Grammar) - Method in class org.eclipse.xtext.generator.resourceFactory.ResourceFactoryFragment
 
-  
 
- getParameters(Grammar) - Method in class org.eclipse.xtext.generator.scoping.AbstractScopingFragment
 
-  
 
- getParameters(Grammar) - Method in class org.eclipse.xtext.generator.validation.JavaValidatorFragment
 
-  
 
- getParameters(Grammar) - Method in class org.eclipse.xtext.generator.xbase.XbaseGeneratorFragment
 
-  
 
- getParameters() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.VariableImpl
 
-  
 
- getParameters() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.Variable
 
- 
Returns the value of the 'Parameters' attribute list.
 
- getParameters(Grammar) - Method in class org.eclipse.xtext.ui.generator.contentAssist.JavaBasedContentAssistFragment
 
-  
 
- getParameters(Grammar) - Method in class org.eclipse.xtext.ui.generator.ImplicitUiFragment
 
-  
 
- getParameters(Grammar) - Method in class org.eclipse.xtext.ui.generator.projectWizard.SimpleProjectWizardFragment
 
-  
 
- getParameters(Grammar) - Method in class org.eclipse.xtext.ui.generator.quickfix.QuickfixProviderFragment
 
-  
 
- getParametersAlternatives_2_1_4_3_0_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getParametersAlternatives_2_1_4_3_1_3_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getParametersAssignment_2_1_4_3_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getParametersAssignment_2_1_4_3_1_3() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getParameterSets() - Method in class org.eclipse.xtext.junit4.parameterized.ParameterizedXtextRunner.ResourceRunner
 
- 
Deprecated.
  
- getParametersFQNParserRuleCall_2_1_4_3_0_0_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getParametersFQNParserRuleCall_2_1_4_3_1_3_0_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getParametersSTRINGTerminalRuleCall_2_1_4_3_0_0_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getParametersSTRINGTerminalRuleCall_2_1_4_3_1_3_0_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getParametersToProcess() - Method in class org.eclipse.xtext.xbase.typesystem.util.ActualTypeArgumentCollector
 
-  
 
- getParameterSyntax(Class<?>, String) - Method in class org.eclipse.xtext.junit4.parameterized.XpectParameterProvider
 
- 
Deprecated.
  
- getParameterType() - Method in class org.eclipse.xtext.common.types.impl.JvmFormalParameterImpl
 
-  
 
- getParameterType() - Method in interface org.eclipse.xtext.common.types.JvmFormalParameter
 
- 
Returns the value of the 'Parameter Type' containment reference
 
- getParameterTypeAssignment_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.FullJvmFormalParameterElements
 
-  
 
- getParameterTypeAssignment_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.JvmFormalParameterElements
 
-  
 
- getParameterTypeJvmTypeReferenceParserRuleCall_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.FullJvmFormalParameterElements
 
-  
 
- getParameterTypeJvmTypeReferenceParserRuleCall_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.JvmFormalParameterElements
 
-  
 
- getParameterTypes() - Method in class org.eclipse.xtext.util.PolymorphicDispatcher.MethodDesc
 
-  
 
- getParameterTypes() - Method in class org.eclipse.xtext.xbase.typesystem.references.FunctionTypeReference
 
-  
 
- getParams() - Method in class org.eclipse.xtext.junit4.parameterized.ParameterizedXtextRunner.ParameterSetRunner
 
- 
Deprecated.
  
- getParamTypes(JvmExecutable) - Method in class org.eclipse.xtext.common.types.util.JavaReflectAccess
 
-  
 
- getParamTypes() - Method in class org.eclipse.xtext.xtype.impl.XFunctionTypeRefImpl
 
-  
 
- getParamTypes() - Method in interface org.eclipse.xtext.xtype.XFunctionTypeRef
 
- 
Returns the value of the 'Param Types' containment reference list.
 
- getParamTypesAssignment_0_1_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XFunctionTypeRefElements
 
-  
 
- getParamTypesAssignment_0_1_1_1() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XFunctionTypeRefElements
 
-  
 
- getParamTypesJvmTypeReferenceParserRuleCall_0_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XFunctionTypeRefElements
 
-  
 
- getParamTypesJvmTypeReferenceParserRuleCall_0_1_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XFunctionTypeRefElements
 
-  
 
- getParent() - Method in class org.eclipse.xtext.generator.trace.AbstractTraceRegion
 
-  
 
- getParent() - Method in class org.eclipse.xtext.grammaranalysis.impl.AbstractPDAProvider.RuleCallStackElement
 
-  
 
- getParent(AbstractElement) - Method in class org.eclipse.xtext.grammaranalysis.impl.CfgAdapter
 
-  
 
- getParent() - Method in class org.eclipse.xtext.nodemodel.impl.AbstractNode
 
-  
 
- getParent() - Method in class org.eclipse.xtext.nodemodel.impl.RootNode
 
-  
 
- getParent() - Method in class org.eclipse.xtext.nodemodel.impl.SyntheticCompositeNode
 
-  
 
- getParent() - Method in interface org.eclipse.xtext.nodemodel.INode
 
- 
Returns the parent of the node or null if and only if this is the root node.
 
- getParent() - Method in class org.eclipse.xtext.parser.packrat.internal.Marker
 
-  
 
- getParent() - Method in class org.eclipse.xtext.scoping.impl.AbstractScope
 
-  
 
- getParent() - Method in class org.eclipse.xtext.serializer.analysis.GrammarAlias.AbstractElementAlias
 
-  
 
- getParent(GrammarAlias.AbstractElementAlias) - Method in class org.eclipse.xtext.serializer.analysis.GrammarAlias.GrammarAliasAdapter
 
-  
 
- getParent(IGrammarConstraintProvider.IConstraintElement) - Method in class org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.ConstraintElementProduction
 
-  
 
- getParent() - Method in class org.eclipse.xtext.serializer.sequencer.BacktrackingSemanticSequencer.TraceItem
 
-  
 
- getParent() - Method in class org.eclipse.xtext.ui.compare.AbstractContentViewer
 
-  
 
- getParent(Object) - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceSearchResultContentProvider
 
-  
 
- getParent() - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceSearchViewTreeNode
 
-  
 
- getParent() - Method in class org.eclipse.xtext.ui.editor.outline.impl.AbstractOutlineNode
 
-  
 
- getParent(Object) - Method in class org.eclipse.xtext.ui.editor.outline.impl.OutlineNodeContentProvider
 
-  
 
- getParent() - Method in interface org.eclipse.xtext.ui.editor.outline.IOutlineNode
 
-  
 
- getParent() - Method in class org.eclipse.xtext.ui.refactoring.impl.DisplayChangeWrapper.Generic
 
-  
 
- getParent() - Method in class org.eclipse.xtext.ui.refactoring.impl.DisplayChangeWrapper.TextEditBased
 
-  
 
- getParent(NfaToProduction.AbstractElementAlias<TOKEN>) - Method in class org.eclipse.xtext.util.formallang.NfaToProduction.AliasGrammarProvider
 
-  
 
- getParent(ELEMENT) - Method in interface org.eclipse.xtext.util.formallang.Production
 
-  
 
- getParent(StringProduction.ProdElement) - Method in class org.eclipse.xtext.util.formallang.StringProduction
 
-  
 
- getParent() - Method in class org.eclipse.xtext.util.formallang.StringProduction.ProdElement
 
-  
 
- getParent() - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractNestedFeatureScopeSession
 
-  
 
- getParent() - Method in class org.eclipse.xtext.xbase.scoping.XbaseScopeProvider.SimpleAcceptor
 
- 
Deprecated.
  
- getParent() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractStackedTypeComputationState
 
-  
 
- getParent() - Method in class org.eclipse.xtext.xbase.typesystem.internal.StackedResolvedTypes
 
-  
 
- getParentElements(Provider<Iterable<IEObjectDescription>>) - Method in class org.eclipse.xtext.scoping.impl.AbstractScope
 
-  
 
- getParenthesizedAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getParenthesizedAssignableElementAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getParenthesizedAssignableElementParserRuleCall_2() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AssignableTerminalElements
 
-  
 
- getParenthesizedAssignableElementRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getParenthesizedElementAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getParenthesizedElementParserRuleCall_2() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractTerminalElements
 
-  
 
- getParenthesizedElementRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getParenthesizedExpressionAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getParenthesizedExpressionParserRuleCall_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.AtomElements
 
-  
 
- getParenthesizedExpressionRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getParenthesizedParserRuleCall_2() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OtherElementElements
 
-  
 
- getParenthesizedRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getParenthesizedTerminalElementAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getParenthesizedTerminalElementParserRuleCall_2() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalTokenElementElements
 
-  
 
- getParenthesizedTerminalElementRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getParentNodeWithCrossReference(INode) - Method in class org.eclipse.xtext.ui.editor.hyperlinking.HyperlinkHelper
 
- 
 
- getParents() - Method in class org.eclipse.xtext.ui.resource.PackageFragmentRootWalker.TraversalState
 
-  
 
- getParents() - Method in class org.eclipse.xtext.xtext.ecoreInference.EClassifierInfos
 
-  
 
- getParser() - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getParser() - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getParser() - Method in class org.eclipse.xtext.resource.XtextResource
 
-  
 
- getParser() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.ParserBasedContentAssistContextFactory.StatefulFactory
 
-  
 
- getParserClassName(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.common.AntlrFragmentHelper
 
-  
 
- getParserClassName(Grammar, Naming) - Static method in class org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment
 
-  
 
- getParserClassName(Grammar, Naming) - Static method in class org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
 
-  
 
- getParseResult(String) - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getParseResult(String) - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getParseResult() - Method in class org.eclipse.xtext.resource.XtextResource
 
-  
 
- getParseResultAndExpect(String, int) - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getParseResultAndExpect(String, int) - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getParseResultFactory() - Method in class org.eclipse.xtext.parser.packrat.AbstractPackratParser
 
-  
 
- getParserFileNameSuffix() - Method in class org.eclipse.xtext.generator.parser.antlr.AbstractAntlrGeneratorFragment
 
-  
 
- getParserFileNameSuffix() - Method in class org.eclipse.xtext.generator.parser.antlr.ex.common.AbstractAntlrGeneratorFragmentEx
 
-  
 
- getParserGrammarFileName(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.common.AntlrFragmentHelper
 
-  
 
- getParserRule() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getParserRule() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
 
- getParserRule_DefinesHiddenTokens() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getParserRule_DefinesHiddenTokens() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
 
- getParserRule_HiddenTokens() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getParserRule_HiddenTokens() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
 
- getParserRuleAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getParserRuleParserRuleCall_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractRuleElements
 
-  
 
- getParserRuleRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getParseTreeConstructor() - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getParseTreeConstructor() - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getParseTreeConstructorName(Grammar, Naming) - Static method in class org.eclipse.xtext.generator.parseTreeConstructor.ParseTreeConstructorUtil
 
-  
 
- getParseTreeReconstructor() - Method in class org.eclipse.xtext.parsetree.reconstr.Serializer
 
-  
 
- getPartialContentAssistContextFactory(Grammar) - Method in class org.eclipse.xtext.ui.codetemplates.ui.registry.LanguageRegistry
 
-  
 
- getPartialContentAssistParser(Grammar, Naming) - Static method in class org.eclipse.xtext.ui.generator.templates.CodetemplatesGeneratorFragment
 
-  
 
- getPartialParser() - Method in class org.eclipse.xtext.parser.antlr.AbstractAntlrParser
 
-  
 
- getParticipants() - Method in class org.eclipse.xtext.builder.impl.RegistryBuilderParticipant
 
-  
 
- getPartition(int) - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyDocument
 
-  
 
- getPartition(int) - Method in class org.eclipse.xtext.ui.editor.model.DocumentPartitioner
 
- 
 
 May be replaced or extended by subclasses.
 
- getPartition(int, boolean) - Method in class org.eclipse.xtext.ui.editor.model.DocumentPartitioner
 
- 
 
 May be replaced or extended by subclasses.
 
- getPartitionType(int) - Method in interface org.eclipse.xtext.ui.editor.model.ITokenTypeToPartitionTypeMapper
 
- 
returns the partition type for the given antlr type
 
- getPartitionType(int) - Method in class org.eclipse.xtext.ui.editor.model.TerminalsTokenTypeToPartitionMapper
 
-  
 
- getParts() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.TemplateBodyImpl
 
-  
 
- getParts() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.TemplateBody
 
- 
Returns the value of the 'Parts' containment reference list.
 
- getPartsAssignment_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.TemplateBodyElements
 
-  
 
- getPartsAssignment_2_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.TemplateBodyElements
 
-  
 
- getPartsAssignment_2_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.TemplateBodyElements
 
-  
 
- getPartsLiteralParserRuleCall_1_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.TemplateBodyElements
 
-  
 
- getPartsLiteralParserRuleCall_2_1_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.TemplateBodyElements
 
-  
 
- getPartsVariableOrDollarParserRuleCall_2_0_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.TemplateBodyElements
 
-  
 
- getPath() - Method in interface org.eclipse.xtext.builder.trace.DebugLocationData
 
- 
Returns the value of the 'Path' attribute
 
- getPath() - Method in class org.eclipse.xtext.builder.trace.impl.DebugLocationDataImpl
 
-  
 
- getPath() - Method in class org.eclipse.xtext.generator.GeneratorComponent.Outlet
 
-  
 
- getPath() - Method in interface org.eclipse.xtext.generator.trace.ILocationData
 
-  
 
- getPath() - Method in class org.eclipse.xtext.generator.trace.LocationData
 
-  
 
- getPath(URI) - Method in class org.eclipse.xtext.generator.trace.TraceAsSmapInstaller
 
-  
 
- getPath() - Method in class org.eclipse.xtext.ui.resource.Storage2UriMapperJavaImpl.PackageFragmentRootData
 
-  
 
- getPathes() - Method in class org.eclipse.xtext.generator.AbstractFileSystemAccess
 
-  
 
- getPathes() - Method in class org.eclipse.xtext.mwe.Reader
 
-  
 
- getPathInFragmentRoot(ITypeRoot) - Method in class org.eclipse.xtext.builder.trace.TraceForTypeRootProvider
 
-  
 
- getPathRtProject() - Method in class org.eclipse.xtext.generator.Generator
 
-  
 
- getPathSuffix() - Method in class org.eclipse.xtext.ui.PluginImageHelper
 
-  
 
- getPathTestProject() - Method in class org.eclipse.xtext.generator.Generator
 
-  
 
- getPathTestProject() - Method in class org.eclipse.xtext.generator.Naming
 
-  
 
- getPathToTarget() - Method in interface org.eclipse.xtext.serializer.analysis.ISyntacticSequencerPDAProvider.ISynNavigable
 
-  
 
- getPathToTarget() - Method in class org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider.SynNavigable
 
-  
 
- getPathToUriMap(List<String>) - Method in class org.eclipse.xtext.mwe.RuntimeResourceSetInitializer
 
-  
 
- getPathToUriMap(List<String>, UriFilter) - Method in class org.eclipse.xtext.mwe.RuntimeResourceSetInitializer
 
-  
 
- getPathTraverser() - Method in class org.eclipse.xtext.mwe.Reader
 
-  
 
- getPathUiProject() - Method in class org.eclipse.xtext.generator.Generator
 
-  
 
- getPattern() - Method in class org.eclipse.xtext.ui.codetemplates.ui.preferences.EditTemplateDialog
 
-  
 
- getPattern() - Method in class org.eclipse.xtext.ui.editor.outline.quickoutline.StringMatcher
 
-  
 
- getPatterns(Collection<MatcherState>) - Method in class org.eclipse.xtext.formatting.impl.MatcherTransition
 
-  
 
- getPDA(CTX) - Method in class org.eclipse.xtext.grammaranalysis.impl.AbstractPDAProvider
 
-  
 
- getPDA(CTX) - Method in interface org.eclipse.xtext.grammaranalysis.IPDAProvider
 
-  
 
- getPDA(EObject, EClass) - Method in interface org.eclipse.xtext.serializer.analysis.ISyntacticSequencerPDAProvider
 
-  
 
- getPDA(EObject, EClass) - Method in class org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider
 
-  
 
- getPercentSignKeyword_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpMultiElements
 
-  
 
- getPerformChangeOperation() - Method in class org.eclipse.xtext.ui.refactoring.ui.RenameRefactoringExecuter.CheckConditionsAndCreateChangeRunnable
 
-  
 
- getPersistable() - Method in class org.eclipse.xtext.ui.editor.XtextReadonlyEditorInput
 
-  
 
- getPersistedIssues(URI) - Method in class org.eclipse.xtext.builder.builderState.IssuesProvider
 
-  
 
- getPlatformResourceOrNormalizedURI(EObject) - Static method in class org.eclipse.xtext.EcoreUtil2
 
-  
 
- getPlatformResourceOrNormalizedURI(Resource) - Static method in class org.eclipse.xtext.EcoreUtil2
 
-  
 
- getPlugin() - Static method in class org.eclipse.xtext.common.types.provider.TypesEditPlugin
 
- 
Returns the singleton instance of the Eclipse plugin
 
- getPlugin() - Method in class org.eclipse.xtext.ui.PluginImageHelper
 
-  
 
- getPlugin() - Method in class org.eclipse.xtext.ui.preferences.StatusInfo
 
-  
 
- getPluginId() - Method in class org.eclipse.xtext.xbase.ui.jvmmodel.findrefs.CompositeSearchQuery
 
-  
 
- getPluginResourceLocator() - Method in class org.eclipse.xtext.common.types.provider.TypesEditPlugin
 
- 
Returns the singleton instance of the Eclipse plugin
 
- getPlusSignEqualsSignKeyword_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpMultiAssignElements
 
-  
 
- getPlusSignKeyword_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpAddElements
 
-  
 
- getPlusSignKeyword_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpUnaryElements
 
-  
 
- getPolygon(boolean) - Method in class org.eclipse.xtext.ui.refactoring.ui.RenameRefactoringPopup
 
-  
 
- getPop(ISerState) - Method in class org.eclipse.xtext.serializer.analysis.SerializerPDA
 
-  
 
- getPop(ISyntacticSequencerPDAProvider.ISynState) - Method in class org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider.NavigablePDA
 
-  
 
- getPop(STATE) - Method in interface org.eclipse.xtext.util.formallang.Pda
 
-  
 
- getPop(String) - Method in class org.eclipse.xtext.util.formallang.StringPda
 
-  
 
- getPositionCategories() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyDocument
 
-  
 
- getPositions(String) - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyDocument
 
-  
 
- getPositions() - Method in class org.eclipse.xtext.ui.editor.model.DocumentPartitioner
 
- 
Returns the partitioners positions.
 
- getPositions(String, int, int, boolean, boolean) - Method in class org.eclipse.xtext.ui.editor.model.XtextDocument
 
-  
 
- getPositions(String) - Method in class org.eclipse.xtext.ui.editor.model.XtextDocument
 
-  
 
- getPositions() - Method in class org.eclipse.xtext.ui.editor.syntaxcoloring.MergingHighlightedPositionAcceptor
 
-  
 
- getPositionUpdaters() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyDocument
 
-  
 
- getPostfix() - Method in class org.eclipse.xtext.xbase.junit.formatter.AssertingFormatterData
 
-  
 
- getPostProcessor() - Method in class org.eclipse.xtext.xtext.XtextLinker
 
-  
 
- getPostProcessors() - Method in class org.eclipse.xtext.generator.Generator
 
-  
 
- getPrecedence() - Method in class org.eclipse.xtext.grammaranalysis.impl.AbstractNFATransition
 
-  
 
- getPrecedence() - Method in interface org.eclipse.xtext.grammaranalysis.INFATransition
 
-  
 
- getPrecedence() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.TreeConstTransition
 
-  
 
- getPreCompileLaunchers() - Method in class org.eclipse.xtext.xtext.ui.wizard.releng.RelengProjectInfo
 
-  
 
- getPredicate() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.PredicatedImpl
 
-  
 
- getPredicate() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.Predicated
 
- 
Returns the value of the 'Predicate' containment reference
 
- getPredicate(EObject, EClass) - Method in class org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
 
-  
 
- getPredicate(EObject, EReference) - Method in class org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
 
-  
 
- getPredicate() - Method in class org.eclipse.xtext.xbase.impl.XAbstractWhileExpressionImpl
 
-  
 
- getPredicate() - Method in interface org.eclipse.xtext.xbase.XAbstractWhileExpression
 
- 
Returns the value of the 'Predicate' containment reference
 
- getPredicateAlternativesParserRuleCall_3_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.PredicatedElements
 
-  
 
- getPredicateAssignment_3() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.PredicatedElements
 
-  
 
- getPredicateAssignment_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XWhileExpressionElements
 
-  
 
- getPredicateAssignment_5() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XDoWhileExpressionElements
 
-  
 
- getPredicated() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getPredicated() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
 
- getPredicated_Element() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getPredicated_Element() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for the containment reference '
Element'
 
 
- getPredicated_Predicate() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getPredicated_Predicate() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for the containment reference '
Predicate'
 
 
- getPredicatedAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getPredicatedAssignment_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AssignmentElements
 
-  
 
- getPredicatedAssignment_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.PredicatedGroupElements
 
-  
 
- getPredicatedAssignment_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.PredicatedKeywordElements
 
-  
 
- getPredicatedAssignment_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.PredicatedRuleCallElements
 
-  
 
- getPredicatedEqualsSignGreaterThanSignKeyword_0_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AssignmentElements
 
-  
 
- getPredicatedEqualsSignGreaterThanSignKeyword_0_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.PredicatedGroupElements
 
-  
 
- getPredicatedEqualsSignGreaterThanSignKeyword_0_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.PredicatedKeywordElements
 
-  
 
- getPredicatedEqualsSignGreaterThanSignKeyword_0_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.PredicatedRuleCallElements
 
-  
 
- getPredicatedGroupAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getPredicatedGroupParserRuleCall_5() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractTerminalElements
 
-  
 
- getPredicatedGroupRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getPredicatedKeywordAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getPredicatedKeywordParserRuleCall_3() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractTerminalElements
 
-  
 
- getPredicatedKeywordRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getPredicatedParserRuleCall_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OtherElementElements
 
-  
 
- getPredicatedRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getPredicatedRuleCallAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getPredicatedRuleCallParserRuleCall_4() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractTerminalElements
 
-  
 
- getPredicatedRuleCallRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getPredicateXExpressionParserRuleCall_3_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XWhileExpressionElements
 
-  
 
- getPredicateXExpressionParserRuleCall_5_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XDoWhileExpressionElements
 
-  
 
- getPreference(PreferenceKey) - Method in interface org.eclipse.xtext.preferences.IPreferenceValues
 
-  
 
- getPreference(PreferenceKey) - Method in class org.eclipse.xtext.preferences.MapBasedPreferenceValues
 
-  
 
- getPreferenceChanges() - Method in class org.eclipse.xtext.ui.preferences.OptionsConfigurationBlock
 
-  
 
- getPreferenceContentStatus() - Method in class org.eclipse.xtext.ui.preferences.PropertyAndPreferencePage
 
-  
 
- getPreferenceDefaultValue() - Method in class org.eclipse.xtext.ui.editor.actions.AbstractToggleActionContributor
 
-  
 
- getPreferenceDefaultValue() - Method in class org.eclipse.xtext.ui.editor.outline.actions.LinkWithEditorOutlineContribution
 
-  
 
- getPreferenceKey() - Method in class org.eclipse.xtext.ui.editor.actions.AbstractToggleActionContributor
 
-  
 
- getPreferenceKey() - Method in class org.eclipse.xtext.ui.editor.occurrences.MarkOccurrenceActionContributor
 
-  
 
- getPreferenceKey() - Method in class org.eclipse.xtext.ui.editor.outline.actions.LinkWithEditorOutlineContribution
 
-  
 
- getPreferenceKey() - Method in class org.eclipse.xtext.ui.editor.outline.actions.SortOutlineContribution
 
-  
 
- getPreferenceKey() - Method in class org.eclipse.xtext.xtext.ui.editor.outline.FilterTerminalRulesContribution
 
-  
 
- getPreferenceKey() - Method in class org.eclipse.xtext.xtext.ui.editor.outline.HideReturnTypesContribution
 
-  
 
- getPreferenceNodes(boolean) - Method in class org.eclipse.xtext.ui.editor.preferences.FixedScopedPreferenceStore
 
- 
Return the preference path to search preferences on.
 
- getPreferencePageID() - Method in class org.eclipse.xtext.builder.preferences.BuilderPreferencePage
 
-  
 
- getPreferencePageID() - Method in class org.eclipse.xtext.ui.preferences.PropertyAndPreferencePage
 
-  
 
- getPreferencePageID() - Method in class org.eclipse.xtext.ui.validation.ValidatorPreferencePage
 
-  
 
- getPreferencePrefix() - Method in class org.eclipse.xtext.ui.editor.preferences.fields.AbstractDetailsPart
 
-  
 
- getPreferenceStore() - Method in interface org.eclipse.xtext.ui.editor.preferences.IPreferenceStoreAccess
 
- 
a read only preference store, used to obtain preferences, without any context.
 
- getPreferenceStore() - Method in class org.eclipse.xtext.ui.editor.preferences.PreferenceStoreAccessImpl
 
-  
 
- getPreferenceStore() - Method in class org.eclipse.xtext.xtext.ui.graph.RailroadViewPreferences
 
-  
 
- getPreferenceStoreAccess() - Method in class org.eclipse.xtext.builder.EclipseOutputConfigurationProvider
 
-  
 
- getPreferenceStoreAccess() - Method in class org.eclipse.xtext.ui.editor.actions.AbstractToggleActionContributor
 
-  
 
- getPreferenceStoreAccessor() - Method in class org.eclipse.xtext.ui.editor.syntaxcoloring.HighlightingHelper
 
-  
 
- getPreferenceValues(Resource) - Method in interface org.eclipse.xtext.preferences.IPreferenceValuesProvider
 
-  
 
- getPreferenceValues(Resource) - Method in class org.eclipse.xtext.preferences.IPreferenceValuesProvider.SimplePreferenceValuesProvider
 
-  
 
- getPreferenceValues(Resource) - Method in class org.eclipse.xtext.preferences.IPreferenceValuesProvider.SingletonPreferenceValuesProvider
 
-  
 
- getPreferenceValues(Resource) - Method in class org.eclipse.xtext.ui.preferences.EclipsePreferencesProvider
 
-  
 
- getPreferredCandidate(ILinkingCandidate) - Method in interface org.eclipse.xtext.xbase.typesystem.computation.ILinkingCandidate
 
- 
Produces the best candidate for the current two candidates.
 
- getPreferredCandidate(ILinkingCandidate) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractAmbiguousLinkingCandidate
 
-  
 
- getPreferredCandidate(ILinkingCandidate) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractImplicitFeature
 
-  
 
- getPreferredCandidate(ILinkingCandidate) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractPendingLinkingCandidate
 
- 
Returns the best candidate considering the this and the given other candidate.
 
- getPreferredCandidate(ILinkingCandidate) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractUnresolvableReference
 
-  
 
- getPreferredCandidate(ILinkingCandidate) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AppliedFeatureLinkingCandidate
 
-  
 
- getPreferredCandidate(ILinkingCandidate) - Method in class org.eclipse.xtext.xbase.typesystem.internal.NullConstructorLinkingCandidate
 
-  
 
- getPreferredCandidate(ILinkingCandidate) - Method in class org.eclipse.xtext.xbase.typesystem.internal.NullFeatureLinkingCandidate
 
-  
 
- getPreferredCandidate(ILinkingCandidate) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedConstructor
 
-  
 
- getPreferredCandidate(ILinkingCandidate) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedFeature
 
-  
 
- getPreferredCandidate(ILinkingCandidate) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypeLiteral
 
-  
 
- getPreferredCandidate(ILinkingCandidate) - Method in class org.eclipse.xtext.xbase.typesystem.internal.SuspiciouslyOverloadedCandidate
 
-  
 
- getPrefix() - Method in class org.eclipse.xtext.ui.codetemplates.ui.preferences.EditTemplateDialog
 
-  
 
- getPrefix(INode) - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.ParserBasedContentAssistContextFactory.StatefulFactory
 
-  
 
- getPrefix() - Method in class org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext
 
- 
The prefix string that is used to match the validity of proposals.
 
- getPrefix() - Method in class org.eclipse.xtext.xbase.junit.formatter.AssertingFormatterData
 
-  
 
- getPrefix() - Method in class org.eclipse.xtext.xbase.ui.contentassist.WhitespaceHelper
 
-  
 
- getPrefix() - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseInformationControlInput
 
-  
 
- getPrefixCompletionStart(IDocument, int) - Method in class org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal
 
-  
 
- getPrefixCompletionStart(IDocument, int) - Method in class org.eclipse.xtext.ui.editor.quickfix.QuickAssistCompletionProposal
 
-  
 
- getPrefixCompletionText(IDocument, int) - Method in class org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal
 
-  
 
- getPrefixCompletionText(IDocument, int) - Method in class org.eclipse.xtext.ui.editor.quickfix.QuickAssistCompletionProposal
 
-  
 
- getPrefixesMap() - Method in class org.eclipse.xtext.ui.editor.toggleComments.ToggleSLCommentAction
 
-  
 
- getPrefixExpressionAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getPrefixExpressionParserRuleCall_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ComparisonElements
 
-  
 
- getPrefixExpressionRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getPresentationReconciler(ISourceViewer) - Method in class org.eclipse.xtext.ui.editor.XtextSourceViewerConfiguration
 
-  
 
- getPresentationReconcilerProvider() - Method in class org.eclipse.xtext.ui.editor.XtextSourceViewerConfiguration
 
-  
 
- getPresenterProvider() - Method in class org.eclipse.xtext.ui.editor.syntaxcoloring.HighlightingHelper
 
-  
 
- getPreviewContent(TextEditBasedChangeGroup[], IRegion, boolean, int, IProgressMonitor) - Method in class org.eclipse.xtext.ui.refactoring.impl.DisplayChangeWrapper.TextEditBased
 
-  
 
- getPreviewContent(IProgressMonitor) - Method in class org.eclipse.xtext.ui.refactoring.impl.DisplayChangeWrapper.TextEditBased
 
-  
 
- getPreviousLocation() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.TreeConstructionReportImpl
 
-  
 
- getPreviousLocation() - Method in interface org.eclipse.xtext.parsetree.reconstr.IParseTreeConstructor.TreeConstructionReport
 
-  
 
- getPreviousModel() - Method in class org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext
 
- 
The model element that is valid for the position left of the completion offset.
 
- getPreviousSibling(EObject) - Static method in class org.eclipse.xtext.EcoreUtil2
 
-  
 
- getPreviousSibling() - Method in class org.eclipse.xtext.nodemodel.impl.AbstractNode
 
-  
 
- getPreviousSibling() - Method in class org.eclipse.xtext.nodemodel.impl.RootNode
 
-  
 
- getPreviousSibling() - Method in class org.eclipse.xtext.nodemodel.impl.SyntheticCompositeNode
 
-  
 
- getPreviousSibling() - Method in interface org.eclipse.xtext.nodemodel.INode
 
- 
Returns the previous sibling or null.
 
- getPrimaryCandidate() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractAmbiguousLinkingCandidate
 
-  
 
- getPrimaryFileExtension() - Method in class org.eclipse.xtext.resource.FileExtensionProvider
 
-  
 
- getPrimaryModelFileExtension() - Method in class org.eclipse.xtext.ui.wizard.AbstractProjectCreator
 
-  
 
- getPrimarySourceElement(EObject) - Method in interface org.eclipse.xtext.xbase.jvmmodel.IJvmModelAssociations
 
-  
 
- getPrimarySourceElement(EObject) - Method in class org.eclipse.xtext.xbase.jvmmodel.JvmModelAssociator
 
-  
 
- getPrimaryTypeFrom(ICompilationUnit) - Method in class org.eclipse.xtext.common.types.ui.notification.DeltaConverter
 
- 
Deprecated.
This method is not used anymore.
 
 
- getPrimaryValidDetail(IResolvedOperation, JvmOperation) - Method in class org.eclipse.xtext.xbase.typesystem.override.OverrideTester
 
-  
 
- getPrimitiveIfWrapperType() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
-  
 
- getPrimitiveIfWrapperType() - Method in class org.eclipse.xtext.xbase.typesystem.references.ParameterizedTypeReference
 
-  
 
- getPrimitiveIfWrapperType() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnboundTypeReference
 
-  
 
- getPrimitiveKind() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
-  
 
- getPrimitiveKind() - Method in class org.eclipse.xtext.xbase.typesystem.references.ParameterizedTypeReference
 
-  
 
- getPrimitiveKind() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnboundTypeReference
 
-  
 
- getPrimitiveKindIfWrapperType() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
-  
 
- getPrimitiveKindIfWrapperType() - Method in class org.eclipse.xtext.xbase.typesystem.references.ParameterizedTypeReference
 
-  
 
- getPrimitiveKindIfWrapperType() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnboundTypeReference
 
-  
 
- getPrimitives() - Method in class org.eclipse.xtext.common.types.util.TypeConformanceComputer
 
- 
Deprecated.
  
- getPrimitives() - Method in class org.eclipse.xtext.xbase.compiler.AbstractXbaseCompiler
 
-  
 
- getPrimitives() - Method in class org.eclipse.xtext.xbase.typesystem.util.CommonTypeComputationServices
 
-  
 
- getPrimitiveTypeIfWrapper(JvmDeclaredType) - Method in class org.eclipse.xtext.common.types.util.Primitives
 
-  
 
- getPrimitiveVoid(ITypeComputationState) - Method in class org.eclipse.xtext.xbase.typesystem.computation.XbaseTypeComputer
 
-  
 
- getPrimitiveVoid(XExpression) - Method in class org.eclipse.xtext.xbase.typing.XbaseTypeProvider
 
- 
Deprecated.
  
- getPrintableStopwatchData() - Static method in class org.eclipse.xtext.util.internal.Stopwatches
 
-  
 
- getPriority() - Method in class org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal
 
- 
Returns the priority of the proposal.
 
- getPriority() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.DefaultJvmFeatureDescriptionProvider
 
- 
Deprecated.
  
- getPriority() - Method in interface org.eclipse.xtext.xbase.scoping.featurecalls.IJvmFeatureDescriptionProvider
 
- 
Deprecated.
  
- getPriorityHelper() - Method in class org.eclipse.xtext.ui.editor.contentassist.AbstractContentProposalProvider
 
-  
 
- getPrivateField(Class<?>, String) - Method in class org.eclipse.xtext.ui.refactoring.ui.RefactoringWizardOpenOperation_NonForking
 
-  
 
- getProblematicFeature() - Method in class org.eclipse.xtext.validation.EObjectDiagnosticImpl
 
-  
 
- getProblematicObject() - Method in class org.eclipse.xtext.validation.EObjectDiagnosticImpl
 
-  
 
- getProcessor() - Method in class org.eclipse.xtext.ui.refactoring.impl.DefaultRenameRefactoringProvider.RenameRefactoring
 
-  
 
- getProcessorName() - Method in class org.eclipse.xtext.common.types.ui.refactoring.participant.CompositeRefactoringProcessor
 
-  
 
- getProcessorName() - Method in class org.eclipse.xtext.ui.refactoring.impl.RenameElementProcessor
 
-  
 
- getProcessorName() - Method in class org.eclipse.xtext.xbase.ui.jvmmodel.refactoring.jdt.CombinedJvmJdtRenameProcessor
 
-  
 
- getProduction() - Method in class org.eclipse.xtext.util.formallang.FollowerFunctionImpl
 
-  
 
- getProject() - Method in class org.eclipse.xtext.builder.impl.javasupport.UnconfirmedStructuralChangesDelta
 
-  
 
- getProject() - Method in class org.eclipse.xtext.builder.nature.XtextNature
 
-  
 
- getProject() - Method in class org.eclipse.xtext.builder.trace.AbstractLocationInResource
 
-  
 
- getProject() - Method in class org.eclipse.xtext.common.types.ui.notification.JavaBuilderState
 
-  
 
- getProject() - Method in interface org.eclipse.xtext.generator.trace.ILocationInResource
 
-  
 
- getProject() - Method in class org.eclipse.xtext.ui.preferences.OptionsConfigurationBlock
 
-  
 
- getProject() - Method in class org.eclipse.xtext.ui.preferences.PropertyAndPreferencePage
 
-  
 
- getProject(URI) - Method in class org.eclipse.xtext.ui.refactoring.impl.ProjectUtil
 
-  
 
- getProjectConfig(Path) - Method in class org.eclipse.xtext.xbase.file.FileLocationsImpl
 
-  
 
- getProjectFolder(Path) - Method in class org.eclipse.xtext.xbase.file.FileLocationsImpl
 
-  
 
- getProjectInfo() - Method in class org.eclipse.xtext.ui.wizard.AbstractProjectCreator
 
-  
 
- getProjectInfo() - Method in class org.eclipse.xtext.ui.wizard.XtextNewProjectWizard
 
-  
 
- getProjectInfo() - Method in class org.eclipse.xtext.xtext.ui.wizard.ecore2xtext.NewXtextProjectFromEcoreWizard
 
-  
 
- getProjectInfo() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.NewXtextProjectWizard
 
-  
 
- getProjectInfo() - Method in class org.eclipse.xtext.xtext.ui.wizard.releng.NewRelengProjectWizard
 
-  
 
- getProjectInfo() - Method in class org.eclipse.xtext.xtext.ui.wizard.releng.RelengProjectsCreator
 
-  
 
- getProjectInformationProvider() - Method in class org.eclipse.xtext.xbase.file.FileLocationsImpl
 
-  
 
- getProjectInformationProvider() - Method in class org.eclipse.xtext.xbase.file.JavaIOFileSystemSupport
 
-  
 
- getProjectName() - Method in class org.eclipse.xtext.builder.impl.BuildData
 
-  
 
- getProjectName() - Method in class org.eclipse.xtext.ui.wizard.DefaultProjectInfo
 
-  
 
- getProjectName() - Method in interface org.eclipse.xtext.ui.wizard.IProjectInfo
 
- 
The returned name should be used as folder name and
 as project name in the corresponding .project file.
 
- getProjectName() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectInfo
 
-  
 
- getProjectNameRt() - Method in class org.eclipse.xtext.generator.Naming
 
-  
 
- getProjectNameSpace() - Method in class org.eclipse.xtext.xtext.ui.wizard.releng.RelengProjectInfo
 
-  
 
- getProjectNameUi() - Method in class org.eclipse.xtext.generator.Naming
 
-  
 
- getProjectNatures() - Method in class org.eclipse.xtext.ui.wizard.AbstractProjectCreator
 
-  
 
- getProjectProvider() - Method in class org.eclipse.xtext.common.types.util.jdt.JavaElementFinder
 
-  
 
- getProjectProvider() - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtTypesProposalProvider
 
-  
 
- getProjects() - Method in class org.eclipse.xtext.xbase.file.WorkspaceConfig
 
-  
 
- getProjectsHelper() - Method in class org.eclipse.xtext.ui.containers.JavaProjectsState
 
-  
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmAnnotationAnnotationValueItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmAnnotationReferenceItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmAnnotationTargetItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmAnnotationTypeItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmAnnotationValueItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmAnyTypeReferenceItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmArrayTypeItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmBooleanAnnotationValueItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmByteAnnotationValueItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmCharAnnotationValueItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmComponentTypeItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmCompoundTypeReferenceItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmConstraintOwnerItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmConstructorItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmCustomAnnotationValueItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmDeclaredTypeItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmDelegateTypeReferenceItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmDoubleAnnotationValueItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmEnumAnnotationValueItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmEnumerationLiteralItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmEnumerationTypeItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmExecutableItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmFeatureItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmFieldItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmFloatAnnotationValueItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmFormalParameterItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmGenericArrayTypeReferenceItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmGenericTypeItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmIdentifiableElementItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmIntAnnotationValueItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmLongAnnotationValueItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmLowerBoundItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmMemberItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmMultiTypeReferenceItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmOperationItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmParameterizedTypeReferenceItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmPrimitiveTypeItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmShortAnnotationValueItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmSpecializedTypeReferenceItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmStringAnnotationValueItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmSynonymTypeReferenceItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmTypeAnnotationValueItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmTypeConstraintItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmTypeItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmTypeParameterDeclaratorItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmTypeParameterItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmTypeReferenceItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmUnknownTypeReferenceItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmUpperBoundItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmVoidItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyDescriptors(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmWildcardTypeReferenceItemProvider
 
- 
This returns the property descriptors for the adapted class
 
- getPropertyNameForGetterMethod(String) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.XFeatureCallSugarDescriptionProvider
 
- 
Deprecated.
  
- getPropertyNameForSetter(String) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.XAssignmentSugarDescriptionProvider
 
- 
Deprecated.
  
- getPropertyPageID() - Method in class org.eclipse.xtext.builder.preferences.BuilderPreferencePage
 
-  
 
- getPropertyPageID() - Method in class org.eclipse.xtext.ui.preferences.PropertyAndPreferencePage
 
-  
 
- getPropertyPageID() - Method in class org.eclipse.xtext.ui.validation.ValidatorPreferencePage
 
-  
 
- getProposalBracketInfo(IEObjectDescription, ContentAssistContext) - Method in class org.eclipse.xtext.xbase.ui.contentassist.XbaseProposalProvider
 
-  
 
- getProposalFactory(String, ContentAssistContext) - Method in class org.eclipse.xtext.ui.contentassist.XtextProposalProvider
 
-  
 
- getProposalFactory(String, ContentAssistContext) - Method in class org.eclipse.xtext.ui.editor.contentassist.AbstractJavaBasedContentProposalProvider
 
-  
 
- getProposalFactory(String, ContentAssistContext) - Method in class org.eclipse.xtext.xbase.ui.contentassist.XbaseProposalProvider
 
-  
 
- getProposalLexer() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.AntlrProposalConflictHelper
 
-  
 
- getProposalProviderName(Grammar) - Method in class org.eclipse.xtext.ui.generator.contentAssist.ContentAssistFragment
 
-  
 
- getProposedText(ICompletionProposal) - Method in class org.eclipse.xtext.junit4.ui.ContentAssistProcessorTestBuilder
 
-  
 
- getProtocolToFactoryMap() - Method in class org.eclipse.xtext.resource.impl.ResourceServiceProviderRegistryImpl
 
-  
 
- getProtocolToFactoryMap() - Method in interface org.eclipse.xtext.resource.IResourceServiceProvider.Registry
 
-  
 
- getPure() - Method in class org.eclipse.xtext.junit4.parameterized.StringCollection.Item
 
- 
Deprecated.
  
- getPureXbaseFactory() - Method in class org.eclipse.xtext.purexbase.pureXbase.impl.PureXbasePackageImpl
 
-  
 
- getPureXbaseFactory() - Method in interface org.eclipse.xtext.purexbase.pureXbase.PureXbasePackage
 
- 
Returns the factory that creates the instances of the model
 
- getPureXbasePackage() - Method in class org.eclipse.xtext.purexbase.pureXbase.impl.PureXbaseFactoryImpl
 
-  
 
- getPureXbasePackage() - Method in interface org.eclipse.xtext.purexbase.pureXbase.PureXbaseFactory
 
- 
Returns the package supported by this factory
 
- getPush(ISerState) - Method in class org.eclipse.xtext.serializer.analysis.SerializerPDA
 
-  
 
- getPush(ISyntacticSequencerPDAProvider.ISynState) - Method in class org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider.NavigablePDA
 
-  
 
- getPush(STATE) - Method in interface org.eclipse.xtext.util.formallang.Pda
 
-  
 
- getPush(String) - Method in class org.eclipse.xtext.util.formallang.StringPda
 
-  
 
- getQualifiedInjectorProviderName(Grammar, Naming) - Static method in class org.eclipse.xtext.generator.junit.Junit4Fragment
 
-  
 
- getQualifiedName() - Method in interface org.eclipse.xtext.builder.builderState.BuilderStatePackage
 
- 
 
- getQualifiedName() - Method in class org.eclipse.xtext.builder.builderState.impl.BuilderStatePackageImpl
 
-  
 
- getQualifiedName() - Method in class org.eclipse.xtext.builder.builderState.impl.EObjectDescriptionImpl
 
-  
 
- getQualifiedName(ITypeBinding) - Method in class org.eclipse.xtext.common.types.access.jdt.JdtBasedTypeFactory
 
-  
 
- getQualifiedName(ITypeBinding) - Method in class org.eclipse.xtext.common.types.access.jdt.TypeURIHelper
 
-  
 
- getQualifiedName(ITypeBinding, StringBuilder) - Method in class org.eclipse.xtext.common.types.access.jdt.TypeURIHelper
 
-  
 
- getQualifiedName(ITypeBinding, SegmentSequence.Builder) - Method in class org.eclipse.xtext.common.types.access.jdt.TypeURIHelper
 
-  
 
- getQualifiedName(char) - Method in class org.eclipse.xtext.common.types.impl.JvmAnyTypeReferenceImplCustom
 
- 
 
- getQualifiedName(char) - Method in class org.eclipse.xtext.common.types.impl.JvmArrayTypeImplCustom
 
-  
 
- getQualifiedName(char) - Method in class org.eclipse.xtext.common.types.impl.JvmCompoundTypeReferenceImplCustom
 
- 
 
- getQualifiedName(char) - Method in class org.eclipse.xtext.common.types.impl.JvmConstructorImplCustom
 
-  
 
- getQualifiedName(char) - Method in class org.eclipse.xtext.common.types.impl.JvmDeclaredTypeImplCustom
 
-  
 
- getQualifiedName(char) - Method in class org.eclipse.xtext.common.types.impl.JvmDelegateTypeReferenceImplCustom
 
-  
 
- getQualifiedName(char) - Method in class org.eclipse.xtext.common.types.impl.JvmFormalParameterImplCustom
 
-  
 
- getQualifiedName(char) - Method in class org.eclipse.xtext.common.types.impl.JvmGenericArrayTypeReferenceImplCustom
 
-  
 
- getQualifiedName() - Method in class org.eclipse.xtext.common.types.impl.JvmIdentifiableElementImpl
 
-  
 
- getQualifiedName(char) - Method in class org.eclipse.xtext.common.types.impl.JvmIdentifiableElementImpl
 
-  
 
- getQualifiedName() - Method in class org.eclipse.xtext.common.types.impl.JvmIdentifiableElementImplCustom
 
-  
 
- getQualifiedName(char) - Method in class org.eclipse.xtext.common.types.impl.JvmLowerBoundImplCustom
 
-  
 
- getQualifiedName(char) - Method in class org.eclipse.xtext.common.types.impl.JvmMemberImplCustom
 
-  
 
- getQualifiedName(char) - Method in class org.eclipse.xtext.common.types.impl.JvmParameterizedTypeReferenceImplCustom
 
-  
 
- getQualifiedName(char) - Method in class org.eclipse.xtext.common.types.impl.JvmPrimitiveTypeImplCustom
 
-  
 
- getQualifiedName(char) - Method in class org.eclipse.xtext.common.types.impl.JvmSpecializedTypeReferenceImplCustom
 
-  
 
- getQualifiedName() - Method in class org.eclipse.xtext.common.types.impl.JvmTypeConstraintImpl
 
-  
 
- getQualifiedName(char) - Method in class org.eclipse.xtext.common.types.impl.JvmTypeConstraintImpl
 
-  
 
- getQualifiedName() - Method in class org.eclipse.xtext.common.types.impl.JvmTypeConstraintImplCustom
 
-  
 
- getQualifiedName(char) - Method in class org.eclipse.xtext.common.types.impl.JvmTypeConstraintImplCustom
 
-  
 
- getQualifiedName(char) - Method in class org.eclipse.xtext.common.types.impl.JvmTypeParameterImplCustom
 
-  
 
- getQualifiedName() - Method in class org.eclipse.xtext.common.types.impl.JvmTypeReferenceImpl
 
-  
 
- getQualifiedName(char) - Method in class org.eclipse.xtext.common.types.impl.JvmTypeReferenceImpl
 
-  
 
- getQualifiedName() - Method in class org.eclipse.xtext.common.types.impl.JvmTypeReferenceImplCustom
 
-  
 
- getQualifiedName(char) - Method in class org.eclipse.xtext.common.types.impl.JvmTypeReferenceImplCustom
 
-  
 
- getQualifiedName() - Method in class org.eclipse.xtext.common.types.impl.JvmUnknownTypeReferenceImpl
 
-  
 
- getQualifiedName(char) - Method in class org.eclipse.xtext.common.types.impl.JvmUnknownTypeReferenceImplCustom
 
- 
 
- getQualifiedName() - Method in class org.eclipse.xtext.common.types.impl.JvmUnknownTypeReferenceImplCustom
 
-  
 
- getQualifiedName(char) - Method in class org.eclipse.xtext.common.types.impl.JvmUpperBoundImplCustom
 
-  
 
- getQualifiedName(char) - Method in class org.eclipse.xtext.common.types.impl.JvmVoidImplCustom
 
-  
 
- getQualifiedName(char) - Method in class org.eclipse.xtext.common.types.impl.JvmWildcardTypeReferenceImplCustom
 
-  
 
- getQualifiedName() - Method in interface org.eclipse.xtext.common.types.JvmIdentifiableElement
 
- 
The qualified name of a JvmIdentifiableElement is a textual representation of the element.
 
- getQualifiedName(char) - Method in interface org.eclipse.xtext.common.types.JvmIdentifiableElement
 
- 
The qualified name of a JvmIdentifiableElement is a textual representation of the element.
 
- getQualifiedName() - Method in interface org.eclipse.xtext.common.types.JvmTypeConstraint
 
-  
 
- getQualifiedName(char) - Method in interface org.eclipse.xtext.common.types.JvmTypeConstraint
 
-  
 
- getQualifiedName() - Method in interface org.eclipse.xtext.common.types.JvmTypeReference
 
-  
 
- getQualifiedName(char) - Method in interface org.eclipse.xtext.common.types.JvmTypeReference
 
-  
 
- getQualifiedName() - Method in interface org.eclipse.xtext.common.types.JvmUnknownTypeReference
 
- 
Returns the value of the 'Qualified Name' attribute
 
- getQualifiedName() - Method in class org.eclipse.xtext.common.types.ui.notification.NameBasedEObjectDescription
 
-  
 
- getQualifiedName() - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtBasedConstructorScope.LazyConstructorDescription
 
-  
 
- getQualifiedName() - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtBasedConstructorScope.LazyDefaultConstructorDescription
 
-  
 
- getQualifiedName() - Method in class org.eclipse.xtext.generator.serializer.SerializerGenFileNames.GenFileName
 
-  
 
- getQualifiedName(Grammar) - Method in class org.eclipse.xtext.generator.serializer.SerializerGenFileNames.GenFileName
 
-  
 
- getQualifiedName() - Method in class org.eclipse.xtext.resource.EObjectDescription
 
-  
 
- getQualifiedName() - Method in interface org.eclipse.xtext.resource.IEObjectDescription
 
-  
 
- getQualifiedName() - Method in class org.eclipse.xtext.resource.impl.AliasedEObjectDescription
 
-  
 
- getQualifiedName(ExecutionEvent) - Method in class org.eclipse.xtext.ui.editor.copyqualifiedname.AbstractCopyQualifiedNameHandler
 
-  
 
- getQualifiedName(EObject) - Method in class org.eclipse.xtext.ui.editor.copyqualifiedname.AbstractCopyQualifiedNameHandler
 
-  
 
- getQualifiedName(EObject, EObject) - Method in class org.eclipse.xtext.ui.editor.copyqualifiedname.AbstractCopyQualifiedNameHandler
 
-  
 
- getQualifiedName(EObject, EObject) - Method in interface org.eclipse.xtext.ui.editor.copyqualifiedname.CopyQualifiedNameService
 
-  
 
- getQualifiedName(EObject, EObject) - Method in class org.eclipse.xtext.ui.editor.copyqualifiedname.DefaultCopyQualifiedNameService
 
-  
 
- getQualifiedName(ExecutionEvent) - Method in class org.eclipse.xtext.ui.editor.copyqualifiedname.EditorCopyQualifiedNameHandler
 
-  
 
- getQualifiedName(ExecutionEvent) - Method in class org.eclipse.xtext.ui.editor.copyqualifiedname.OutlineCopyQualifiedNameHandler
 
-  
 
- getQualifiedName(Grammar, Naming) - Static method in class org.eclipse.xtext.ui.generator.outline.OutlineTreeProviderFragment
 
-  
 
- getQualifiedName() - Method in class org.eclipse.xtext.xbase.impl.XSwitchExpressionImpl
 
-  
 
- getQualifiedName(char) - Method in class org.eclipse.xtext.xbase.impl.XSwitchExpressionImpl
 
-  
 
- getQualifiedName(char) - Method in class org.eclipse.xtext.xbase.impl.XSwitchExpressionImplCustom
 
-  
 
- getQualifiedName() - Method in class org.eclipse.xtext.xbase.impl.XSwitchExpressionImplCustom
 
-  
 
- getQualifiedName() - Method in class org.eclipse.xtext.xbase.impl.XVariableDeclarationImpl
 
-  
 
- getQualifiedName(char) - Method in class org.eclipse.xtext.xbase.impl.XVariableDeclarationImpl
 
-  
 
- getQualifiedName() - Method in class org.eclipse.xtext.xbase.impl.XVariableDeclarationImplCustom
 
-  
 
- getQualifiedName(char) - Method in class org.eclipse.xtext.xbase.impl.XVariableDeclarationImplCustom
 
-  
 
- getQualifiedName() - Method in class org.eclipse.xtext.xbase.scoping.batch.SimpleIdentifiableElementDescription
 
-  
 
- getQualifiedName() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ScopeProviderAccess.ErrorDescription
 
-  
 
- getQualifiedName() - Method in class org.eclipse.xtext.xbase.ui.contentassist.MultiNameDescription
 
-  
 
- getQualifiedName(EObject, EObject) - Method in class org.eclipse.xtext.xbase.ui.editor.copyqualifiedname.XbaseCopyQualifiedNameService
 
-  
 
- getQualifiedName(char) - Method in class org.eclipse.xtext.xtype.impl.XFunctionTypeRefImplCustom
 
-  
 
- getQualifiedNameAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getQualifiedNameAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getQualifiedNameAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getQualifiedNameAccess() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getQualifiedNameConverter() - Method in class org.eclipse.xtext.common.types.xtext.AbstractConstructorScope
 
-  
 
- getQualifiedNameConverter() - Method in class org.eclipse.xtext.common.types.xtext.AbstractTypeScope
 
-  
 
- getQualifiedNameConverter() - Method in class org.eclipse.xtext.ui.editor.contentassist.AbstractContentProposalProvider
 
-  
 
- getQualifiedNameConverter() - Method in class org.eclipse.xtext.ui.editor.quickfix.DefaultQuickfixProvider
 
-  
 
- getQualifiedNameConverter() - Method in class org.eclipse.xtext.xbase.scoping.XImportSectionNamespaceScopeProvider
 
-  
 
- getQualifiedNameOfLocalElement(EObject) - Method in class org.eclipse.xtext.scoping.impl.ImportedNamespaceAwareLocalScopeProvider
 
-  
 
- getQualifiedNameOfLocalElement(EObject) - Method in class org.eclipse.xtext.xbase.scoping.XbaseImportedNamespaceScopeProvider
 
- 
Deprecated.
  
- getQualifiedNameOfLocalElement(EObject) - Method in class org.eclipse.xtext.xbase.scoping.XImportSectionNamespaceScopeProvider
 
-  
 
- getQualifiedNameParserRuleCall_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.QualifiedNameWithWildcardElements
 
-  
 
- getQualifiedNameProvider() - Method in class org.eclipse.xtext.resource.impl.DefaultResourceDescriptionStrategy
 
-  
 
- getQualifiedNameProvider() - Method in class org.eclipse.xtext.scoping.impl.ImportedNamespaceAwareLocalScopeProvider
 
-  
 
- getQualifiedNameProvider() - Method in class org.eclipse.xtext.xbase.scoping.XbaseImportedNamespaceScopeProvider
 
- 
Deprecated.
  
- getQualifiedNameProvider() - Method in class org.eclipse.xtext.xbase.scoping.XImportSectionNamespaceScopeProvider
 
-  
 
- getQualifiedNameRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getQualifiedNameRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getQualifiedNameRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getQualifiedNameRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getQualifiedNameValueConverter() - Method in class org.eclipse.xtext.xbase.conversion.XbaseValueConverterService
 
-  
 
- getQualifiedNameValueConverter() - Method in class org.eclipse.xtext.xbase.ui.contentassist.XbaseProposalProvider
 
-  
 
- getQualifiedNameWithWildcardAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getQualifiedNameWithWildcardAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getQualifiedNameWithWildcardAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getQualifiedNameWithWildcardAccess() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getQualifiedNameWithWildcardRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getQualifiedNameWithWildcardRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getQualifiedNameWithWildcardRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getQualifiedNameWithWildcardRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getQualifiedNameWithWildCardValueConverter() - Method in class org.eclipse.xtext.xbase.conversion.XbaseValueConverterService
 
-  
 
- getQualifiedTypeName(char[], char[][], char[]) - Method in class org.eclipse.xtext.xbase.ui.imports.InteractiveUnresolvedTypeResolver
 
-  
 
- getQualifiedTypeName(char[], char[][], char[]) - Method in class org.eclipse.xtext.xbase.ui.quickfix.JavaTypeQuickfixes
 
-  
 
- getQualifiedTypeNames(IJavaElementDelta) - Method in class org.eclipse.xtext.common.types.ui.notification.DeltaConverter
 
-  
 
- getQualifiedTypeNames(IJavaElement) - Method in class org.eclipse.xtext.common.types.ui.notification.DeltaConverter
 
-  
 
- getQualifiedTypeNames(Object) - Method in class org.eclipse.xtext.common.types.ui.notification.JavaBuilderState
 
-  
 
- getQualifiedUiInjectorProviderName(Grammar, Naming) - Static method in class org.eclipse.xtext.generator.junit.Junit4Fragment
 
-  
 
- getQualifier() - Method in class org.eclipse.xtext.ui.editor.preferences.AbstractPreferencePage
 
-  
 
- getQualifier() - Method in class org.eclipse.xtext.ui.editor.preferences.PreferenceStoreAccessImpl
 
-  
 
- getQuery() - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceSearchResult
 
-  
 
- getQueryExecutor(EObject) - Method in class org.eclipse.xtext.ui.editor.findrefs.FindReferencesHandler
 
-  
 
- getQuestionMarkColonKeyword_8() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOtherElements
 
-  
 
- getQuestionMarkKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmWildcardTypeReferenceElements
 
-  
 
- getQueue(String) - Method in class org.eclipse.xtext.builder.impl.QueuedBuildData
 
-  
 
- getQueuedBuildData() - Static method in class org.eclipse.xtext.ui.shared.Access
 
-  
 
- getQueuedDiagnostics() - Method in class org.eclipse.xtext.xbase.typesystem.internal.CompoundReentrantTypeResolver
 
-  
 
- getQueuedDiagnostics() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ForwardingResolvedTypes
 
-  
 
- getQueuedDiagnostics() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getQueuedDiagnostics() - Method in class org.eclipse.xtext.xbase.typesystem.internal.StackedResolvedTypes
 
-  
 
- getQueuedDiagnostics() - Method in interface org.eclipse.xtext.xbase.typesystem.IResolvedTypes
 
-  
 
- getQueuedDiagnostics() - Method in class org.eclipse.xtext.xbase.typesystem.IResolvedTypes.NullResolvedTypes
 
-  
 
- getQuickAssistAssistant(ISourceViewer) - Method in class org.eclipse.xtext.ui.editor.XtextSourceViewerConfiguration
 
-  
 
- getQuickfixProviderName(Grammar, Naming) - Static method in class org.eclipse.xtext.ui.generator.quickfix.QuickfixProviderFragment
 
-  
 
- getQuickfixProviderSuperClassName(Grammar) - Method in class org.eclipse.xtext.ui.generator.quickfix.QuickfixProviderFragment
 
-  
 
- getQuote() - Method in class org.eclipse.xtext.junit4.parameterized.StringCollection
 
- 
Deprecated.
  
- getRawContextType() - Method in class org.eclipse.xtext.xbase.typesystem.util.ContextualVisibilityHelper
 
-  
 
- getRawDisplayString() - Method in class org.eclipse.xtext.xbase.ui.contentassist.ParameterData
 
-  
 
- getRawSuperType(JvmType) - Method in class org.eclipse.xtext.xbase.typesystem.references.ParameterizedTypeReference
 
-  
 
- getRawType(JvmTypeReference) - Method in class org.eclipse.xtext.common.types.impl.JvmDeclaredTypeImplCustom
 
-  
 
- getRawType(JvmType) - Method in class org.eclipse.xtext.common.types.util.JavaReflectAccess
 
-  
 
- getRawType() - Method in class org.eclipse.xtext.xbase.typesystem.override.AbstractResolvedFeatures
 
-  
 
- getRawTypeContext() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.JvmFeatureDescription
 
- 
Deprecated.
  
- getRawTypeForName(Class<?>, ITypeReferenceOwner) - Method in class org.eclipse.xtext.xbase.typesystem.computation.XbaseTypeComputer
 
-  
 
- getRawTypeForName(Class<?>, ITypeReferenceOwner) - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeLiteralHelper
 
-  
 
- getRawTypeFromConstraints(List<JvmTypeConstraint>, Resource) - Method in class org.eclipse.xtext.common.types.util.RawTypeHelper.RawTypeReferenceImplementation
 
-  
 
- getRawTypeFromConstraints(ITypeReferenceOwner, JvmTypeParameter, ResourceSet) - Method in class org.eclipse.xtext.xbase.typesystem.references.RawTypeHelper.RawTypeReferenceImplementation
 
-  
 
- getRawTypeHelper() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.AbstractFeaturesForTypeProvider
 
- 
Deprecated.
  
- getRawTypeHelper() - Method in class org.eclipse.xtext.xbase.typesystem.util.CommonTypeComputationServices
 
-  
 
- getRawTypeIdentifier(JvmTypeReference) - Method in class org.eclipse.xtext.common.types.impl.JvmDeclaredTypeImplCustom
 
-  
 
- getRawTypeReference(JvmTypeReference, Resource) - Method in interface org.eclipse.xtext.common.types.util.IRawTypeHelper
 
-  
 
- getRawTypeReference(JvmTypeReference, Resource) - Method in class org.eclipse.xtext.common.types.util.RawTypeHelper
 
-  
 
- getRawTypeReference(JvmTypeReference, Resource) - Method in class org.eclipse.xtext.common.types.util.RawTypeHelper.RawTypeReferenceImplementation
 
-  
 
- getRawTypeReference(LightweightTypeReference, ResourceSet) - Method in interface org.eclipse.xtext.xbase.typesystem.conformance.IRawTypeHelper
 
-  
 
- getRawTypeReference() - Method in class org.eclipse.xtext.xbase.typesystem.references.ArrayTypeReference
 
-  
 
- getRawTypeReference() - Method in class org.eclipse.xtext.xbase.typesystem.references.CompoundTypeReference
 
-  
 
- getRawTypeReference() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
-  
 
- getRawTypeReference() - Method in class org.eclipse.xtext.xbase.typesystem.references.ParameterizedTypeReference
 
-  
 
- getRawTypeReference(LightweightTypeReference, ResourceSet) - Method in class org.eclipse.xtext.xbase.typesystem.references.RawTypeHelper
 
-  
 
- getRawTypeReference(LightweightTypeReference, ResourceSet) - Method in class org.eclipse.xtext.xbase.typesystem.references.RawTypeHelper.RawTypeReferenceImplementation
 
-  
 
- getRawTypes() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
-  
 
- getRawTypes() - Method in class org.eclipse.xtext.xbase.typesystem.references.ParameterizedTypeReference
 
-  
 
- getRawTypesFromConstraints(List<JvmTypeConstraint>, Resource) - Method in class org.eclipse.xtext.common.types.util.RawTypeHelper.RawTypeImplementation
 
-  
 
- getRawTypesFromConstraints(ITypeReferenceOwner, JvmTypeParameter, ResourceSet) - Method in class org.eclipse.xtext.xbase.typesystem.references.RawTypeHelper.RawTypeImplementation
 
-  
 
- getRawTypeSimpleName(String) - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtVariableCompletions
 
-  
 
- getReadHoldCount() - Method in class org.eclipse.xtext.util.concurrent.AbstractReadWriteAcces
 
- 
Queries the number of reentrant read holds on this lock by the current thread.
 
- getReceiver(XAssignment, IEvaluationContext, CancelIndicator) - Method in class org.eclipse.xtext.xbase.interpreter.impl.XbaseInterpreter
 
-  
 
- getReceiver() - Method in class org.eclipse.xtext.xbase.scoping.batch.StaticFeatureScope
 
-  
 
- getReceiver() - Method in class org.eclipse.xtext.xbase.typesystem.internal.FeatureLinkingCandidate
 
-  
 
- getReceiver() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedFeature
 
-  
 
- getReceiverConformanceHints() - Method in class org.eclipse.xtext.xbase.typesystem.internal.FeatureLinkingCandidate
 
-  
 
- getReceiverContext(JvmTypeReference) - Method in class org.eclipse.xtext.common.types.util.LoggingTypeArgumentDecorator
 
- 
Deprecated.
  
- getReceiverContext(JvmTypeReference) - Method in class org.eclipse.xtext.common.types.util.TypeArgumentContextProvider
 
- 
Deprecated.
  
- getReceiverType() - Method in class org.eclipse.xtext.common.types.util.LoggingTypeArgumentDecorator
 
- 
Deprecated.
  
- getReceiverType() - Method in class org.eclipse.xtext.common.types.util.TypeArgumentContextProvider.AbstractRequest
 
- 
Deprecated.
  
- getReceiverType() - Method in class org.eclipse.xtext.common.types.util.TypeArgumentContextProvider.ReceiverRequest
 
- 
Deprecated.
  
- getReceiverType() - Method in interface org.eclipse.xtext.common.types.util.TypeArgumentContextProvider.Request
 
- 
Deprecated.
  
- getReceiverType() - Method in class org.eclipse.xtext.xbase.scoping.batch.StaticFeatureScope
 
-  
 
- getReceiverType() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.IJvmFeatureScopeProvider.FeatureScopeDescription
 
- 
Deprecated.
  
- getReceiverType() - Method in class org.eclipse.xtext.xbase.scoping.XbaseScopeProvider.SimpleAcceptor
 
- 
Deprecated.
  
- getReceiverType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.FeatureLinkingCandidate
 
-  
 
- getReceiverType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedFeature
 
-  
 
- getReceiverType(XAbstractFeatureCall, boolean) - Method in class org.eclipse.xtext.xbase.typing.XbaseTypeProvider
 
- 
Deprecated.
  
- getReceiverType() - Method in class org.eclipse.xtext.xbase.ui.hover.FeatureCallRequest
 
-  
 
- getReceiverTypeParameterMapping() - Method in class org.eclipse.xtext.xbase.scoping.batch.ConstructorDelegateScope
 
-  
 
- getReceiverTypeParameterMapping() - Method in class org.eclipse.xtext.xbase.scoping.batch.ReceiverFeatureScope
 
-  
 
- getRecognitionException() - Method in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser.LexerErrorContext
 
-  
 
- getRecognitionException() - Method in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser.ParserErrorContext
 
-  
 
- getRecognitionException() - Method in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser.UnorderedGroupErrorContext
 
-  
 
- getRecognitionException() - Method in interface org.eclipse.xtext.parser.antlr.ISyntaxErrorMessageProvider.IParserErrorContext
 
- 
Returns the recognition exception or null in case of lexer errors.
 
- getRecognitionException() - Method in interface org.eclipse.xtext.parser.antlr.ISyntaxErrorMessageProvider.IUnorderedGroupErrorContext
 
- 
Returns the failed predicate exception caused by a specific unordered group.
 
- getRecognizer() - Method in class org.eclipse.xtext.parser.antlr.UnorderedGroupHelper
 
-  
 
- getRecognizer() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.internal.DFA
 
-  
 
- getReconciler() - Method in class org.eclipse.xtext.ui.editor.syntaxcoloring.HighlightingHelper
 
- 
Returns this hightlighter's reconciler.
 
- getReconciler(ISourceViewer) - Method in class org.eclipse.xtext.ui.editor.XtextSourceViewerConfiguration
 
-  
 
- getReconcilerProvider() - Method in class org.eclipse.xtext.ui.editor.syntaxcoloring.HighlightingHelper
 
-  
 
- getReconcilingStrategy(String) - Method in class org.eclipse.xtext.ui.editor.reconciler.XtextReconciler
 
-  
 
- getRecoveryListener() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser
 
-  
 
- getRedirectedPath(IPath) - Method in interface org.eclipse.xtext.ui.refactoring.IChangeRedirector
 
-  
 
- getRefactoringStatus() - Method in class org.eclipse.xtext.ui.refactoring.impl.RefactoringUpdateAcceptor
 
-  
 
- getRefactoringStatus() - Method in class org.eclipse.xtext.ui.refactoring.impl.StatusWrapper
 
-  
 
- getRefactoringStatus() - Method in interface org.eclipse.xtext.ui.refactoring.IRefactoringUpdateAcceptor
 
-  
 
- getRefactoringStatus() - Method in class org.eclipse.xtext.ui.refactoring.ui.DefaultLinkedPositionGroupCalculator.LocalResourceRefactoringUpdateAcceptor
 
-  
 
- getRefactoringStatus() - Method in class org.eclipse.xtext.xbase.ui.refactoring.XbaseReferenceUpdater.ImportAwareUpdateAcceptor
 
-  
 
- getReference(CrossReference, EClass) - Static method in class org.eclipse.xtext.GrammarUtil
 
-  
 
- getReference(CrossReference) - Static method in class org.eclipse.xtext.GrammarUtil
 
-  
 
- getReference() - Method in interface org.eclipse.xtext.linking.ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext
 
-  
 
- getReference() - Method in class org.eclipse.xtext.linking.impl.Linker.LinkingDiagnosticContext
 
-  
 
- getReference() - Method in class org.eclipse.xtext.linking.lazy.LazyLinkingResource.DiagnosticMessageContext
 
-  
 
- getReference(String, String, Grammar) - Method in class org.eclipse.xtext.ui.editor.templates.CrossReferenceTemplateVariableResolver
 
-  
 
- getReference() - Method in class org.eclipse.xtext.xbase.scoping.LocalVariableScopeContext
 
- 
Deprecated.
  
- getReference() - Method in class org.eclipse.xtext.xbase.typesystem.internal.FollowUpError
 
-  
 
- getReference() - Method in class org.eclipse.xtext.xbase.typesystem.internal.UnresolvableConstructorCall
 
-  
 
- getReference() - Method in class org.eclipse.xtext.xbase.typesystem.internal.UnresolvableFeatureCall
 
-  
 
- getReferencedEPackages(List<EPackage>) - Method in class org.eclipse.xtext.generator.ecore.EMFGeneratorFragment
 
-  
 
- getReferenceDescription() - Method in interface org.eclipse.xtext.builder.builderState.BuilderStatePackage
 
- 
 
- getReferenceDescription() - Method in class org.eclipse.xtext.builder.builderState.impl.BuilderStatePackageImpl
 
-  
 
- getReferenceDescription() - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceSearchResultEvents.Added
 
-  
 
- getReferenceDescription_ExternalFormOfEReference() - Method in interface org.eclipse.xtext.builder.builderState.BuilderStatePackage
 
- 
 
- getReferenceDescription_ExternalFormOfEReference() - Method in class org.eclipse.xtext.builder.builderState.impl.BuilderStatePackageImpl
 
-  
 
- getReferenceDescriptions() - Method in class org.eclipse.xtext.builder.builderState.impl.ResourceDescriptionImpl
 
-  
 
- getReferenceDescriptions() - Method in class org.eclipse.xtext.builder.clustering.CopiedResourceDescription
 
-  
 
- getReferenceDescriptions() - Method in class org.eclipse.xtext.common.types.ui.notification.LayeredTypeResourceDescription
 
-  
 
- getReferenceDescriptions() - Method in class org.eclipse.xtext.common.types.ui.notification.TypeResourceDescription
 
-  
 
- getReferenceDescriptions() - Method in class org.eclipse.xtext.junit.util.URIBasedTestResourceDescription
 
-  
 
- getReferenceDescriptions() - Method in class org.eclipse.xtext.junit4.util.URIBasedTestResourceDescription
 
-  
 
- getReferenceDescriptions() - Method in class org.eclipse.xtext.resource.impl.DefaultResourceDescription
 
-  
 
- getReferenceDescriptions() - Method in interface org.eclipse.xtext.resource.IResourceDescription
 
-  
 
- getReferenceDescriptions() - Method in class org.eclipse.xtext.ui.editor.StatefulResourceDescription
 
-  
 
- getReferencedGenModels() - Method in class org.eclipse.xtext.generator.ecore.EcoreGeneratorFragment
 
- 
Deprecated.
 
- getReferencedMetamodel() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getReferencedMetamodel() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
 
- getReferencedMetamodelAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getReferencedMetamodelParserRuleCall_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractMetamodelDeclarationElements
 
-  
 
- getReferencedMetamodelRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getReferencedProjects() - Method in class org.eclipse.xtext.ui.wizard.AbstractProjectCreator
 
-  
 
- getReferencedResourceSets() - Method in interface org.eclipse.xtext.resource.ResourceSetReferencingResourceSet
 
-  
 
- getReferencedResourceSets() - Method in class org.eclipse.xtext.resource.ResourceSetReferencingResourceSetImpl
 
-  
 
- getReferenceName(XExpression, ITreeAppendable) - Method in class org.eclipse.xtext.xbase.compiler.AbstractXbaseCompiler
 
-  
 
- getReferenceName(XExpression, ITreeAppendable) - Method in class org.eclipse.xtext.xbase.compiler.XbaseCompiler
 
-  
 
- getReferenceOwner() - Method in interface org.eclipse.xtext.xbase.typesystem.computation.ITypeAssigner
 
- 
Returns the current owner.
 
- getReferenceOwner() - Method in interface org.eclipse.xtext.xbase.typesystem.computation.ITypeComputationState
 
- 
The current type reference owner for newly converted type references.
 
- getReferenceOwner() - Method in interface org.eclipse.xtext.xbase.typesystem.computation.ITypeExpectation
 
-  
 
- getReferenceOwner() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractTypeComputationState
 
-  
 
- getReferenceOwner() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractTypeExpectation
 
-  
 
- getReferenceOwner() - Method in class org.eclipse.xtext.xbase.typesystem.internal.CompoundTypeAssigner
 
-  
 
- getReferenceOwner() - Method in class org.eclipse.xtext.xbase.typesystem.internal.CompoundTypeComputationState
 
-  
 
- getReferenceOwner() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ForwardingTypeComputationState
 
-  
 
- getReferenceOwner() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getReferenceOwner() - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeAssigner
 
-  
 
- getReferences() - Method in class org.eclipse.xtext.common.types.impl.JvmCompoundTypeReferenceImpl
 
-  
 
- getReferences() - Method in interface org.eclipse.xtext.common.types.JvmCompoundTypeReference
 
- 
Returns the value of the 'References' containment reference list.
 
- getReferences(Triple<EObject, EReference, INode>, LinkedHashSet<Triple<EObject, EReference, INode>>) - Method in class org.eclipse.xtext.linking.lazy.LazyLinkingResource
 
-  
 
- getReferenceSyntax(EObject, EReference, int) - Method in class org.eclipse.xtext.xbase.ui.jvmmodel.refactoring.JvmModelReferenceUpdater
 
-  
 
- getReferenceSyntax(String) - Method in class org.eclipse.xtext.xbase.ui.jvmmodel.refactoring.JvmModelReferenceUpdater
 
-  
 
- getReferenceType(EReference, EClass) - Method in class org.eclipse.xtext.util.EcoreGenericsUtil
 
-  
 
- getReferenceUpdater(URI) - Method in class org.eclipse.xtext.ui.refactoring.impl.ReferenceUpdaterDispatcher.ReferenceDescriptionAcceptor
 
-  
 
- getReferenceUpdater() - Method in class org.eclipse.xtext.ui.resource.DefaultResourceUIServiceProvider
 
- 
Deprecated.
use get(IReferenceUpdater.class) instead
 
 
- getReferenceUpdater() - Method in interface org.eclipse.xtext.ui.resource.IResourceUIServiceProvider
 
- 
 
- getReferenceUpdater2ReferenceDescriptions() - Method in class org.eclipse.xtext.ui.refactoring.impl.ReferenceUpdaterDispatcher.ReferenceDescriptionAcceptor
 
-  
 
- getRefinableCandidate(XExpression, ITypeComputationState) - Method in class org.eclipse.xtext.xbase.typesystem.computation.XbaseTypeComputer
 
-  
 
- getRefreshJob() - Method in class org.eclipse.xtext.ui.editor.outline.impl.OutlinePage
 
-  
 
- getRefTextEvaluator(EObject, URI, EReference, int, EObject) - Method in class org.eclipse.xtext.ui.refactoring.impl.DefaultReferenceUpdater
 
- 
The result is used to determine the best new link text in case of multiple possibilities.
 
- getRefTextEvaluator(EObject, URI, EReference, int, EObject) - Method in class org.eclipse.xtext.xbase.ui.jvmmodel.refactoring.JvmModelReferenceUpdater
 
- 
Preserves the syntax of method calls if the target is refactored.
 
- getRegion(Pair<EObject, EObject>) - Method in class org.eclipse.xtext.ui.editor.selection.AstSelectionProvider
 
-  
 
- getRegistry() - Method in class org.eclipse.xtext.linking.lazy.LazyLinker
 
-  
 
- getRegistry() - Method in class org.eclipse.xtext.mwe.AbstractReader
 
-  
 
- getRegistry() - Method in class org.eclipse.xtext.validation.EValidatorRegistrar
 
-  
 
- getRegistryPackagesToValidate() - Method in class org.eclipse.xtext.generator.validation.ValidatorFragment
 
-  
 
- getRegularExpression() - Method in class org.eclipse.xtext.mwe.NameBasedFilter
 
-  
 
- getRejectedCandidate() - Method in interface org.eclipse.xtext.xbase.typesystem.computation.ISuspiciouslyOverloadedCandidate
 
-  
 
- getRejectedCandidate() - Method in class org.eclipse.xtext.xbase.typesystem.internal.SuspiciouslyOverloadedCandidate
 
-  
 
- getRelationalAssignemntConstraintIntersection() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.FeatureInfo
 
-  
 
- getRelativePath(StringBuilder, INode, INode) - Method in class org.eclipse.xtext.linking.lazy.LazyURIEncoder
 
- 
ONLY public to be testable
 
- getRelevance(String, String) - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtTypeRelevance
 
-  
 
- getRelevance(ICompletionProposal) - Method in class org.eclipse.xtext.ui.editor.contentassist.ICompletionProposalComparator.NaturalOrder
 
- 
Returns relevance of given proposal.
 
- getRelevance() - Method in class org.eclipse.xtext.ui.editor.quickfix.IssueResolution
 
-  
 
- getRelevance() - Method in class org.eclipse.xtext.ui.editor.quickfix.QuickAssistCompletionProposal
 
-  
 
- getRelevance(Template) - Method in class org.eclipse.xtext.ui.editor.templates.DefaultTemplateProposalProvider
 
-  
 
- getRelevantAnnotations() - Method in class org.eclipse.xtext.common.types.descriptions.AnnotationSignatureRelevanceUtil
 
-  
 
- getRelevantChildren(EObject) - Method in class org.eclipse.xtext.util.EmfStructureComparator
 
-  
 
- getRelevantClasspathSegments(URI) - Method in class org.eclipse.xtext.resource.XtextPlatformResourceURIHandler
 
-  
 
- getRelevantDeltas(IXtextBuilderParticipant.IBuildContext) - Method in class org.eclipse.xtext.builder.BuilderParticipant
 
-  
 
- getRelevantPlatformSegments(URI) - Method in class org.eclipse.xtext.resource.XtextPlatformResourceURIHandler
 
-  
 
- getRemainingHiddenNodesInContainer(INode, INode) - Method in class org.eclipse.xtext.serializer.sequencer.HiddenTokenSequencer
 
-  
 
- getRenameArguments() - Method in class org.eclipse.xtext.ui.refactoring.impl.RenameElementProcessor
 
-  
 
- getRenamedElementsOrProxies(EObject) - Method in class org.eclipse.xtext.common.types.ui.refactoring.participant.JdtRenameParticipant
 
-  
 
- getRenamedElementsOrProxies(EObject) - Method in class org.eclipse.xtext.ui.refactoring.impl.AbstractProcessorBasedRenameParticipant
 
-  
 
- getRenamedElementsOrProxies(EObject) - Method in class org.eclipse.xtext.xtext.ui.refactoring.EcoreRefactoringParticipant
 
-  
 
- getRenamedElementsOrProxies(EObject) - Method in class org.eclipse.xtext.xtext.ui.refactoring.OverridingRuleRefactoringParticipant
 
-  
 
- getRenamedElementURIs() - Method in class org.eclipse.xtext.ui.refactoring.ElementRenameArguments
 
-  
 
- getRenamedJavaElement() - Method in class org.eclipse.xtext.common.types.ui.refactoring.participant.JdtRenameParticipantContext
 
-  
 
- getRenameElementContext() - Method in class org.eclipse.xtext.ui.refactoring.impl.RenameElementProcessor
 
-  
 
- getRenameElementStrategy() - Method in class org.eclipse.xtext.ui.refactoring.impl.RenameElementProcessor
 
-  
 
- getRenameProcessor(IRenameElementContext) - Method in class org.eclipse.xtext.common.types.ui.refactoring.participant.JdtRenameParticipant
 
-  
 
- getRenameProcessor(IRenameElementContext) - Method in class org.eclipse.xtext.ui.refactoring.impl.AbstractProcessorBasedRenameParticipant
 
-  
 
- getRenameProcessor(IRenameElementContext) - Method in class org.eclipse.xtext.ui.refactoring.impl.DefaultRenameRefactoringProvider
 
-  
 
- getRenameProcessor(IRenameElementContext) - Method in interface org.eclipse.xtext.ui.refactoring.IRenameRefactoringProvider
 
-  
 
- getRenameProcessor() - Method in class org.eclipse.xtext.ui.refactoring.ui.RenameElementWizard
 
-  
 
- getRenameProcessor(IRenameElementContext) - Method in class org.eclipse.xtext.xbase.ui.jvmmodel.refactoring.jdt.CombinedJvmJdtRenameRefactoringProvider
 
-  
 
- getRenameProcessors(Object) - Method in class org.eclipse.xtext.ui.refactoring.impl.AbstractProcessorBasedRenameParticipant
 
-  
 
- getRenameRefactoring(IRenameElementContext) - Method in class org.eclipse.xtext.common.types.ui.refactoring.JvmRenameRefactoringProvider
 
-  
 
- getRenameRefactoring(IRenameElementContext) - Method in class org.eclipse.xtext.ui.refactoring.impl.DefaultRenameRefactoringProvider
 
-  
 
- getRenameRefactoring(IRenameElementContext) - Method in interface org.eclipse.xtext.ui.refactoring.IRenameRefactoringProvider
 
-  
 
- getRenameRefactoring(IRenameElementContext) - Method in class org.eclipse.xtext.xbase.ui.jvmmodel.refactoring.jdt.CombinedJvmJdtRenameRefactoringProvider
 
-  
 
- getRenameRefactoringProvider(IRenameElementContext) - Method in class org.eclipse.xtext.ui.refactoring.impl.AbstractProcessorBasedRenameParticipant
 
-  
 
- getRenameStrategy() - Method in class org.eclipse.xtext.ui.refactoring.ElementRenameArguments
 
-  
 
- getRepairEntryData(DocumentEvent) - Method in class org.eclipse.xtext.ui.editor.model.BacktrackingLexerDocumentTokenSource
 
-  
 
- getRepairEntryData(DocumentEvent) - Method in class org.eclipse.xtext.ui.editor.model.DocumentTokenSource
 
-  
 
- getReplaceContextLength() - Method in class org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal
 
-  
 
- getReplaceContextLength() - Method in class org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext
 
- 
The length of the region left to the completion offset that is part of the 
 replace region.
 
- getReplaceLengthDelta(List<ReplaceRegion>) - Method in class org.eclipse.xtext.xbase.ui.imports.ReplaceConverter
 
-  
 
- getReplaceLengthDelta(List<ReplaceRegion>, int) - Method in class org.eclipse.xtext.xbase.ui.imports.ReplaceConverter
 
-  
 
- getReplacementLength() - Method in class org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal
 
-  
 
- getReplacementOffset() - Method in class org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal
 
-  
 
- getReplacementString() - Method in class org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal
 
-  
 
- getReplaceRegion() - Method in class org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext
 
- 
The region in the document that will be replaced by a new completion proposal.
 
- getReport() - Method in exception org.eclipse.xtext.parsetree.reconstr.XtextSerializationException
 
-  
 
- getRequest() - Method in class org.eclipse.xtext.xbase.typesystem.legacy.LegacyTypeArgumentContext
 
- 
Deprecated.
  
- getRequiredBundles() - Method in class org.eclipse.xtext.ui.wizard.AbstractPluginProjectCreator
 
-  
 
- getRequiredBundles() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.WizardContribution
 
-  
 
- getRequiredBundlesRt(Grammar) - Method in class org.eclipse.xtext.generator.AbstractGeneratorFragment
 
-  
 
- getRequiredBundlesRt(Grammar) - Method in class org.eclipse.xtext.generator.AntlrDelegatingFragment
 
-  
 
- getRequiredBundlesRt(Grammar) - Method in class org.eclipse.xtext.generator.CompositeGeneratorFragment
 
-  
 
- getRequiredBundlesRt(Grammar) - Method in class org.eclipse.xtext.generator.DefaultGeneratorFragment
 
-  
 
- getRequiredBundlesRt(Grammar) - Method in class org.eclipse.xtext.generator.DelegatingGeneratorFragment
 
-  
 
- getRequiredBundlesRt(Grammar) - Method in class org.eclipse.xtext.generator.ecore.EMFGeneratorFragment
 
-  
 
- getRequiredBundlesRt(Grammar) - Method in interface org.eclipse.xtext.generator.IGeneratorFragment
 
- 
return the bundles this fragment requires at runtime
 
- getRequiredBundlesRt(Grammar) - Method in class org.eclipse.xtext.generator.ImplicitRuntimeFragment
 
-  
 
- getRequiredBundlesRt(Grammar) - Method in class org.eclipse.xtext.generator.LoggingGeneratorFragment
 
-  
 
- getRequiredBundlesRt(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.rt.AntlrGeneratorFragment
 
-  
 
- getRequiredBundlesRt(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment
 
-  
 
- getRequiredBundlesRt(Grammar) - Method in class org.eclipse.xtext.generator.types.TypesGeneratorFragment
 
-  
 
- getRequiredBundlesRt(Grammar) - Method in class org.eclipse.xtext.generator.xbase.XbaseGeneratorFragment
 
-  
 
- getRequiredBundlesTests(Grammar) - Method in class org.eclipse.xtext.generator.CompositeGeneratorFragment
 
-  
 
- getRequiredBundlesTests(Grammar) - Method in interface org.eclipse.xtext.generator.IGeneratorFragmentExtension
 
- 
return the bundles this fragment requires in tests
 
- getRequiredBundlesTests(Grammar) - Method in class org.eclipse.xtext.generator.junit.Junit4Fragment
 
-  
 
- getRequiredBundlesUi(Grammar) - Method in class org.eclipse.xtext.generator.AbstractGeneratorFragment
 
-  
 
- getRequiredBundlesUi(Grammar) - Method in class org.eclipse.xtext.generator.AntlrDelegatingFragment
 
-  
 
- getRequiredBundlesUi(Grammar) - Method in class org.eclipse.xtext.generator.builder.BuilderIntegrationFragment
 
-  
 
- getRequiredBundlesUi(Grammar) - Method in class org.eclipse.xtext.generator.CompositeGeneratorFragment
 
-  
 
- getRequiredBundlesUi(Grammar) - Method in class org.eclipse.xtext.generator.DefaultGeneratorFragment
 
-  
 
- getRequiredBundlesUi(Grammar) - Method in class org.eclipse.xtext.generator.DelegatingGeneratorFragment
 
-  
 
- getRequiredBundlesUi(Grammar) - Method in class org.eclipse.xtext.generator.generator.GeneratorFragment
 
-  
 
- getRequiredBundlesUi(Grammar) - Method in interface org.eclipse.xtext.generator.IGeneratorFragment
 
- 
return the bundles this fragment requires in ui
 
- getRequiredBundlesUi(Grammar) - Method in class org.eclipse.xtext.generator.LoggingGeneratorFragment
 
-  
 
- getRequiredBundlesUi(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.ca.ContentAssistParserGeneratorFragment
 
-  
 
- getRequiredBundlesUi(Grammar) - Method in class org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
 
-  
 
- getRequiredBundlesUi(Grammar) - Method in class org.eclipse.xtext.generator.types.TypesGeneratorFragment
 
-  
 
- getRequiredBundlesUi(Grammar) - Method in class org.eclipse.xtext.generator.xbase.XbaseGeneratorFragment
 
-  
 
- getRequiredBundlesUi(Grammar) - Method in class org.eclipse.xtext.ui.generator.compare.CompareFragment
 
-  
 
- getRequiredBundlesUi(Grammar) - Method in class org.eclipse.xtext.ui.generator.contentAssist.ContentAssistFragment
 
-  
 
- getRequiredBundlesUi(Grammar) - Method in class org.eclipse.xtext.ui.generator.contentAssist.JavaBasedContentAssistFragment
 
-  
 
- getRequiredBundlesUi(Grammar) - Method in class org.eclipse.xtext.ui.generator.ImplicitUiFragment
 
-  
 
- getRequiredBundlesUi(Grammar) - Method in class org.eclipse.xtext.ui.generator.labeling.LabelProviderFragment
 
-  
 
- getRequiredBundlesUi(Grammar) - Method in class org.eclipse.xtext.ui.generator.outline.OutlineTreeProviderFragment
 
-  
 
- getRequiredBundlesUi(Grammar) - Method in class org.eclipse.xtext.ui.generator.outline.QuickOutlineFragment
 
-  
 
- getRequiredBundlesUi(Grammar) - Method in class org.eclipse.xtext.ui.generator.projectWizard.SimpleProjectWizardFragment
 
-  
 
- getRequiredBundlesUi(Grammar) - Method in class org.eclipse.xtext.ui.generator.templates.CodetemplatesGeneratorFragment
 
-  
 
- getResolutionProvider() - Method in class org.eclipse.xtext.ui.editor.quickfix.AbstractIssueResolutionProviderAdapter
 
-  
 
- getResolutions(Issue, List<Method>) - Method in class org.eclipse.xtext.ui.editor.quickfix.AbstractDeclarativeQuickfixProvider
 
-  
 
- getResolutions(Issue) - Method in class org.eclipse.xtext.ui.editor.quickfix.AbstractDeclarativeQuickfixProvider
 
-  
 
- getResolutions(Issue, IXtextDocument) - Method in class org.eclipse.xtext.ui.editor.quickfix.AbstractIssueResolutionProviderAdapter
 
-  
 
- getResolutions(Issue) - Method in class org.eclipse.xtext.ui.editor.quickfix.DefaultQuickfixProvider
 
-  
 
- getResolutions(Issue) - Method in interface org.eclipse.xtext.ui.editor.quickfix.IssueResolutionProvider
 
-  
 
- getResolutions(Issue) - Method in class org.eclipse.xtext.ui.editor.quickfix.IssueResolutionProvider.NullImpl
 
-  
 
- getResolutions(IMarker) - Method in class org.eclipse.xtext.ui.editor.quickfix.MarkerResolutionGenerator
 
-  
 
- getResolutionsForLinkingIssue(Issue) - Method in class org.eclipse.xtext.ui.editor.quickfix.DefaultQuickfixProvider
 
-  
 
- getResolvedClasspathEntry(IJavaProject, IPackageFragmentRoot) - Method in class org.eclipse.xtext.xbase.ui.validation.XbaseUIValidator
 
-  
 
- getResolvedDeclarator(String) - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseHoverDocumentationProvider
 
-  
 
- getResolvedErasureSignature() - Method in class org.eclipse.xtext.xbase.typesystem.override.AbstractResolvedExecutable
 
-  
 
- getResolvedErasureSignature() - Method in interface org.eclipse.xtext.xbase.typesystem.override.IResolvedExecutable
 
- 
Returns the resolved erased signature of this operation.
 
- getResolvedExceptions() - Method in class org.eclipse.xtext.xbase.typesystem.override.AbstractResolvedExecutable
 
-  
 
- getResolvedExceptions() - Method in interface org.eclipse.xtext.xbase.typesystem.override.IResolvedExecutable
 
- 
Returns the resolved declared exceptions in the current context.
 
- getResolvedFeatures(JvmType) - Method in class org.eclipse.xtext.xbase.typesystem.override.IResolvedFeatures.Provider
 
-  
 
- getResolvedFeaturesProvider() - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractFeatureScopeSession
 
-  
 
- getResolvedFeaturesProvider() - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractNestedFeatureScopeSession
 
-  
 
- getResolvedFeaturesProvider() - Method in class org.eclipse.xtext.xbase.scoping.batch.ExpressionBucket
 
-  
 
- getResolvedFeaturesProvider() - Method in class org.eclipse.xtext.xbase.scoping.batch.RootFeatureScopeSession
 
-  
 
- getResolvedFeaturesProvider() - Method in class org.eclipse.xtext.xbase.scoping.batch.TypeBucket
 
-  
 
- getResolvedOperations(JvmDeclaredType) - Method in class org.eclipse.xtext.xbase.typesystem.override.OverrideHelper
 
- 
Returns the resolved operations that are defined in the given type and its supertypes.
 
- getResolvedOperations(JvmTypeReference) - Method in class org.eclipse.xtext.xbase.typesystem.override.OverrideHelper
 
- 
Returns the resolved operations that are defined in the given context type and its supertypes.
 
- getResolvedOperations(LightweightTypeReference) - Method in class org.eclipse.xtext.xbase.typesystem.override.OverrideHelper
 
- 
Returns the resolved operations that are defined in the given context type and its supertypes.
 
- getResolvedParameterTypes() - Method in class org.eclipse.xtext.xbase.typesystem.override.AbstractResolvedExecutable
 
-  
 
- getResolvedParameterTypes() - Method in interface org.eclipse.xtext.xbase.typesystem.override.IResolvedExecutable
 
- 
Returns the resolved parameter types in the current context.
 
- getResolvedProxy(IEObjectDescription) - Method in class org.eclipse.xtext.xbase.scoping.batch.ConstructorTypeScopeWrapper
 
-  
 
- getResolvedReference(JvmTypeReference) - Method in class org.eclipse.xtext.xbase.typesystem.override.AbstractResolvedExecutable
 
-  
 
- getResolvedReferences(List<JvmTypeReference>) - Method in class org.eclipse.xtext.xbase.typesystem.override.AbstractResolvedExecutable
 
-  
 
- getResolvedReturnType() - Method in class org.eclipse.xtext.xbase.typesystem.override.AbstractResolvedOperation
 
-  
 
- getResolvedReturnType() - Method in interface org.eclipse.xtext.xbase.typesystem.override.IResolvedOperation
 
- 
Returns the resolved return types in the current context.
 
- getResolvedSignature() - Method in class org.eclipse.xtext.xbase.typesystem.override.AbstractResolvedExecutable
 
-  
 
- getResolvedSignature() - Method in interface org.eclipse.xtext.xbase.typesystem.override.IResolvedExecutable
 
- 
Returns the resolved signature of this operation.
 
- getResolvedTo() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnboundTypeReference
 
- 
Returns the resolved reference for this unbound reference.
 
- getResolvedTypeParameterConstraints(int) - Method in class org.eclipse.xtext.xbase.typesystem.override.AbstractResolvedOperation
 
-  
 
- getResolvedTypeParameterConstraints(int) - Method in interface org.eclipse.xtext.xbase.typesystem.override.IResolvedOperation
 
- 
Returns the list of resolved constraints for the given type parameter index.
 
- getResolvedTypeParameters() - Method in class org.eclipse.xtext.xbase.typesystem.override.AbstractResolvedOperation
 
-  
 
- getResolvedTypeParameters() - Method in interface org.eclipse.xtext.xbase.typesystem.override.IResolvedOperation
 
- 
Returns the resolved type parameters for a given operation.
 
- getResolvedTypeParameters() - Method in class org.eclipse.xtext.xbase.typesystem.override.ResolvedOperationInHierarchy
 
-  
 
- getResolvedTypes() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractTypeComputationState
 
-  
 
- getResolvedTypes() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractTypeExpectation
 
-  
 
- getResolvedTypes() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractUnresolvableReference
 
-  
 
- getResolvedTypes() - Method in exception org.eclipse.xtext.xbase.typesystem.internal.DefaultReentrantTypeResolver.AbortTypeComputation
 
-  
 
- getResolvedTypes(EObject) - Method in class org.eclipse.xtext.xbase.typesystem.legacy.XbaseBatchTypeProvider
 
-  
 
- getResolvedTypesInContextOf(EObject) - Method in interface org.eclipse.xtext.xbase.typesystem.IBatchTypeResolver
 
- 
Returns an intermitted instance of resolved types that carries the
 potentially specialized type information in the context of the given
 instance.
 
- getResolvedTypesInContextOf(EObject) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractRootedReentrantTypeResolver
 
-  
 
- getResolvedTypesInContextOf(EObject) - Method in class org.eclipse.xtext.xbase.typesystem.internal.CachingBatchTypeResolver
 
-  
 
- getResolvedTypesInContextOf(EObject) - Method in class org.eclipse.xtext.xbase.typesystem.internal.DefaultBatchTypeResolver
 
-  
 
- getResolvedTypesInContextOf(EObject) - Method in class org.eclipse.xtext.xbase.typesystem.internal.DefaultReentrantTypeResolver
 
-  
 
- getResolvedTypesInContextOf(EObject) - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeResolutionStateAdapter
 
-  
 
- getResolver() - Method in class org.eclipse.xtext.naming.DefaultDeclarativeQualifiedNameProvider
 
-  
 
- getResolver() - Method in class org.eclipse.xtext.scoping.impl.ImportUriResolver
 
-  
 
- getResolver() - Method in class org.eclipse.xtext.validation.ImportUriValidator
 
-  
 
- getResolver() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractTypeComputationState
 
-  
 
- getResolver() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getResource() - Method in class org.eclipse.xtext.builder.resourceloader.IResourceLoader.LoadResult
 
-  
 
- getResource(URI, IProject) - Method in class org.eclipse.xtext.builder.trace.AbstractTrace
 
-  
 
- getResource(Resource, String) - Static method in class org.eclipse.xtext.EcoreUtil2
 
-  
 
- getResource(String, IResourceFactory) - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.UnorderedGroupsSplitter
 
-  
 
- getResource(InputStream) - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getResource(InputStream, URI) - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getResource(String, String) - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getResource(InputStream) - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getResource(InputStream, URI) - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getResource(String, String) - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getResource() - Method in class org.eclipse.xtext.junit4.parameterized.Offset
 
- 
Deprecated.
  
- getResource() - Method in class org.eclipse.xtext.junit4.parameterized.ParameterizedXtextRunner.ParameterSetRunner
 
- 
Deprecated.
  
- getResource() - Method in class org.eclipse.xtext.resource.impl.DefaultResourceDescription
 
-  
 
- getResource(URI, boolean) - Method in class org.eclipse.xtext.resource.ResourceSetReferencingResourceSetImpl
 
-  
 
- getResource(URI, boolean) - Method in class org.eclipse.xtext.resource.SynchronizedXtextResourceSet
 
-  
 
- getResource(URI, boolean) - Method in class org.eclipse.xtext.resource.XtextResourceSet
 
-  
 
- getResource() - Method in class org.eclipse.xtext.ui.compare.CompareInputResourceProvider
 
-  
 
- getResource(ITypedElement) - Method in class org.eclipse.xtext.ui.compare.CompareInputResourceProvider
 
-  
 
- getResource() - Method in class org.eclipse.xtext.ui.compare.StreamContentAccessorDelegate
 
-  
 
- getResource() - Method in class org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext
 
- 
The resource.
 
- getResource() - Method in class org.eclipse.xtext.ui.editor.info.ResourceWorkingCopyFileEditorInput
 
-  
 
- getResource() - Method in class org.eclipse.xtext.ui.editor.XtextEditor
 
-  
 
- getResource() - Method in class org.eclipse.xtext.util.OnChangeEvictingCache.CacheAdapter
 
-  
 
- getResource(Notifier) - Method in class org.eclipse.xtext.xbase.jvmmodel.JvmModelAssociator
 
-  
 
- getResource(JvmTypeReference) - Method in class org.eclipse.xtext.xbase.typesystem.legacy.LegacyTypeConformanceComputer
 
-  
 
- getResourceAndExpect(InputStream, int) - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getResourceAndExpect(InputStream, URI, int) - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getResourceAndExpect(InputStream, int) - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getResourceAndExpect(InputStream, URI, int) - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getResourceBundle() - Static method in class org.eclipse.xtext.ui.editor.folding.FoldingMessages
 
- 
Returns the resource bundle managed by the receiver.
 
- getResourceBundle() - Static method in class org.eclipse.xtext.ui.XtextUIMessages
 
-  
 
- getResourceDescription(URI) - Method in class org.eclipse.xtext.builder.builderState.AbstractBuilderState
 
-  
 
- getResourceDescription() - Method in interface org.eclipse.xtext.builder.builderState.BuilderStatePackage
 
- 
 
- getResourceDescription() - Method in class org.eclipse.xtext.builder.builderState.impl.BuilderStatePackageImpl
 
-  
 
- getResourceDescription(URI) - Method in class org.eclipse.xtext.builder.clustering.CurrentDescriptions
 
- 
Return the resource description for a URI.
 
- getResourceDescription(URI) - Method in class org.eclipse.xtext.builder.clustering.CurrentDescriptions.ResourceSetAware
 
- 
Return the resource description for a URI.
 
- getResourceDescription(URI) - Method in class org.eclipse.xtext.builder.impl.DirtyStateAwareResourceDescriptions
 
-  
 
- getResourceDescription(URI) - Method in class org.eclipse.xtext.resource.containers.DescriptionAddingContainer
 
-  
 
- getResourceDescription(URI) - Method in class org.eclipse.xtext.resource.containers.FilterUriContainer
 
-  
 
- getResourceDescription(URI) - Method in class org.eclipse.xtext.resource.containers.StateBasedContainer
 
-  
 
- getResourceDescription(Resource) - Method in class org.eclipse.xtext.resource.generic.GenericResourceDescriptionManager
 
-  
 
- getResourceDescription(URI) - Method in interface org.eclipse.xtext.resource.IContainer
 
-  
 
- getResourceDescription(URI) - Method in class org.eclipse.xtext.resource.impl.AbstractContainer
 
-  
 
- getResourceDescription(Resource) - Method in class org.eclipse.xtext.resource.impl.DefaultResourceDescriptionManager
 
-  
 
- getResourceDescription(URI) - Method in class org.eclipse.xtext.resource.impl.EagerResourceSetBasedResourceDescriptions
 
-  
 
- getResourceDescription(URI) - Method in class org.eclipse.xtext.resource.impl.LiveShadowedResourceDescriptions
 
-  
 
- getResourceDescription(URI) - Method in class org.eclipse.xtext.resource.impl.ResourceDescriptionsBasedContainer
 
-  
 
- getResourceDescription(URI) - Method in class org.eclipse.xtext.resource.impl.ResourceDescriptionsData
 
-  
 
- getResourceDescription(URI) - Method in class org.eclipse.xtext.resource.impl.ResourceSetBasedResourceDescriptions
 
-  
 
- getResourceDescription(Resource) - Method in interface org.eclipse.xtext.resource.IResourceDescription.Manager
 
-  
 
- getResourceDescription(URI) - Method in interface org.eclipse.xtext.resource.IResourceDescriptions
 
- 
Returns the resource descriptions for the given URI.
 
- getResourceDescription(URI) - Method in class org.eclipse.xtext.resource.IResourceDescriptions.NullImpl
 
-  
 
- getResourceDescription(Resource) - Method in class org.eclipse.xtext.scoping.impl.GlobalResourceDescriptionProvider
 
-  
 
- getResourceDescription(URI) - Method in class org.eclipse.xtext.scoping.impl.LoadOnDemandResourceDescriptions
 
-  
 
- getResourceDescription_ExportedObjects() - Method in interface org.eclipse.xtext.builder.builderState.BuilderStatePackage
 
- 
 
- getResourceDescription_ExportedObjects() - Method in class org.eclipse.xtext.builder.builderState.impl.BuilderStatePackageImpl
 
-  
 
- getResourceDescription_ImportedNames() - Method in interface org.eclipse.xtext.builder.builderState.BuilderStatePackage
 
- 
 
- getResourceDescription_ImportedNames() - Method in class org.eclipse.xtext.builder.builderState.impl.BuilderStatePackageImpl
 
-  
 
- getResourceDescription_ReferenceDescriptions() - Method in interface org.eclipse.xtext.builder.builderState.BuilderStatePackage
 
- 
 
- getResourceDescription_ReferenceDescriptions() - Method in class org.eclipse.xtext.builder.builderState.impl.BuilderStatePackageImpl
 
-  
 
- getResourceDescription_URI() - Method in interface org.eclipse.xtext.builder.builderState.BuilderStatePackage
 
- 
Returns the meta object for the attribute '
URI'
 
 
- getResourceDescription_URI() - Method in class org.eclipse.xtext.builder.builderState.impl.BuilderStatePackageImpl
 
-  
 
- getResourceDescriptionCount() - Method in class org.eclipse.xtext.resource.containers.DescriptionAddingContainer
 
-  
 
- getResourceDescriptionCount() - Method in class org.eclipse.xtext.resource.containers.FilterUriContainer
 
-  
 
- getResourceDescriptionCount() - Method in class org.eclipse.xtext.resource.containers.StateBasedContainer
 
-  
 
- getResourceDescriptionCount() - Method in interface org.eclipse.xtext.resource.IContainer
 
-  
 
- getResourceDescriptionCount() - Method in class org.eclipse.xtext.resource.impl.AbstractContainer
 
-  
 
- getResourceDescriptionCount() - Method in class org.eclipse.xtext.resource.impl.ResourceDescriptionsBasedContainer
 
-  
 
- getResourceDescriptionManager(URI) - Method in class org.eclipse.xtext.builder.clustering.ClusteringBuilderState
 
-  
 
- getResourceDescriptionManager() - Method in class org.eclipse.xtext.builder.standalone.LanguageAccess
 
-  
 
- getResourceDescriptionManager() - Method in class org.eclipse.xtext.common.types.shared.SharedCommonTypesResourceServiceProvider
 
-  
 
- getResourceDescriptionManager() - Method in class org.eclipse.xtext.resource.generic.GenericResourceServiceProvider
 
-  
 
- getResourceDescriptionManager() - Method in class org.eclipse.xtext.resource.impl.DefaultResourceServiceProvider
 
-  
 
- getResourceDescriptionManager() - Method in interface org.eclipse.xtext.resource.IResourceServiceProvider
 
-  
 
- getResourceDescriptionManager() - Method in class org.eclipse.xtext.ui.resource.DefaultResourceUIServiceProvider
 
-  
 
- getResourceDescriptions() - Method in class org.eclipse.xtext.resource.containers.DescriptionAddingContainer
 
-  
 
- getResourceDescriptions() - Method in class org.eclipse.xtext.resource.containers.FilterUriContainer
 
-  
 
- getResourceDescriptions() - Method in class org.eclipse.xtext.resource.containers.StateBasedContainer
 
-  
 
- getResourceDescriptions() - Method in interface org.eclipse.xtext.resource.IContainer
 
-  
 
- getResourceDescriptions() - Method in class org.eclipse.xtext.resource.impl.ResourceDescriptionsBasedContainer
 
-  
 
- getResourceDescriptions(Resource) - Method in class org.eclipse.xtext.resource.impl.ResourceDescriptionsProvider
 
-  
 
- getResourceDescriptions(ResourceSet) - Method in class org.eclipse.xtext.resource.impl.ResourceDescriptionsProvider
 
- 
Provides the proper resource descriptions according to the context in which the
 resource set is used.
 
- getResourceDescriptions(Resource) - Method in class org.eclipse.xtext.scoping.impl.AbstractGlobalScopeProvider
 
-  
 
- getResourceDescriptions(Resource, Collection<URI>) - Method in class org.eclipse.xtext.scoping.impl.ImportUriGlobalScopeProvider
 
-  
 
- getResourceDescriptions() - Method in class org.eclipse.xtext.ui.editor.ValidationJobScheduler
 
-  
 
- getResourceDescriptions() - Method in class org.eclipse.xtext.ui.search.IXtextEObjectSearch.Default
 
-  
 
- getResourceDescriptionsData() - Method in class org.eclipse.xtext.resource.impl.ResourceDescriptionsData.ResourceSetAdapter
 
-  
 
- getResourceDescriptionsProvider() - Method in class org.eclipse.xtext.mwe.AbstractReader
 
-  
 
- getResourceDesriptions() - Method in class org.eclipse.xtext.builder.impl.PersistentDataAwareDirtyResource
 
-  
 
- getResourceFactory() - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getResourceFactory() - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getResourceFactory() - Method in class org.eclipse.xtext.ui.editor.model.ResourceForIEditorInputFactory
 
-  
 
- getResourceFor(InputStream) - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getResourceFor(InputStream) - Method in interface org.eclipse.xtext.junit.util.ResourceLoadHelper
 
-  
 
- getResourceFor(InputStream) - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getResourceFor(InputStream) - Method in interface org.eclipse.xtext.junit4.util.ResourceLoadHelper
 
-  
 
- getResourceFor(InputStream) - Method in class org.eclipse.xtext.xbase.junit.ui.AbstractContentAssistTest
 
-  
 
- getResourceFor(InputStream) - Method in class org.eclipse.xtext.xbase.junit.ui.AbstractXbaseContentAssistTest
 
-  
 
- getResourceForEditorInputFactory() - Method in class org.eclipse.xtext.ui.editor.model.XtextDocumentProvider
 
-  
 
- getResourceForJavaURI(URI, boolean) - Method in class org.eclipse.xtext.common.types.access.jdt.JdtTypeProvider
 
-  
 
- getResourceFromString(String) - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getResourceFromString(String) - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getResourceFromStringAndExpect(String, int) - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getResourceFromStringAndExpect(String, int) - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getResourceLoader(GeneratedMetamodel) - Method in class org.eclipse.xtext.xtext.ecoreInference.ProjectAwareXtendXtext2EcorePostProcessor
 
-  
 
- getResourceLoader(GeneratedMetamodel) - Method in class org.eclipse.xtext.xtext.ecoreInference.XtendXtext2EcorePostProcessor
 
-  
 
- getResourceLocator() - Method in class org.eclipse.xtext.common.types.provider.JvmAnnotationReferenceItemProvider
 
- 
Return the resource locator for this item provider's resources
 
- getResourceLocator() - Method in class org.eclipse.xtext.common.types.provider.JvmAnnotationValueItemProvider
 
- 
Return the resource locator for this item provider's resources
 
- getResourceLocator() - Method in class org.eclipse.xtext.common.types.provider.JvmConstraintOwnerItemProvider
 
- 
Return the resource locator for this item provider's resources
 
- getResourceLocator() - Method in class org.eclipse.xtext.common.types.provider.JvmIdentifiableElementItemProvider
 
- 
Return the resource locator for this item provider's resources
 
- getResourceLocator() - Method in class org.eclipse.xtext.common.types.provider.JvmTypeConstraintItemProvider
 
- 
Return the resource locator for this item provider's resources
 
- getResourceLocator() - Method in class org.eclipse.xtext.common.types.provider.JvmTypeParameterDeclaratorItemProvider
 
- 
Return the resource locator for this item provider's resources
 
- getResourceLocator() - Method in class org.eclipse.xtext.common.types.provider.JvmTypeReferenceItemProvider
 
- 
Return the resource locator for this item provider's resources
 
- getResourceName(EObject) - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceQueryExecutor
 
-  
 
- getResources() - Method in class org.eclipse.xtext.resource.SynchronizedXtextResourceSet
 
-  
 
- getResourceScope(Resource, EReference) - Method in class org.eclipse.xtext.scoping.impl.ImportedNamespaceAwareLocalScopeProvider
 
-  
 
- getResourceScope(IScope, EObject, EReference) - Method in class org.eclipse.xtext.scoping.impl.ImportedNamespaceAwareLocalScopeProvider
 
-  
 
- getResourceScope(IScope, Resource, EReference) - Method in class org.eclipse.xtext.xbase.scoping.XbaseImportedNamespaceScopeProvider
 
- 
Deprecated.
  
- getResourceScope(IScope, Resource, EReference) - Method in class org.eclipse.xtext.xbase.scoping.XImportSectionNamespaceScopeProvider
 
-  
 
- getResourceServiceProvider() - Method in class org.eclipse.xtext.builder.BuilderParticipant
 
-  
 
- getResourceServiceProvider(URI, String) - Method in class org.eclipse.xtext.resource.impl.ResourceServiceProviderRegistryImpl
 
-  
 
- getResourceServiceProvider(URI) - Method in class org.eclipse.xtext.resource.impl.ResourceServiceProviderRegistryImpl
 
-  
 
- getResourceServiceProvider(URI, String) - Method in interface org.eclipse.xtext.resource.IResourceServiceProvider.Registry
 
- 
 
- getResourceServiceProvider(URI) - Method in interface org.eclipse.xtext.resource.IResourceServiceProvider.Registry
 
- 
Returns the resource factory appropriate for the given URI.
 
- getResourceServiceProvider() - Method in class org.eclipse.xtext.resource.XtextResource
 
-  
 
- getResourceServiceProviderRegistry() - Method in class org.eclipse.xtext.validation.NamesAreUniqueValidator
 
-  
 
- getResourceSet() - Method in class org.eclipse.xtext.builder.impl.BuildContext
 
-  
 
- getResourceSet() - Method in class org.eclipse.xtext.builder.impl.BuildData
 
-  
 
- getResourceSet() - Method in interface org.eclipse.xtext.builder.IXtextBuilderParticipant.IBuildContext
 
- 
The correctly configured resource set for this run of the incremental project builder.
 
- getResourceSet() - Method in interface org.eclipse.xtext.common.types.access.IJvmTypeProvider
 
- 
Returns the resource set that will contain dynamically created resources.
 
- getResourceSet() - Method in class org.eclipse.xtext.common.types.access.impl.AbstractJvmTypeProvider
 
-  
 
- getResourceSet() - Method in class org.eclipse.xtext.common.types.access.jdt.NullJdtTypeProvider
 
-  
 
- getResourceSet(IProject) - Method in class org.eclipse.xtext.common.types.ui.query.JavaSearchHelper
 
-  
 
- getResourceSet(Notifier) - Static method in class org.eclipse.xtext.EcoreUtil2
 
-  
 
- getResourceSet() - Method in class org.eclipse.xtext.mwe.AbstractReader
 
-  
 
- getResourceSet() - Method in class org.eclipse.xtext.resource.containers.FlatResourceSetBasedAllContainersState
 
-  
 
- getResourceSet(IResourceDescriptions) - Method in class org.eclipse.xtext.resource.containers.ResourceSetBasedAllContainersStateProvider
 
-  
 
- getResourceSet() - Method in class org.eclipse.xtext.resource.impl.EagerResourceSetBasedResourceDescriptions
 
-  
 
- getResourceSet() - Method in class org.eclipse.xtext.resource.impl.LiveShadowedResourceDescriptions
 
-  
 
- getResourceSet() - Method in class org.eclipse.xtext.resource.impl.ResourceSetBasedResourceDescriptions
 
-  
 
- getResourceSet() - Method in class org.eclipse.xtext.resource.XtextPlatformResourceURIHandler
 
-  
 
- getResourceSet(IProject) - Method in class org.eclipse.xtext.ui.editor.findrefs.ResourceAccess
 
-  
 
- getResourceSet(IStorage) - Method in class org.eclipse.xtext.ui.editor.model.JavaClassPathResourceForIEditorInputFactory
 
-  
 
- getResourceSet(IStorage) - Method in class org.eclipse.xtext.ui.editor.model.ResourceForIEditorInputFactory
 
-  
 
- getResourceSet(IRenameElementContext) - Method in class org.eclipse.xtext.ui.refactoring.impl.RenameElementProcessor
 
-  
 
- getResourceSet() - Method in interface org.eclipse.xtext.xbase.compiler.CompilationTestHelper.Result
 
-  
 
- getResourceSet() - Method in class org.eclipse.xtext.xbase.junit.ui.AbstractXbaseContentAssistTest
 
-  
 
- getResourceSetProvider() - Method in class org.eclipse.xtext.builder.impl.ProjectOpenedOrClosedListener
 
-  
 
- getResourceSetProvider() - Method in class org.eclipse.xtext.builder.impl.XtextBuilder
 
-  
 
- getResourceSetProvider() - Method in class org.eclipse.xtext.builder.resourceloader.AbstractResourceLoader
 
-  
 
- getResourceSetProvider() - Method in class org.eclipse.xtext.builder.resourceloader.ResourceLoaderProviders.AbstractResourceLoaderProvider
 
-  
 
- getResourceSetProvider() - Method in class org.eclipse.xtext.mwe.AbstractReader
 
-  
 
- getResourceSetProvider() - Method in class org.eclipse.xtext.ui.editor.model.ResourceForIEditorInputFactory
 
-  
 
- getResourceSetProvider() - Method in class org.eclipse.xtext.ui.refactoring.impl.RenameElementProcessor
 
-  
 
- getResourceSorter() - Method in class org.eclipse.xtext.builder.resourceloader.ResourceLoaderProviders.AbstractResourceLoaderProvider
 
-  
 
- getResourceUIValidatorExtension(URI) - Method in class org.eclipse.xtext.builder.builderState.MarkerUpdaterImpl
 
- 
 
- getResourceURI(XtextEditor) - Method in class org.eclipse.xtext.ui.editor.findrefs.OpenDocumentTracker
 
-  
 
- getResourceURI() - Method in class org.eclipse.xtext.ui.editor.model.XtextDocument
 
- 
Returns the uri of the associated emf resource.
 
- getResourceValidator() - Method in class org.eclipse.xtext.builder.standalone.LanguageAccess
 
-  
 
- getResourceValidator() - Method in class org.eclipse.xtext.resource.generic.GenericResourceServiceProvider
 
-  
 
- getResourceValidator() - Method in class org.eclipse.xtext.resource.impl.DefaultResourceServiceProvider
 
-  
 
- getResourceValidator() - Method in interface org.eclipse.xtext.resource.IResourceServiceProvider
 
-  
 
- getResourceValidator() - Method in class org.eclipse.xtext.ui.editor.validation.ValidationJob
 
-  
 
- getResourceValidator() - Method in class org.eclipse.xtext.ui.resource.DefaultResourceUIServiceProvider
 
-  
 
- getResult() - Method in class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer.AlternativesResult
 
-  
 
- getResult(int) - Method in class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer.AssignmentResult
 
-  
 
- getResult() - Method in class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer.GroupResult
 
-  
 
- getResult() - Method in class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer.UnorderedGroupResult
 
-  
 
- getResult(Severity) - Method in class org.eclipse.xtext.resource.impl.ListBasedDiagnosticConsumer
 
-  
 
- getResult() - Method in class org.eclipse.xtext.resource.impl.ListBasedDiagnosticConsumer.Internal
 
-  
 
- getResult() - Method in class org.eclipse.xtext.ui.wizard.AbstractProjectCreator
 
- 
Result is a file that will be opened after the the project creation was successfully completed.
 
- getResult() - Method in interface org.eclipse.xtext.ui.wizard.IProjectCreator
 
- 
Result is a file that will be opened after the the project creation was successfully completed.
 
- getResult() - Method in interface org.eclipse.xtext.xbase.interpreter.IEvaluationResult
 
-  
 
- getResult() - Method in class org.eclipse.xtext.xbase.interpreter.impl.DefaultEvaluationResult
 
-  
 
- getResult() - Method in class org.eclipse.xtext.xtext.CurrentTypeFinder.Implementation
 
-  
 
- getReturnExpectations(AbstractTypeComputationState, boolean) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractRootTypeComputationState
 
-  
 
- getReturnExpectations(AbstractTypeComputationState, boolean) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractStackedTypeComputationState
 
-  
 
- getReturnExpectations() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractTypeComputationState
 
-  
 
- getReturnExpectations(AbstractTypeComputationState, boolean) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractTypeComputationState
 
-  
 
- getReturnExpectations(AbstractTypeComputationState, boolean) - Method in class org.eclipse.xtext.xbase.typesystem.internal.RootExpressionTypeComputationState
 
-  
 
- getReturnExpectations(AbstractTypeComputationState, boolean) - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeComputationStateWithRootExpectation
 
-  
 
- getReturnKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XReturnExpressionElements
 
-  
 
- getReturns() - Method in class org.eclipse.xtext.xbase.typing.AbstractTypeProvider.EarlyExitAcceptor
 
- 
Deprecated.
  
- getReturnsKeyword_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParserRuleElements
 
-  
 
- getReturnsKeyword_1_1_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalRuleElements
 
-  
 
- getReturnsKeyword_2_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumRuleElements
 
-  
 
- getReturnType() - Method in class org.eclipse.xtext.common.types.impl.JvmOperationImpl
 
-  
 
- getReturnType() - Method in interface org.eclipse.xtext.common.types.JvmOperation
 
- 
Returns the value of the 'Return Type' containment reference
 
- getReturnType() - Method in interface org.eclipse.xtext.xbase.typesystem.computation.ITypeComputationResult
 
- 
Returns the return type of the expression (if known).
 
- getReturnType(XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.internal.CompoundReentrantTypeResolver
 
-  
 
- getReturnType(XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ForwardingResolvedTypes
 
-  
 
- getReturnType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.NoTypeResult
 
-  
 
- getReturnType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolutionBasedComputationResult
 
-  
 
- getReturnType(XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getReturnType(XExpression) - Method in interface org.eclipse.xtext.xbase.typesystem.IResolvedTypes
 
- 
Returns the actually inferred return type for the given expression or null if none.
 
- getReturnType(XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.IResolvedTypes.NullResolvedTypes
 
-  
 
- getReturnType() - Method in class org.eclipse.xtext.xbase.typesystem.references.FunctionTypeReference
 
-  
 
- getReturnType() - Method in class org.eclipse.xtext.xtype.impl.XFunctionTypeRefImpl
 
-  
 
- getReturnType() - Method in interface org.eclipse.xtext.xtype.XFunctionTypeRef
 
- 
Returns the value of the 'Return Type' containment reference
 
- getReturnTypeAssignment_2() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XFunctionTypeRefElements
 
-  
 
- getReturnTypeJvmTypeReferenceParserRuleCall_2_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XFunctionTypeRefElements
 
-  
 
- getReturnTypeOfOverriddenOperation(JvmOperation, ResolvedTypes, IFeatureScopeSession) - Method in class org.eclipse.xtext.xbase.typesystem.internal.LogicalContainerAwareReentrantTypeResolver
 
- 
Returns null if the given operation declares it's own return type or if it does not override
 another operation.
 
- getReturnTypeOfOverriddenOperation(JvmOperation, ITypeReferenceOwner, IVisibilityHelper) - Method in class org.eclipse.xtext.xbase.typesystem.override.OverrideHelper
 
- 
Returns null if the given operation declares it's own return type or if it does not override
 another operation.
 
- getReturnTypeOfOverriddenOperation(JvmOperation, LightweightTypeReference) - Method in class org.eclipse.xtext.xbase.typesystem.override.OverrideHelper
 
- 
Returns null if the given operation declares it's own return type or if it does not override
 another operation.
 
- getReturnTypeText(AbstractRule) - Method in class org.eclipse.xtext.xtext.ui.editor.outline.XtextOutlineTreeProvider
 
-  
 
- getReverseSolidusLessThanSignLessThanSignKeyword_3() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.LiteralValueElements
 
-  
 
- getRight() - Method in interface org.eclipse.xtext.CharacterRange
 
- 
Returns the value of the 'Right' containment reference
 
- getRight() - Method in class org.eclipse.xtext.formatting.impl.AbstractFormattingConfig.ElementLocator
 
-  
 
- getRight() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.UntilElementImpl
 
-  
 
- getRight() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.UntilElement
 
- 
Returns the value of the 'Right' containment reference
 
- getRight() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.AndExpression
 
- 
Returns the value of the 'Right' containment reference
 
- getRight() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.Comparison
 
- 
Returns the value of the 'Right' containment reference
 
- getRight() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.AndExpressionImpl
 
-  
 
- getRight() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.ComparisonImpl
 
-  
 
- getRight() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.OrExpressionImpl
 
-  
 
- getRight() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.OrExpression
 
- 
Returns the value of the 'Right' containment reference
 
- getRight() - Method in class org.eclipse.xtext.impl.CharacterRangeImpl
 
-  
 
- getRight() - Method in class org.eclipse.xtext.xbase.impl.XVariableDeclarationImpl
 
-  
 
- getRight() - Method in interface org.eclipse.xtext.xbase.XVariableDeclaration
 
- 
Returns the value of the 'Right' containment reference
 
- getRightAndExpressionParserRuleCall_1_2_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ExpressionElements
 
-  
 
- getRightAssignment_1_2() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.AndExpressionElements
 
-  
 
- getRightAssignment_1_2() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ComparisonElements
 
-  
 
- getRightAssignment_1_2() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ExpressionElements
 
-  
 
- getRightAssignment_1_2() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.CharacterRangeElements
 
-  
 
- getRightAssignment_3_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XVariableDeclarationElements
 
-  
 
- getRightAssignment_3_1_2() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OtherElementElements
 
-  
 
- getRightComparisonParserRuleCall_1_2_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.AndExpressionElements
 
-  
 
- getRightCurlyBracketKeyword_3() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ActionElements
 
-  
 
- getRightCurlyBracketKeyword_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XBlockExpressionElements
 
-  
 
- getRightCurlyBracketKeyword_4() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OptionsElements
 
-  
 
- getRightCurlyBracketKeyword_4() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getRightCurlyBracketKeyword_4() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSetLiteralElements
 
-  
 
- getRightCurlyBracketKeyword_6() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getRightKeywordParserRuleCall_1_2_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.CharacterRangeElements
 
-  
 
- getRightLiteralParserRuleCall_3_1_2_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OtherElementElements
 
-  
 
- getRightOperand() - Method in class org.eclipse.xtext.xbase.impl.XBinaryOperationImpl
 
-  
 
- getRightOperand() - Method in interface org.eclipse.xtext.xbase.XBinaryOperation
 
- 
Returns the value of the 'Right Operand' containment reference
 
- getRightOperandAssignment_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAdditiveExpressionElements
 
-  
 
- getRightOperandAssignment_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAndExpressionElements
 
-  
 
- getRightOperandAssignment_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XEqualityExpressionElements
 
-  
 
- getRightOperandAssignment_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMultiplicativeExpressionElements
 
-  
 
- getRightOperandAssignment_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XOrExpressionElements
 
-  
 
- getRightOperandAssignment_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XOtherOperatorExpressionElements
 
-  
 
- getRightOperandAssignment_1_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAssignmentElements
 
-  
 
- getRightOperandAssignment_1_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XRelationalExpressionElements
 
-  
 
- getRightOperandXAdditiveExpressionParserRuleCall_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XOtherOperatorExpressionElements
 
-  
 
- getRightOperandXAndExpressionParserRuleCall_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XOrExpressionElements
 
-  
 
- getRightOperandXAssignmentParserRuleCall_1_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAssignmentElements
 
-  
 
- getRightOperandXEqualityExpressionParserRuleCall_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAndExpressionElements
 
-  
 
- getRightOperandXMultiplicativeExpressionParserRuleCall_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAdditiveExpressionElements
 
-  
 
- getRightOperandXOtherOperatorExpressionParserRuleCall_1_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XRelationalExpressionElements
 
-  
 
- getRightOperandXRelationalExpressionParserRuleCall_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XEqualityExpressionElements
 
-  
 
- getRightOperandXUnaryOperationParserRuleCall_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMultiplicativeExpressionElements
 
-  
 
- getRightParenthesisKeyword_0_2() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XFunctionTypeRefElements
 
-  
 
- getRightParenthesisKeyword_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.EmptyParenthesisElements
 
-  
 
- getRightParenthesisKeyword_1_1_3_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getRightParenthesisKeyword_1_2() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.MethodCallLiteralElements
 
-  
 
- getRightParenthesisKeyword_2() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ParenthesizedExpressionElements
 
-  
 
- getRightParenthesisKeyword_2() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParenthesizedAssignableElementElements
 
-  
 
- getRightParenthesisKeyword_2() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParenthesizedElementElements
 
-  
 
- getRightParenthesisKeyword_2() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParenthesizedTerminalElementElements
 
-  
 
- getRightParenthesisKeyword_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XParenthesizedExpressionElements
 
-  
 
- getRightParenthesisKeyword_2_1_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getRightParenthesisKeyword_2_1_4_4() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getRightParenthesisKeyword_2_3() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParserRuleElements
 
-  
 
- getRightParenthesisKeyword_3() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.ParenthesizedElements
 
-  
 
- getRightParenthesisKeyword_3() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.PredicatedGroupElements
 
-  
 
- getRightParenthesisKeyword_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCatchClauseElements
 
-  
 
- getRightParenthesisKeyword_3_2() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElements
 
-  
 
- getRightParenthesisKeyword_3_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getRightParenthesisKeyword_3_3() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getRightParenthesisKeyword_4() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.PredicatedElements
 
-  
 
- getRightParenthesisKeyword_4() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.IfConditionElements
 
-  
 
- getRightParenthesisKeyword_4() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XIfExpressionElements
 
-  
 
- getRightParenthesisKeyword_4() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XWhileExpressionElements
 
-  
 
- getRightParenthesisKeyword_4_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getRightParenthesisKeyword_5() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplateElements
 
-  
 
- getRightParenthesisKeyword_5() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTypeLiteralElements
 
-  
 
- getRightParenthesisKeyword_6() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XDoWhileExpressionElements
 
-  
 
- getRightParenthesisKeyword_6() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XForLoopExpressionElements
 
-  
 
- getRightParenthesisKeyword_8() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.PredicatedElements
 
-  
 
- getRightPrefixExpressionParserRuleCall_1_2_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ComparisonElements
 
-  
 
- getRightSquareBracketKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.ArrayBracketsElements
 
-  
 
- getRightSquareBracketKeyword_1_3() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElementValueElements
 
-  
 
- getRightSquareBracketKeyword_3() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.CrossReferenceElements
 
-  
 
- getRightSquareBracketKeyword_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XClosureElements
 
-  
 
- getRightSquareBracketKeyword_4() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XListLiteralElements
 
-  
 
- getRightTerminal() - Method in class org.eclipse.xtext.ui.editor.autoedit.AbstractTerminalsEditStrategy
 
-  
 
- getRightXExpressionParserRuleCall_3_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XVariableDeclarationElements
 
-  
 
- getRoot() - Method in class org.eclipse.xtext.grammaranalysis.impl.CfgAdapter
 
-  
 
- getRoot() - Method in class org.eclipse.xtext.serializer.analysis.ContextPDAProvider.SerializerActionCfg
 
-  
 
- getRoot() - Method in class org.eclipse.xtext.serializer.analysis.ContextPDAProvider.SerializerParserRuleCfg
 
-  
 
- getRoot() - Method in class org.eclipse.xtext.serializer.analysis.GrammarAlias.GrammarAliasAdapter
 
-  
 
- getRoot() - Method in class org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.ConstraintElementProduction
 
-  
 
- getRoot() - Method in class org.eclipse.xtext.util.formallang.NfaToProduction.AliasGrammarProvider
 
-  
 
- getRoot() - Method in interface org.eclipse.xtext.util.formallang.Production
 
-  
 
- getRoot(Production<E, T>, E) - Method in class org.eclipse.xtext.util.formallang.ProductionUtil
 
-  
 
- getRoot() - Method in class org.eclipse.xtext.util.formallang.StringProduction
 
-  
 
- getRoot() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractRootedReentrantTypeResolver
 
-  
 
- getRoot() - Method in class org.eclipse.xtext.xbase.typesystem.internal.DefaultReentrantTypeResolver
 
-  
 
- getRoot() - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeResolutionStateAdapter
 
-  
 
- getRootAdapterFactory() - Method in class org.eclipse.xtext.common.types.provider.TypesItemProviderAdapterFactory
 
- 
This returns the root adapter factory that contains this factory
 
- getRootASTElement() - Method in interface org.eclipse.xtext.parser.IParseResult
 
-  
 
- getRootASTElement() - Method in class org.eclipse.xtext.parser.ParseResult
 
-  
 
- getRootConsumer() - Method in class org.eclipse.xtext.common.parser.packrat.TerminalsParserConfiguration
 
-  
 
- getRootConsumer() - Method in class org.eclipse.xtext.parser.packrat.AbstractPackratParser
 
-  
 
- getRootConsumer() - Method in interface org.eclipse.xtext.parser.packrat.IParserConfiguration
 
- 
Return a references to the same and same again root consumer.
 
- getRootContext() - Method in class org.eclipse.xtext.serializer.sequencer.ContextFinder
 
-  
 
- getRootElementClass() - Method in class org.eclipse.xtext.xtext.ui.wizard.ecore2xtext.Ecore2XtextProjectInfo
 
-  
 
- getRootElementClass() - Method in class org.eclipse.xtext.xtext.ui.wizard.ecore2xtext.WizardSelectImportedEPackagePage
 
-  
 
- getRootExpression() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractLogicalContainerAwareRootComputationState
 
-  
 
- getRootExpression() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractRootTypeComputationState
 
-  
 
- getRootExpression() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AnnotationValueTypeComputationState
 
-  
 
- getRootExpression() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ExpressionBasedRootTypeComputationState
 
-  
 
- getRootJvmType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.LogicalContainerAwareReentrantTypeResolver
 
-  
 
- getRootModel() - Method in class org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext
 
- 
The root model in the resource.
 
- getRootNode(InputStream) - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getRootNode(XtextResource) - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getRootNode(String) - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getRootNode(InputStream) - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getRootNode(XtextResource) - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getRootNode(String) - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getRootNode() - Method in class org.eclipse.xtext.nodemodel.impl.AbstractNode
 
-  
 
- getRootNode() - Method in class org.eclipse.xtext.nodemodel.impl.RootNode
 
-  
 
- getRootNode() - Method in class org.eclipse.xtext.nodemodel.impl.SyntheticCompositeNode
 
-  
 
- getRootNode() - Method in interface org.eclipse.xtext.nodemodel.INode
 
- 
Returns the root node of this parse tree.
 
- getRootNode() - Method in class org.eclipse.xtext.parser.impl.PartialParsingPointers
 
-  
 
- getRootNode() - Method in interface org.eclipse.xtext.parser.IParseResult
 
-  
 
- getRootNode() - Method in class org.eclipse.xtext.parser.ParseResult
 
-  
 
- getRootNode() - Method in class org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext
 
- 
The root node in the resource.
 
- getRootNodeAndExpect(InputStream, int) - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getRootNodeAndExpect(String, int) - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getRootNodeAndExpect(InputStream, int) - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getRootNodeAndExpect(String, int) - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getRootPath() - Method in class org.eclipse.xtext.xbase.file.ProjectConfig
 
-  
 
- getRootToken(IEObjectConsumer) - Method in class org.eclipse.xtext.common.parseTreeConstruction.TerminalsParsetreeConstructor
 
-  
 
- getRootToken(IEObjectConsumer) - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parseTreeConstruction.SimpleAntlrParsetreeConstructor
 
-  
 
- getRootToken(IEObjectConsumer) - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parseTreeConstruction.SimpleExpressionsParsetreeConstructor
 
-  
 
- getRootToken(IEObjectConsumer) - Method in class org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor
 
-  
 
- getRootToken(IEObjectConsumer) - Method in class org.eclipse.xtext.parseTreeConstruction.XtextParsetreeConstructor
 
-  
 
- getRootToken(IEObjectConsumer) - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.CodetemplatesParsetreeConstructor
 
-  
 
- getRootToken(IEObjectConsumer) - Method in class org.eclipse.xtext.ui.codetemplates.parseTreeConstruction.SingleCodetemplateParsetreeConstructor
 
-  
 
- getRootTrace() - Method in class org.eclipse.xtext.xbase.formatting.FormattableDocument
 
-  
 
- getRootTraceRegion() - Method in class org.eclipse.xtext.builder.trace.AbstractTrace
 
- 
 
- getRootTraceRegion() - Method in interface org.eclipse.xtext.generator.trace.ITrace.Internal
 
-  
 
- getRootTypeLiteral(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.util.FeatureCallAsTypeLiteralHelper
 
-  
 
- getRule() - Method in class org.eclipse.xtext.conversion.impl.AbstractLexerBasedConverter
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AlternativesElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AntlrGrammarElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AtomElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.EmptyParenthesisElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.GroupElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.IdOrIntElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.KeywordElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.LiteralElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OptionsElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OptionValueElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OtherElementElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.ParenthesizedElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.PredicatedElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.RuleCallElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.RuleElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.RuleOptionsElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.WildcardElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.RuleCallImpl
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getRule() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.RuleCall
 
- 
Returns the value of the 'Rule' attribute
 
- getRule() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for class '
Rule'
 
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.AndExpressionElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ArgumentElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.AtomElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ComparisonElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ExpressionElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.FQNElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.IfConditionElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.MethodCallElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.MethodCallLiteralElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.NumberLiteralElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ParenthesizedExpressionElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.PrefixExpressionElements
 
-  
 
- getRule() - Method in interface org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess
 
-  
 
- getRule() - Method in interface org.eclipse.xtext.IGrammarAccess.IEnumRuleAccess
 
-  
 
- getRule() - Method in interface org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
 
-  
 
- getRule() - Method in class org.eclipse.xtext.impl.RuleCallImpl
 
-  
 
- getRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess.FeatureCallIDElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess.ModelElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess.SpecialBlockExpressionElements
 
-  
 
- getRule() - Method in interface org.eclipse.xtext.RuleCall
 
- 
Returns the value of the 'Rule' reference
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractMetamodelDeclarationElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractNegatedTokenElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractRuleElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractTerminalElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractTokenElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractTokenWithCardinalityElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ActionElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AlternativesElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AssignableAlternativesElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AssignableTerminalElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AssignmentElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.CharacterRangeElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.CrossReferenceableTerminalElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.CrossReferenceElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumLiteralDeclarationElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumLiteralsElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumRuleElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EOFElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GeneratedMetamodelElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarIDElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GroupElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.KeywordElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.NegatedTokenElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParenthesizedAssignableElementElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParenthesizedElementElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParenthesizedTerminalElementElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParserRuleElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.PredicatedGroupElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.PredicatedKeywordElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.PredicatedRuleCallElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ReferencedMetamodelElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.RuleCallElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalAlternativesElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalGroupElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalRuleElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalTokenElementElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalTokenElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TypeRefElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.UnorderedGroupElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.UntilTokenElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.WildcardElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplateElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplatesElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.DollarElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.FQNElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.LiteralElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.LiteralValueElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.TemplateBodyElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.TemplateBodyWithQuotesElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.TemplatePartElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.ValidIDElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableOrDollarElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.CodetemplateElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.CodetemplatesElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.LiteralValueElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.TemplateBodyWithQuotesElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.LookAheadTerminalRuleCall
 
-  
 
- getRule(EObject) - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.ParserBasedContentAssistContextFactory.StatefulFactory
 
-  
 
- getRule() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxDiagnosticProvider.AbstractConcreteSyntaxDiagnostic
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElementValueElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElementValuePairElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.FeatureCallIDElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.FullJvmFormalParameterElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.IdOrSuperElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.JvmFormalParameterElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.NumberElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpAddElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpAndElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpCompareElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpEqualityElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpMultiAssignElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpMultiElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOrElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOtherElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpSingleAssignElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpUnaryElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.QualifiedNameElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.StaticQualifierElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAdditiveExpressionElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAndExpressionElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAssignmentElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XBlockExpressionElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XBooleanLiteralElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCasePartElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCastedExpressionElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCatchClauseElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XClosureElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCollectionLiteralElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XDoWhileExpressionElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XEqualityExpressionElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XExpressionElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XExpressionInClosureElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XExpressionInsideBlockElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XForLoopExpressionElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XIfExpressionElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XListLiteralElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XLiteralElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMultiplicativeExpressionElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XNullLiteralElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XNumberLiteralElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XOrExpressionElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XOtherOperatorExpressionElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XParenthesizedExpressionElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XPrimaryExpressionElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XRelationalExpressionElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XReturnExpressionElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSetLiteralElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XShortClosureElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XStringLiteralElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XThrowExpressionElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTryCatchFinallyExpressionElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTypeLiteralElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XUnaryOperationElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XVariableDeclarationElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XWhileExpressionElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.ArrayBracketsElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmArgumentTypeReferenceElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmLowerBoundElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmParameterizedTypeReferenceElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmTypeParameterElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmTypeReferenceElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmUpperBoundAndedElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmUpperBoundElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmWildcardTypeReferenceElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.QualifiedNameElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.QualifiedNameWithWildcardElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.ValidIDElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XFunctionTypeRefElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XImportDeclarationElements
 
-  
 
- getRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XImportSectionElements
 
-  
 
- getRule_Body() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getRule_Body() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for the containment reference '
Body'
 
 
- getRule_Fragment() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getRule_Fragment() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for the attribute '
Fragment'
 
 
- getRule_Name() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getRule_Name() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for the attribute '
Name'
 
 
- getRuleAbstractRuleCrossReference_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.RuleCallElements
 
-  
 
- getRuleAbstractRuleCrossReference_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.PredicatedRuleCallElements
 
-  
 
- getRuleAbstractRuleIDTerminalRuleCall_0_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.RuleCallElements
 
-  
 
- getRuleAbstractRuleIDTerminalRuleCall_1_0_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.PredicatedRuleCallElements
 
-  
 
- getRuleAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getRuleAssignment() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.RuleCallElements
 
-  
 
- getRuleAssignment_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.RuleCallElements
 
-  
 
- getRuleAssignment_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.PredicatedRuleCallElements
 
-  
 
- getRuleCall() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getRuleCall() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for class '
Rule Call'
 
 
- getRuleCall() - Method in class org.eclipse.xtext.grammaranalysis.impl.AbstractPDAProvider.RuleCallStackElement
 
-  
 
- getRuleCall() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getRuleCall() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ConstraintElement
 
-  
 
- getRuleCall() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraintElement
 
-  
 
- getRuleCall() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for class '
Rule Call'
 
 
- getRuleCall_Rule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getRuleCall_Rule() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for the attribute '
Rule'
 
 
- getRuleCall_Rule() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getRuleCall_Rule() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for the reference '
Rule'
 
 
- getRuleCallAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getRuleCallAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getRuleCallParserRuleCall_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.LiteralElements
 
-  
 
- getRuleCallParserRuleCall_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractTerminalElements
 
-  
 
- getRuleCallParserRuleCall_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AssignableTerminalElements
 
-  
 
- getRuleCallParserRuleCall_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.CrossReferenceableTerminalElements
 
-  
 
- getRuleCallParserRuleCall_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalTokenElementElements
 
-  
 
- getRuleCallRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getRuleCallRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getRuleElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getRuleElement() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
 
- getRuleIDTerminalRuleCall_0_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.RuleCallElements
 
-  
 
- getRuleName() - Method in class org.eclipse.xtext.conversion.impl.AbstractLexerBasedConverter
 
-  
 
- getRuleName(Token) - Method in class org.eclipse.xtext.conversion.impl.AbstractLexerBasedConverter
 
-  
 
- getRuleName(String) - Method in class org.eclipse.xtext.generator.parser.antlr.ex.common.KeywordHelper
 
-  
 
- getRuleName(Token) - Method in class org.eclipse.xtext.parser.antlr.AbstractSplittingTokenSource
 
-  
 
- getRuleName() - Method in class org.eclipse.xtext.parser.packrat.consumers.AbstractRuleAwareTerminalConsumer
 
-  
 
- getRuleName() - Method in class org.eclipse.xtext.parser.packrat.consumers.EnumLiteralConsumer
 
-  
 
- getRuleName() - Method in class org.eclipse.xtext.parser.packrat.consumers.KeywordConsumer
 
-  
 
- getRuleName() - Method in class org.eclipse.xtext.parser.packrat.consumers.TerminalConsumer
 
-  
 
- getRuleName() - Method in class org.eclipse.xtext.parser.packrat.tokens.ParsedTerminalWithFeature
 
-  
 
- getRuleName(AbstractElement) - Method in class org.eclipse.xtext.purexbase.ui.contentassist.antlr.PureXbaseParser
 
-  
 
- getRuleName(AbstractElement) - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.antlr.CodetemplatesParser
 
-  
 
- getRuleName(AbstractElement) - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.antlr.SingleCodetemplateParser
 
-  
 
- getRuleName(AbstractElement) - Method in class org.eclipse.xtext.ui.contentassist.antlr.XtextParser
 
-  
 
- getRuleName(AbstractElement) - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser
 
-  
 
- getRuleName(AbstractElement) - Method in class org.eclipse.xtext.xbase.annotations.ui.contentassist.antlr.XbaseWithAnnotationsParser
 
-  
 
- getRuleName(AbstractElement) - Method in class org.eclipse.xtext.xbase.ui.contentassist.antlr.XbaseParser
 
-  
 
- getRuleNameForErrorMessage(AbstractRule) - Method in class org.eclipse.xtext.xtext.ecoreInference.Xtext2EcoreTransformer
 
-  
 
- getRuleNameFrom(EObject) - Method in class org.eclipse.xtext.linking.impl.LinkingHelper
 
-  
 
- getRuleOptions() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getRuleOptions() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
 
- getRuleOptions_Element() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getRuleOptions_Element() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for the containment reference '
Element'
 
 
- getRuleOptions_Options() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getRuleOptions_Options() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for the containment reference '
Options'
 
 
- getRuleOptionsAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getRuleOptionsParserRuleCall_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AtomElements
 
-  
 
- getRuleOptionsRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getRuleRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getRules() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.AntlrGrammar
 
- 
Returns the value of the 'Rules' containment reference list.
 
- getRules() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.AntlrGrammarImpl
 
-  
 
- getRules() - Method in interface org.eclipse.xtext.Grammar
 
- 
Returns the value of the 'Rules' containment reference list.
 
- getRules() - Method in class org.eclipse.xtext.impl.GrammarImpl
 
-  
 
- getRules() - Method in class org.eclipse.xtext.service.AbstractElementFinder.AbstractEnumRuleElementFinder
 
-  
 
- getRules() - Method in class org.eclipse.xtext.service.AbstractElementFinder.AbstractGrammarElementFinder
 
-  
 
- getRules() - Method in class org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
 
-  
 
- getRules() - Method in class org.eclipse.xtext.service.AbstractElementFinder
 
-  
 
- getRulesAbstractRuleParserRuleCall_5_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getRulesAssignment_4() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AntlrGrammarElements
 
-  
 
- getRulesAssignment_5() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getRulesRuleParserRuleCall_4_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AntlrGrammarElements
 
-  
 
- getRun(char) - Method in class org.eclipse.xtext.ui.editor.model.CommonBreakIterator
 
- 
Returns a run based on a character.
 
- getRuntimeModule(String) - Method in class org.eclipse.xtext.purexbase.ui.internal.PureXbaseActivator
 
-  
 
- getRuntimeModule(String) - Method in class org.eclipse.xtext.ui.codetemplates.ui.internal.CodetemplatesActivator
 
-  
 
- getRuntimeModule(String) - Method in class org.eclipse.xtext.xbase.ui.internal.XtypeActivator
 
-  
 
- getRuntimeModule(String) - Method in class org.eclipse.xtext.xtext.ui.internal.Activator
 
-  
 
- getSaveAndReconcileGenModel(ResourceSet, Grammar, XpandExecutionContext, List<EPackage>) - Method in class org.eclipse.xtext.generator.ecore.EMFGeneratorFragment
 
-  
 
- getSaveOptions() - Method in class org.eclipse.xtext.ui.editor.model.edit.DefaultTextEditComposer
 
-  
 
- getSchedulingRule() - Method in class org.eclipse.xtext.ui.refactoring.ui.WorkbenchRunnableAdapter
 
-  
 
- getScope(Resource, EReference) - Method in class org.eclipse.xtext.common.types.xtext.AbstractTypeScopeProvider
 
-  
 
- getScope(Resource, EReference, Predicate<IEObjectDescription>) - Method in class org.eclipse.xtext.common.types.xtext.AbstractTypeScopeProvider
 
-  
 
- getScope(Resource, EReference, Predicate<IEObjectDescription>) - Method in class org.eclipse.xtext.common.types.xtext.TypesAwareDefaultGlobalScopeProvider
 
-  
 
- getScope(EObject, EReference) - Method in class org.eclipse.xtext.linking.impl.DefaultLinkingService
 
-  
 
- getScope(Resource, EReference, Predicate<IEObjectDescription>) - Method in interface org.eclipse.xtext.scoping.IGlobalScopeProvider
 
- 
Returns a global scope for the given context.
 
- getScope(EObject, EReference) - Method in class org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
 
-  
 
- getScope(Resource, EReference) - Method in class org.eclipse.xtext.scoping.impl.AbstractGlobalScopeProvider
 
-  
 
- getScope(Resource, EReference, Predicate<IEObjectDescription>) - Method in class org.eclipse.xtext.scoping.impl.AbstractGlobalScopeProvider
 
-  
 
- getScope(Resource, boolean, EClass, Predicate<IEObjectDescription>) - Method in class org.eclipse.xtext.scoping.impl.AbstractGlobalScopeProvider
 
-  
 
- getScope(IScope, Resource, boolean, EClass, Predicate<IEObjectDescription>) - Method in class org.eclipse.xtext.scoping.impl.DefaultGlobalScopeProvider
 
-  
 
- getScope(Resource, boolean, EClass, Predicate<IEObjectDescription>) - Method in class org.eclipse.xtext.scoping.impl.DefaultGlobalScopeProvider
 
-  
 
- getScope(EObject, EReference) - Method in class org.eclipse.xtext.scoping.impl.DelegatingScopeProvider
 
-  
 
- getScope(EObject, EReference) - Method in class org.eclipse.xtext.scoping.impl.ImportedNamespaceAwareLocalScopeProvider
 
-  
 
- getScope(Resource, boolean, EClass, Predicate<IEObjectDescription>) - Method in class org.eclipse.xtext.scoping.impl.ImportUriGlobalScopeProvider
 
-  
 
- getScope(Resource, boolean, EClass, Predicate<IEObjectDescription>) - Method in class org.eclipse.xtext.scoping.impl.ResourceSetGlobalScopeProvider
 
-  
 
- getScope(EObject, EReference) - Method in class org.eclipse.xtext.scoping.impl.SimpleLocalScopeProvider
 
-  
 
- getScope(EObject, EReference) - Method in interface org.eclipse.xtext.scoping.IScopeProvider
 
- 
Returns a scope for the given context.
 
- getScope(EObject, EReference) - Method in class org.eclipse.xtext.xbase.annotations.scoping.XbaseWithAnnotationsScopeProvider
 
-  
 
- getScope(EObject, EReference) - Method in class org.eclipse.xtext.xbase.annotations.typesystem.XbaseWithAnnotationsBatchScopeProvider
 
-  
 
- getScope(EObject, EReference) - Method in class org.eclipse.xtext.xbase.linking.XbaseLinkingScopeProvider
 
-  
 
- getScope(EObject, EReference, IResolvedTypes) - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractFeatureScopeSession
 
-  
 
- getScope(EObject, EReference, IResolvedTypes) - Method in interface org.eclipse.xtext.xbase.scoping.batch.IFeatureScopeSession
 
- 
Return the scope for the given context and reference based on the
 known resolved types.
 
- getScope(EObject, EReference) - Method in class org.eclipse.xtext.xbase.scoping.batch.XbaseBatchScopeProvider
 
-  
 
- getScope(EObject, EReference) - Method in class org.eclipse.xtext.xbase.scoping.XbaseImportedNamespaceScopeProvider
 
- 
Deprecated.
  
- getScope(EObject, EReference) - Method in class org.eclipse.xtext.xbase.scoping.XbaseScopeProvider
 
- 
Deprecated.
  
- getScope(EObject, EReference) - Method in class org.eclipse.xtext.xbase.scoping.XImportSectionNamespaceScopeProvider
 
-  
 
- getScope(EObject, EReference) - Method in class org.eclipse.xtext.xbase.serializer.SerializerScopeProvider
 
-  
 
- getScope() - Method in exception org.eclipse.xtext.xbase.typesystem.internal.DefaultReentrantTypeResolver.AbortTypeComputation
 
-  
 
- getScope(XExpression) - Method in class org.eclipse.xtext.xbase.ui.contentassist.ParameterContextInformationProvider
 
-  
 
- getScope(EObject, EReference) - Method in class org.eclipse.xtext.xtext.XtextScopeProvider
 
-  
 
- getScopeDescription() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.JvmFeatureScope
 
- 
Deprecated.
  
- getScopeProvider() - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getScopeProvider() - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getScopeProvider() - Method in class org.eclipse.xtext.linking.impl.DefaultLinkingService
 
-  
 
- getScopeProvider() - Method in class org.eclipse.xtext.ui.editor.contentassist.AbstractJavaBasedContentProposalProvider
 
-  
 
- getScopeProvider() - Method in class org.eclipse.xtext.ui.editor.contentassist.AbstractJavaBasedContentProposalProvider.ReferenceProposalCreator
 
-  
 
- getScopeProvider() - Method in class org.eclipse.xtext.ui.editor.quickfix.DefaultQuickfixProvider
 
-  
 
- getScopeProvider() - Method in class org.eclipse.xtext.ui.editor.templates.XtextTemplateContext
 
-  
 
- getScopeProvider() - Method in class org.eclipse.xtext.xbase.ui.contentassist.XbaseProposalProvider
 
-  
 
- getScopeProvider() - Method in class org.eclipse.xtext.xtext.XtextLinker
 
-  
 
- getScopeProviderAccess() - Method in class org.eclipse.xtext.xbase.typesystem.internal.DefaultReentrantTypeResolver
 
-  
 
- getScopeProviderName(Grammar, Naming) - Static method in class org.eclipse.xtext.generator.scoping.AbstractScopingFragment
 
-  
 
- getScopeProviderSuperClassName(Grammar) - Method in class org.eclipse.xtext.generator.scoping.AbstractScopingFragment
 
-  
 
- getSearchEngine() - Method in class org.eclipse.xtext.ui.search.XtextEObjectSearchDialog
 
-  
 
- getSearchFor() - Method in interface org.eclipse.xtext.common.types.xtext.ui.ITypesProposalProvider.Filter
 
-  
 
- getSearchFor() - Method in class org.eclipse.xtext.common.types.xtext.ui.TypeMatchFilters.All
 
-  
 
- getSearchFor() - Method in class org.eclipse.xtext.common.types.xtext.ui.TypeMatchFilters.And
 
-  
 
- getSearchFor() - Method in class org.eclipse.xtext.common.types.xtext.ui.TypeMatchFilters.CanInstantiate
 
-  
 
- getSearchFor() - Method in class org.eclipse.xtext.common.types.xtext.ui.TypeMatchFilters.IsPublic
 
-  
 
- getSearchFor() - Method in class org.eclipse.xtext.common.types.xtext.ui.TypeMatchFilters.None
 
-  
 
- getSearchFor() - Method in class org.eclipse.xtext.common.types.xtext.ui.TypeMatchFilters.Not
 
-  
 
- getSearchFor() - Method in class org.eclipse.xtext.common.types.xtext.ui.TypeMatchFilters.Or
 
-  
 
- getSearchPredicate(String, String) - Method in class org.eclipse.xtext.ui.search.IXtextEObjectSearch.Default
 
-  
 
- getSearchResult() - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceQuery
 
-  
 
- getSearchResult() - Method in class org.eclipse.xtext.xbase.ui.jvmmodel.findrefs.CompositeSearchQuery
 
-  
 
- getSearchScope() - Method in class org.eclipse.xtext.ui.search.IXtextEObjectSearch.Default
 
-  
 
- getSecond() - Method in class org.eclipse.xtext.util.Pair
 
-  
 
- getSegment(int) - Method in class org.eclipse.xtext.naming.QualifiedName
 
-  
 
- getSegmentCount() - Method in class org.eclipse.xtext.naming.QualifiedName
 
-  
 
- getSegments() - Method in class org.eclipse.xtext.naming.QualifiedName
 
-  
 
- getSelectable() - Method in class org.eclipse.xtext.scoping.impl.SelectableBasedScope
 
-  
 
- getSelectables() - Method in class org.eclipse.xtext.resource.impl.AbstractCompoundSelectable
 
-  
 
- getSelectables() - Method in class org.eclipse.xtext.resource.impl.AbstractContainer
 
-  
 
- getSelectables() - Method in class org.eclipse.xtext.resource.impl.EagerResourceSetBasedResourceDescriptions
 
-  
 
- getSelectables() - Method in class org.eclipse.xtext.resource.impl.ResourceDescriptionsData
 
-  
 
- getSelectables() - Method in class org.eclipse.xtext.resource.impl.ResourceSetBasedResourceDescriptions
 
-  
 
- getSelectables() - Method in class org.eclipse.xtext.scoping.impl.LoadOnDemandResourceDescriptions
 
-  
 
- getSelectedAstElements(XtextResource, ITextRegion) - Method in class org.eclipse.xtext.ui.editor.selection.AstSelectionProvider
 
-  
 
- getSelectedBackgroundColor() - Method in class org.eclipse.xtext.xtext.ui.graph.figures.primitives.AbstractNode
 
-  
 
- getSelectedElement() - Method in class org.eclipse.xtext.ui.editor.outline.quickoutline.QuickOutlinePopup
 
-  
 
- getSelectedElements() - Method in class org.eclipse.xtext.ui.editor.tasks.dialogfields.ListDialogField
 
- 
Returns the selected elements.
 
- getSelectedFigure(ISelection) - Method in class org.eclipse.xtext.xtext.ui.graph.RailroadSelectionProvider
 
-  
 
- getSelectedFile(ExecutionEvent) - Static method in class org.eclipse.xtext.xtext.launcher.SelectionUtil
 
-  
 
- getSelectedFile(IEditorPart) - Static method in class org.eclipse.xtext.xtext.launcher.SelectionUtil
 
-  
 
- getSelectedFile(ISelection) - Static method in class org.eclipse.xtext.xtext.launcher.SelectionUtil
 
-  
 
- getSelectedNodes(TreeViewer) - Method in class org.eclipse.xtext.ui.editor.outline.impl.OutlineTreeState
 
-  
 
- getSelectedNodes() - Method in class org.eclipse.xtext.ui.editor.outline.impl.OutlineTreeState
 
-  
 
- getSelectedOutlineNode(ISelection) - Method in class org.eclipse.xtext.ui.editor.outline.actions.OutlineWithEditorLinker
 
-  
 
- getSelectedRange() - Method in class org.eclipse.xtext.junit4.ui.MockableTextViewer
 
-  
 
- getSelectedRange() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyTextViewer
 
-  
 
- getSelectedRange() - Method in class org.eclipse.xtext.ui.junit.editor.contentassist.MockableTextViewer
 
-  
 
- getSelectedRegion(IDocument, ITypedRegion) - Method in class org.eclipse.xtext.ui.editor.doubleClicking.AbstractPartitionDoubleClickSelector
 
-  
 
- getSelectedRegion(IDocument, ITypedRegion) - Method in class org.eclipse.xtext.ui.editor.doubleClicking.FixedCharCountPartitionDoubleClickSelector
 
-  
 
- getSelectedText() - Method in class org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext
 
- 
The currently selected text.
 
- getSelection() - Method in class org.eclipse.xtext.junit4.ui.MockableSelectionProvider
 
-  
 
- getSelection() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyTextViewer
 
-  
 
- getSelection() - Method in class org.eclipse.xtext.ui.compare.AbstractContentViewer
 
-  
 
- getSelection(IDocument) - Method in class org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal
 
-  
 
- getSelection(ITextViewer) - Method in class org.eclipse.xtext.ui.editor.embedded.TextViewerAction
 
- 
Returns the viewer's selection.
 
- getSelection(IDocument) - Method in class org.eclipse.xtext.ui.editor.quickfix.QuickAssistCompletionProposal
 
-  
 
- getSelection() - Method in class org.eclipse.xtext.ui.junit.editor.contentassist.MockableSelectionProvider
 
-  
 
- getSelection(String) - Method in class org.eclipse.xtext.ui.preferences.OptionsConfigurationBlock.ControlData
 
-  
 
- getSelection() - Method in class org.eclipse.xtext.ui.views.DefaultWorkbenchPartSelection
 
-  
 
- getSelection() - Method in interface org.eclipse.xtext.ui.views.IWorkbenchPartSelection
 
-  
 
- getSelection() - Method in class org.eclipse.xtext.xtext.ui.graph.RailroadSelectionProvider
 
-  
 
- getSelectionButton(Composite) - Method in class org.eclipse.xtext.ui.editor.tasks.dialogfields.SelectionButtonDialogField
 
- 
Returns the selection button widget.
 
- getSelectionChangedListener() - Method in class org.eclipse.xtext.ui.editor.occurrences.OccurrenceMarker
 
-  
 
- getSelectionIndex() - Method in class org.eclipse.xtext.ui.editor.tasks.dialogfields.ComboDialogField
 
-  
 
- getSelectionLength() - Method in class org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal
 
-  
 
- getSelectionListener() - Method in class org.eclipse.xtext.ui.preferences.OptionsConfigurationBlock
 
-  
 
- getSelectionOffset(ICompositeNode, ITextRegion) - Method in class org.eclipse.xtext.ui.editor.selection.AstSelectionProvider
 
-  
 
- getSelectionProvider() - Method in class org.eclipse.xtext.junit4.ui.MockableTextViewer
 
-  
 
- getSelectionProvider() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyTextViewer
 
-  
 
- getSelectionProvider() - Method in class org.eclipse.xtext.ui.junit.editor.contentassist.MockableTextViewer
 
-  
 
- getSelectionStart() - Method in class org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal
 
-  
 
- getSemanticElement() - Method in class org.eclipse.xtext.nodemodel.impl.AbstractNode
 
-  
 
- getSemanticElement() - Method in class org.eclipse.xtext.nodemodel.impl.CompositeNodeWithSemanticElement
 
-  
 
- getSemanticElement() - Method in class org.eclipse.xtext.nodemodel.impl.SyntheticCompositeNode
 
-  
 
- getSemanticElement() - Method in interface org.eclipse.xtext.nodemodel.INode
 
- 
Returns the nearest semantic object that is associated with the subtree of this node.
 
- getSemanticModelBuilder() - Method in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser
 
-  
 
- getSemanticObject(int) - Method in class org.eclipse.xtext.nodemodel.serialization.DeserializationConversionContext
 
-  
 
- getSemanticObject() - Method in class org.eclipse.xtext.serializer.diagnostic.ISerializationDiagnostic.ExceptionDiagnostic
 
-  
 
- getSemanticObject() - Method in interface org.eclipse.xtext.serializer.diagnostic.ISerializationDiagnostic
 
-  
 
- getSemanticObject() - Method in class org.eclipse.xtext.serializer.diagnostic.SerializationDiagnostic
 
-  
 
- getSemanticSequencer() - Method in class org.eclipse.xtext.generator.serializer.SerializerGenFileNames
 
-  
 
- getSemanticTypeByParent(Set<IConcreteSyntaxConstraintProvider.ISyntaxConstraint>) - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxConstraintProvider.SyntaxConstraintNode
 
-  
 
- getSemanticTypes() - Method in interface org.eclipse.xtext.validation.IConcreteSyntaxConstraintProvider.ISyntaxConstraint
 
-  
 
- getSemanticTypes() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxConstraintProvider.SyntaxConstraintNode
 
-  
 
- getSemanticTypes() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxDiagnosticProvider.ConcreteSyntaxObjectDiagnostic
 
-  
 
- getSemanticTypesToCheck() - Method in interface org.eclipse.xtext.validation.IConcreteSyntaxConstraintProvider.ISyntaxConstraint
 
-  
 
- getSemanticTypesToCheck() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxConstraintProvider.SyntaxConstraintNode
 
-  
 
- getSemicolonKeyword_1_1() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess.SpecialBlockExpressionElements
 
-  
 
- getSemicolonKeyword_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XExpressionInClosureElements
 
-  
 
- getSemicolonKeyword_2() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AntlrGrammarElements
 
-  
 
- getSemicolonKeyword_2() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XImportDeclarationElements
 
-  
 
- getSemicolonKeyword_2_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XBlockExpressionElements
 
-  
 
- getSemicolonKeyword_3() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OptionValueElements
 
-  
 
- getSemicolonKeyword_4() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.RuleElements
 
-  
 
- getSemicolonKeyword_4() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalRuleElements
 
-  
 
- getSemicolonKeyword_5() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumRuleElements
 
-  
 
- getSemicolonKeyword_5() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParserRuleElements
 
-  
 
- getSender() - Method in interface org.eclipse.xtext.ui.editor.IDirtyStateManager.Event
 
- 
 
- getSender() - Method in interface org.eclipse.xtext.ui.notification.IStateChangeEventBroker.Event
 
-  
 
- getSeparator() - Method in class org.eclipse.xtext.junit4.parameterized.StringCollection
 
- 
Deprecated.
  
- getSequentialChildren(AbstractElement) - Method in class org.eclipse.xtext.grammaranalysis.impl.CfgAdapter
 
-  
 
- getSequentialChildren(GrammarAlias.AbstractElementAlias) - Method in class org.eclipse.xtext.serializer.analysis.GrammarAlias.GrammarAliasAdapter
 
-  
 
- getSequentialChildren(IGrammarConstraintProvider.IConstraintElement) - Method in class org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.ConstraintElementProduction
 
-  
 
- getSequentialChildren(NfaToProduction.AbstractElementAlias<TOKEN>) - Method in class org.eclipse.xtext.util.formallang.NfaToProduction.AliasGrammarProvider
 
-  
 
- getSequentialChildren(ELEMENT) - Method in interface org.eclipse.xtext.util.formallang.Production
 
-  
 
- getSequentialChildren(StringProduction.ProdElement) - Method in class org.eclipse.xtext.util.formallang.StringProduction
 
-  
 
- getSerializedModel() - Method in class org.eclipse.xtext.ui.editor.embedded.EmbeddedEditorModelAccess
 
-  
 
- getSerializer() - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getSerializer() - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getSerializer() - Method in class org.eclipse.xtext.resource.XtextResource
 
-  
 
- getSerialLoader() - Static method in class org.eclipse.xtext.builder.resourceloader.ResourceLoaderProviders
 
-  
 
- getService(URI, Class<T>) - Method in class org.eclipse.xtext.builder.trace.AbstractTrace
 
-  
 
- getServiceProvider(URI, String) - Method in class org.eclipse.xtext.resource.impl.ResourceServiceProviderRegistryImpl.InternalData
 
-  
 
- getServices() - Method in class org.eclipse.xtext.xbase.typesystem.computation.AbstractClosureTypeHelper
 
-  
 
- getServices() - Method in class org.eclipse.xtext.xbase.typesystem.internal.DefaultReentrantTypeResolver
 
-  
 
- getServices() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getServices() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes.Owner
 
-  
 
- getServices() - Method in class org.eclipse.xtext.xbase.typesystem.legacy.StandardTypeReferenceOwner
 
-  
 
- getServices() - Method in interface org.eclipse.xtext.xbase.typesystem.references.ITypeReferenceOwner
 
-  
 
- getServices() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
-  
 
- getServices() - Method in class org.eclipse.xtext.xbase.validation.XbaseJavaValidator
 
-  
 
- getSession() - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractSessionBasedScope
 
-  
 
- getSetup() - Method in interface org.eclipse.xtext.builder.standalone.ILanguageConfiguration
 
-  
 
- getSetup() - Method in class org.eclipse.xtext.junit4.ui.AbstractContentAssistProcessorTest
 
-  
 
- getSetup() - Method in class org.eclipse.xtext.m2e.Language
 
-  
 
- getSetup() - Method in class org.eclipse.xtext.ui.junit.editor.contentassist.AbstractContentAssistProcessorTest
 
-  
 
- getSeverities() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractTypeComputationState
 
-  
 
- getSeverities() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getSeverities() - Method in class org.eclipse.xtext.xbase.typesystem.internal.RootResolvedTypes
 
-  
 
- getSeverities() - Method in class org.eclipse.xtext.xbase.typesystem.internal.StackedResolvedTypes
 
-  
 
- getSeverity() - Method in class org.eclipse.xtext.diagnostics.DiagnosticMessage
 
-  
 
- getSeverity(XtextEditor) - Method in class org.eclipse.xtext.ui.editor.XtextEditorErrorTickUpdater
 
-  
 
- getSeverity() - Method in class org.eclipse.xtext.ui.preferences.StatusInfo
 
-  
 
- getSeverity(IMarker) - Method in class org.eclipse.xtext.ui.util.IssueUtil
 
-  
 
- getSeverity() - Method in class org.eclipse.xtext.validation.AbstractValidationDiagnostic
 
-  
 
- getSeverity(Diagnostic) - Method in class org.eclipse.xtext.validation.DiagnosticConverterImpl
 
-  
 
- getSeverity() - Method in class org.eclipse.xtext.validation.EObjectDiagnosticImpl
 
-  
 
- getSeverity() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxDiagnosticProvider.AbstractConcreteSyntaxDiagnostic
 
-  
 
- getSeverity() - Method in interface org.eclipse.xtext.validation.Issue
 
-  
 
- getSeverity() - Method in class org.eclipse.xtext.validation.Issue.IssueImpl
 
-  
 
- getSeverity(String) - Method in class org.eclipse.xtext.validation.IssueSeverities
 
-  
 
- getSeverity(String) - Method in interface org.eclipse.xtext.xbase.typesystem.computation.ITypeComputationState
 
-  
 
- getSeverity(String) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractTypeComputationState
 
-  
 
- getSeverity(String) - Method in class org.eclipse.xtext.xbase.typesystem.internal.CompoundTypeComputationState
 
-  
 
- getSeverity(String) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ForwardingTypeComputationState
 
-  
 
- getShadowingKey(IEObjectDescription) - Method in class org.eclipse.xtext.scoping.impl.SimpleScope
 
-  
 
- getShadowingKey(IEObjectDescription) - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractSessionBasedScope
 
-  
 
- getShadowingKey() - Method in class org.eclipse.xtext.xbase.scoping.batch.BucketedEObjectDescription
 
-  
 
- getShadowingKey() - Method in interface org.eclipse.xtext.xbase.scoping.batch.IIdentifiableElementDescription
 
-  
 
- getShadowingKey() - Method in class org.eclipse.xtext.xbase.scoping.batch.SimpleIdentifiableElementDescription
 
-  
 
- getShadowingKey(IEObjectDescription) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.JvmFeatureScope
 
- 
Deprecated.
  
- getShadowingKey() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ScopeProviderAccess.ErrorDescription
 
-  
 
- getSharedColors() - Method in class org.eclipse.xtext.ui.editor.embedded.EmbeddedEditorFactory.Builder
 
-  
 
- getSharedImage(String) - Method in class org.eclipse.xtext.xtext.ui.graph.actions.LinkWithEditorAction
 
-  
 
- getSharedStateContributionRegistry() - Static method in class org.eclipse.xtext.ui.shared.Access
 
-  
 
- getSharedStateModule() - Method in class org.eclipse.xtext.purexbase.ui.internal.PureXbaseActivator
 
-  
 
- getSharedStateModule() - Method in class org.eclipse.xtext.ui.codetemplates.ui.internal.CodetemplatesActivator
 
-  
 
- getSharedStateModule() - Method in class org.eclipse.xtext.xbase.ui.internal.XtypeActivator
 
-  
 
- getSharedStateModule() - Method in class org.eclipse.xtext.xtext.ui.internal.Activator
 
-  
 
- getShell() - Method in class org.eclipse.xtext.common.types.ui.refactoring.JdtRenameSupport
 
-  
 
- getShell() - Method in class org.eclipse.xtext.ui.editor.AbstractDirtyStateAwareEditorCallback
 
-  
 
- getShell() - Method in interface org.eclipse.xtext.ui.editor.DirtyStateEditorSupport.IDirtyStateEditorSupportClient
 
- 
May return null in headless environments.
 
- getShell(Widget) - Static method in class org.eclipse.xtext.ui.util.SWTUtil
 
- 
Returns the shell for the given widget.
 
- getShortestPathTo(AbstractElement, RuleCallStack) - Method in interface org.eclipse.xtext.serializer.analysis.ISyntacticSequencerPDAProvider.ISynNavigable
 
-  
 
- getShortestPathTo(AbstractElement, RuleCallStack) - Method in class org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider.SynNavigable
 
-  
 
- getShortestPathToAbsorber(RuleCallStack) - Method in interface org.eclipse.xtext.serializer.analysis.ISyntacticSequencerPDAProvider.ISynNavigable
 
-  
 
- getShortestPathToAbsorber(RuleCallStack) - Method in class org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider.SynNavigable
 
-  
 
- getShortestStackpruningPathTo(AbstractElement, RuleCallStack) - Method in interface org.eclipse.xtext.serializer.analysis.ISyntacticSequencerPDAProvider.ISynNavigable
 
-  
 
- getShortestStackpruningPathTo(AbstractElement, RuleCallStack) - Method in class org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider.SynNavigable
 
-  
 
- getShortestStackpruningPathToAbsorber(RuleCallStack) - Method in interface org.eclipse.xtext.serializer.analysis.ISyntacticSequencerPDAProvider.ISynNavigable
 
-  
 
- getShortestStackpruningPathToAbsorber(RuleCallStack) - Method in class org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider.SynNavigable
 
-  
 
- getShortName() - Method in class org.eclipse.xtext.LanguageInfo
 
-  
 
- getShortSyntax() - Method in class org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider.SynTransition
 
-  
 
- getSiblingsOfType(EObject, Class<T>) - Static method in class org.eclipse.xtext.EcoreUtil2
 
-  
 
- getSignature(String) - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.PartialClassExtractor
 
-  
 
- getSignature(JvmFeature, ITypeArgumentContext) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.DefaultJvmFeatureDescriptionProvider
 
- 
Deprecated.
  
- getSignature(JvmFeature, ITypeArgumentContext, int) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.JvmFeatureSignatureProvider
 
- 
Deprecated.
  
- getSignature(EObject) - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseDeclarativeHoverSignatureProvider
 
-  
 
- getSignificantContent() - Method in class org.eclipse.xtext.xbase.compiler.output.ImportingStringConcatenation
 
- 
A potentially contained trailing line delimiter is ignored.
 
- getSignificantTextRegion(EObject) - Method in class org.eclipse.xtext.resource.DefaultLocationInFileProvider
 
-  
 
- getSignificantTextRegion(EObject, EStructuralFeature, int) - Method in class org.eclipse.xtext.resource.DefaultLocationInFileProvider
 
-  
 
- getSignificantTextRegion(EObject) - Method in interface org.eclipse.xtext.resource.ILocationInFileProvider
 
-  
 
- getSignificantTextRegion(EObject, EStructuralFeature, int) - Method in interface org.eclipse.xtext.resource.ILocationInFileProvider
 
-  
 
- getSignificantTextRegion() - Method in class org.eclipse.xtext.ui.editor.outline.impl.AbstractOutlineNode
 
-  
 
- getSignificantTextRegion() - Method in class org.eclipse.xtext.ui.editor.outline.impl.EObjectNode
 
-  
 
- getSignificantTextRegion() - Method in interface org.eclipse.xtext.ui.editor.outline.IOutlineNode
 
- 
The region that is selected in the editor when this node is double clicked or selected in "Link with Editor"
 mode.
 
- getSignificantTextRegion(EObject) - Method in class org.eclipse.xtext.xbase.jvmmodel.JvmLocationInFileProvider
 
-  
 
- getSignificantTextRegion(EObject, EStructuralFeature, int) - Method in class org.eclipse.xtext.xbase.jvmmodel.JvmLocationInFileProvider
 
-  
 
- getSignificantTextRegion(EObject) - Method in class org.eclipse.xtext.xbase.resource.XbaseLocationInFileProvider
 
-  
 
- getSimilarityMatcher() - Method in class org.eclipse.xtext.ui.editor.quickfix.DefaultQuickfixProvider
 
-  
 
- getSimpleAntlrFactory() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getSimpleAntlrFactory() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the factory that creates the instances of the model
 
- getSimpleAntlrPackage() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrFactoryImpl
 
-  
 
- getSimpleAntlrPackage() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrFactory
 
- 
Returns the package supported by this factory
 
- getSimpleExpressionsFactory() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.SimpleExpressionsPackageImpl
 
-  
 
- getSimpleExpressionsFactory() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.SimpleExpressionsPackage
 
- 
Returns the factory that creates the instances of the model
 
- getSimpleExpressionsPackage() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.SimpleExpressionsFactoryImpl
 
-  
 
- getSimpleExpressionsPackage() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.SimpleExpressionsFactory
 
- 
Returns the package supported by this factory
 
- getSimpleName() - Method in class org.eclipse.xtext.common.types.impl.JvmAnyTypeReferenceImplCustom
 
- 
 
- getSimpleName() - Method in class org.eclipse.xtext.common.types.impl.JvmArrayTypeImplCustom
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.common.types.impl.JvmCompoundTypeReferenceImplCustom
 
- 
 
- getSimpleName() - Method in class org.eclipse.xtext.common.types.impl.JvmDelegateTypeReferenceImplCustom
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.common.types.impl.JvmFormalParameterImplCustom
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.common.types.impl.JvmGenericArrayTypeReferenceImplCustom
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.common.types.impl.JvmIdentifiableElementImpl
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.common.types.impl.JvmLowerBoundImplCustom
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.common.types.impl.JvmMemberImpl
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.common.types.impl.JvmParameterizedTypeReferenceImplCustom
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.common.types.impl.JvmPrimitiveTypeImpl
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.common.types.impl.JvmSpecializedTypeReferenceImplCustom
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.common.types.impl.JvmTypeConstraintImpl
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.common.types.impl.JvmTypeConstraintImplCustom
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.common.types.impl.JvmTypeParameterImplCustom
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.common.types.impl.JvmTypeReferenceImpl
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.common.types.impl.JvmTypeReferenceImplCustom
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.common.types.impl.JvmUnknownTypeReferenceImplCustom
 
- 
 
- getSimpleName() - Method in class org.eclipse.xtext.common.types.impl.JvmUpperBoundImplCustom
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.common.types.impl.JvmVoidImplCustom
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.common.types.impl.JvmWildcardTypeReferenceImplCustom
 
-  
 
- getSimpleName() - Method in interface org.eclipse.xtext.common.types.JvmIdentifiableElement
 
- 
The simple name of a JvmIdentifiableElement is short representation of the element.
 
- getSimpleName() - Method in interface org.eclipse.xtext.common.types.JvmMember
 
- 
Returns the value of the 'Simple Name' attribute
 
- getSimpleName() - Method in interface org.eclipse.xtext.common.types.JvmPrimitiveType
 
- 
Returns the value of the 'Simple Name' attribute
 
- getSimpleName() - Method in interface org.eclipse.xtext.common.types.JvmTypeConstraint
 
-  
 
- getSimpleName() - Method in interface org.eclipse.xtext.common.types.JvmTypeReference
 
-  
 
- getSimpleName(String) - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtVariableCompletions
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.generator.serializer.SerializerGenFileNames.GenFileName
 
-  
 
- getSimpleName(Grammar) - Method in class org.eclipse.xtext.generator.serializer.SerializerGenFileNames.GenFileName
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.Constraint
 
-  
 
- getSimpleName() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraint
 
-  
 
- getSimpleName(JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.featurecalls.IdentifiableSimpleNameProvider
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.xbase.impl.XSwitchExpressionImpl
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.xbase.impl.XSwitchExpressionImplCustom
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.xbase.impl.XVariableDeclarationImpl
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.xbase.impl.XVariableDeclarationImplCustom
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.xbase.typesystem.references.AnyTypeReference
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.xbase.typesystem.references.ArrayTypeReference
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.xbase.typesystem.references.CompoundTypeReference
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.xbase.typesystem.references.ParameterizedTypeReference
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnboundTypeReference
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnknownTypeReference
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.xbase.typesystem.references.WildcardTypeReference
 
-  
 
- getSimpleName() - Method in class org.eclipse.xtext.xtype.impl.XFunctionTypeRefImplCustom
 
-  
 
- getSimpleName2Types() - Method in class org.eclipse.xtext.xbase.imports.TypeUsages
 
-  
 
- getSimpleSignature() - Method in class org.eclipse.xtext.xbase.typesystem.override.AbstractResolvedExecutable
 
-  
 
- getSimpleSignature() - Method in interface org.eclipse.xtext.xbase.typesystem.override.IResolvedExecutable
 
- 
Returns the simple signature of this operation.
 
- getSimpleSignature(EObject) - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseDeclarativeHoverSignatureProvider
 
-  
 
- getSimpleSignature(JvmConstructor) - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseDeclarativeHoverSignatureProvider
 
-  
 
- getSimpleSignature(JvmOperation) - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseDeclarativeHoverSignatureProvider
 
-  
 
- getSimpleType() - Method in enum org.eclipse.xtext.serializer.analysis.ISyntacticSequencerPDAProvider.SynStateType
 
-  
 
- getSingleArgumentAsMergedArgument(LightweightBoundTypeArgument) - Method in class org.eclipse.xtext.xbase.typesystem.util.BoundTypeArgumentMerger
 
-  
 
- getSingleAssignementFeatures() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.Constraint
 
-  
 
- getSingleAssignementFeatures() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraint
 
-  
 
- getSingleContributedInstance(Class<T>) - Method in interface org.eclipse.xtext.ui.shared.contribution.ISharedStateContributionRegistry
 
- 
Initialize and return the single known contribution for the given type.
 
- getSingleContributedInstance(Class<T>) - Method in class org.eclipse.xtext.ui.shared.internal.SharedStateContributionRegistryImpl
 
-  
 
- getSingleElement(QualifiedName) - Method in class org.eclipse.xtext.common.types.xtext.AbstractConstructorScope
 
-  
 
- getSingleElement(QualifiedName) - Method in class org.eclipse.xtext.common.types.xtext.AbstractTypeScope
 
-  
 
- getSingleElement(QualifiedName, boolean) - Method in class org.eclipse.xtext.common.types.xtext.AbstractTypeScope
 
-  
 
- getSingleElement(QualifiedName) - Method in class org.eclipse.xtext.linking.impl.ImportedNamesAdapter.WrappingScope
 
-  
 
- getSingleElement(EObject) - Method in class org.eclipse.xtext.linking.impl.ImportedNamesAdapter.WrappingScope
 
-  
 
- getSingleElement(QualifiedName) - Method in class org.eclipse.xtext.scoping.impl.AbstractScope
 
-  
 
- getSingleElement(EObject) - Method in class org.eclipse.xtext.scoping.impl.AbstractScope
 
-  
 
- getSingleElement(EObject) - Method in class org.eclipse.xtext.scoping.impl.FilteringScope
 
-  
 
- getSingleElement(QualifiedName) - Method in class org.eclipse.xtext.scoping.impl.FilteringScope
 
-  
 
- getSingleElement(QualifiedName) - Method in interface org.eclipse.xtext.scoping.IScope
 
- 
Find the first description that matches the given name.
 
- getSingleElement(EObject) - Method in interface org.eclipse.xtext.scoping.IScope
 
- 
Find the first description that matches the given instance.
 
- getSingleElement(EObject) - Method in class org.eclipse.xtext.xbase.linking.BestMatchingJvmFeatureScope
 
-  
 
- getSingleElement(QualifiedName) - Method in class org.eclipse.xtext.xbase.linking.BestMatchingJvmFeatureScope
 
-  
 
- getSingleElement(EObject) - Method in class org.eclipse.xtext.xbase.scoping.batch.ConstructorTypeScopeWrapper
 
-  
 
- getSingleElement(QualifiedName) - Method in class org.eclipse.xtext.xbase.scoping.batch.ConstructorTypeScopeWrapper
 
-  
 
- getSingleExpectation(ITypeComputationState) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractTypeComputationState
 
-  
 
- getSingleGeneratedCode() - Method in interface org.eclipse.xtext.xbase.compiler.CompilationTestHelper.Result
 
-  
 
- getSingleLineCommentHelper() - Method in class org.eclipse.xtext.ui.editor.XtextSourceViewerConfiguration
 
-  
 
- getSingleLineCommentRule() - Method in class org.eclipse.xtext.ui.editor.toggleComments.DefaultSingleLineCommentHelper
 
-  
 
- getSingleLocalElementByName(QualifiedName) - Method in class org.eclipse.xtext.scoping.impl.AbstractScope
 
-  
 
- getSingleLocalElementByName(QualifiedName) - Method in class org.eclipse.xtext.scoping.impl.ImportScope
 
-  
 
- getSingleLocalElementByName(QualifiedName) - Method in class org.eclipse.xtext.xbase.scoping.DelegatingScope
 
- 
Deprecated.
  
- getSingleLocalElementByName(QualifiedName) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.FilteredDelegatingScope
 
- 
Deprecated.
  
- getSite() - Method in class org.eclipse.xtext.ui.compare.DefaultMergeViewer
 
-  
 
- getSiteFeatureProjectName() - Method in class org.eclipse.xtext.xtext.ui.wizard.releng.RelengProjectInfo
 
-  
 
- getSize() - Method in class org.eclipse.xtext.ui.editor.tasks.dialogfields.ListDialogField
 
- 
Gets the number of elements
 
- getSize() - Method in class org.eclipse.xtext.util.SimpleCache
 
-  
 
- getSize() - Method in class org.eclipse.xtext.xbase.lib.IntegerRange
 
- 
Returns the number of elements in this IntegerRange.
 
- getSkip() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getSkip() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for class '
Skip'
 
 
- getSkipAction_1_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.RuleOptionsElements
 
-  
 
- getSkipKeyword_1_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.RuleOptionsElements
 
-  
 
- getSL_COMMENTRule() - Method in class org.eclipse.xtext.common.services.TerminalsGrammarAccess
 
-  
 
- getSL_COMMENTRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getSL_COMMENTRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getSL_COMMENTRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getSL_COMMENTRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getSL_COMMENTRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getSL_COMMENTRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getSL_COMMENTRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getSlCommentConsumer() - Method in class org.eclipse.xtext.common.parser.packrat.TerminalsParserConfiguration
 
-  
 
- getSlot() - Method in class org.eclipse.xtext.mwe.SlotEntry
 
-  
 
- getSlotEntries() - Method in class org.eclipse.xtext.mwe.AbstractReader
 
-  
 
- getSlotNames() - Method in class org.eclipse.xtext.generator.GeneratorComponent
 
-  
 
- getSmapFile(IFile) - Method in class org.eclipse.xtext.builder.EclipseResourceFileSystemAccess2
 
- 
Deprecated.
 
- getSmokeTestModels() - Method in class org.eclipse.xtext.junit4.smoketest.AbstractSmokeTest
 
-  
 
- getSolidusKeyword_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpMultiElements
 
-  
 
- getSorter() - Method in class org.eclipse.xtext.builder.resourceloader.AbstractResourceLoader
 
-  
 
- getSortKey() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.WizardContribution
 
-  
 
- getSource(IMarker) - Method in class org.eclipse.xtext.builder.DerivedResourceMarkers
 
-  
 
- getSource(String, String, IEObjectDescription, ResourceSet) - Method in class org.eclipse.xtext.common.types.access.jdt.WorkingCopyOwnerProvider
 
-  
 
- getSource(IMarker) - Method in interface org.eclipse.xtext.generator.IDerivedResourceMarkers
 
-  
 
- getSource() - Method in class org.eclipse.xtext.grammaranalysis.impl.AbstractNFATransition
 
-  
 
- getSource() - Method in interface org.eclipse.xtext.grammaranalysis.INFATransition
 
-  
 
- getSource() - Method in interface org.eclipse.xtext.parser.packrat.internal.IFurtherParsable
 
-  
 
- getSource() - Method in class org.eclipse.xtext.parser.packrat.tokens.AlternativesToken
 
-  
 
- getSource() - Method in class org.eclipse.xtext.parser.packrat.tokens.ParsedToken
 
-  
 
- getSource() - Method in class org.eclipse.xtext.parser.packrat.tokens.UnorderedGroupToken
 
-  
 
- getSource() - Method in interface org.eclipse.xtext.serializer.analysis.ISyntacticSequencerPDAProvider.ISynTransition
 
-  
 
- getSource() - Method in class org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider.SynTransition
 
-  
 
- getSource() - Method in class org.eclipse.xtext.validation.AbstractValidationDiagnostic
 
-  
 
- getSource() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxDiagnosticProvider.AbstractConcreteSyntaxDiagnostic
 
-  
 
- getSource() - Method in class org.eclipse.xtext.validation.RangeBasedDiagnostic
 
-  
 
- getSource() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightBoundTypeArgument
 
-  
 
- getSourceDirs() - Method in class org.eclipse.xtext.builder.standalone.StandaloneBuilder
 
-  
 
- getSourceElement(EObject) - Method in class org.eclipse.xtext.xbase.typesystem.internal.DefaultReentrantTypeResolver
 
-  
 
- getSourceElement(EObject) - Method in class org.eclipse.xtext.xbase.typesystem.internal.LogicalContainerAwareReentrantTypeResolver
 
-  
 
- getSourceElements(EObject) - Method in interface org.eclipse.xtext.xbase.jvmmodel.IJvmModelAssociations
 
-  
 
- getSourceElements(EObject) - Method in class org.eclipse.xtext.xbase.jvmmodel.JvmModelAssociator
 
-  
 
- getSourceEObject() - Method in class org.eclipse.xtext.validation.AbstractValidationDiagnostic
 
-  
 
- getSourceEObjectUri() - Method in class org.eclipse.xtext.builder.builderState.impl.ReferenceDescriptionImpl
 
-  
 
- getSourceEObjectUri() - Method in class org.eclipse.xtext.resource.impl.DefaultReferenceDescription
 
-  
 
- getSourceEObjectUri() - Method in interface org.eclipse.xtext.resource.IReferenceDescription
 
-  
 
- getSourceFile() - Method in class org.eclipse.xtext.generator.trace.TraceAsPrimarySourceInstaller.XtextClassAdapter
 
-  
 
- getSourceFolder(Path) - Method in class org.eclipse.xtext.xbase.file.FileLocationsImpl
 
-  
 
- getSourceFolderMappings() - Method in class org.eclipse.xtext.xbase.file.ProjectConfig
 
-  
 
- getSourceFolderMappings() - Method in class org.eclipse.xtext.xbase.ui.file.EclipseProjectConfig
 
-  
 
- getSourceFolderPath() - Method in class org.eclipse.xtext.xbase.compiler.CompilationTestHelper
 
-  
 
- getSourceLevel() - Method in class org.eclipse.xtext.builder.standalone.compiler.CompilerConfiguration
 
-  
 
- getSourceName() - Method in class org.eclipse.xtext.parser.antlr.AbstractSplittingTokenSource
 
-  
 
- getSourcePath(ITypeRoot) - Method in class org.eclipse.xtext.builder.trace.TraceForTypeRootProvider
 
-  
 
- getSources() - Method in class org.eclipse.xtext.xtext.ecoreInference.SourceAdapter
 
-  
 
- getSourceTraces() - Method in class org.eclipse.xtext.builder.EclipseResourceFileSystemAccess2
 
-  
 
- getSourceViewer(Shell, IXtextDocument, XtextSourceViewerConfiguration) - Method in class org.eclipse.xtext.junit4.ui.ContentAssistProcessorTestBuilder
 
-  
 
- getSourceViewer(String, IXtextDocument) - Method in class org.eclipse.xtext.junit4.ui.ContentAssistProcessorTestBuilder
 
-  
 
- getSourceViewer() - Method in class org.eclipse.xtext.ui.editor.outline.impl.OutlinePage
 
-  
 
- getSourceViewer(IXtextDocument, XtextSourceViewerConfiguration) - Method in class org.eclipse.xtext.ui.junit.editor.contentassist.ContentAssistProcessorTestBuilder
 
-  
 
- getSourceViewer(String, IXtextDocument) - Method in class org.eclipse.xtext.ui.junit.editor.contentassist.ContentAssistProcessorTestBuilder
 
-  
 
- getSourceViewer() - Method in class org.eclipse.xtext.ui.views.AbstractSourceView
 
-  
 
- getSpace() - Method in class org.eclipse.xtext.formatting.impl.FormattingConfig.SpaceLocator
 
-  
 
- getSpace() - Method in class org.eclipse.xtext.xbase.formatting.WhitespaceData
 
-  
 
- getSpaces(FormattingConfigBasedStream.LineEntry, boolean) - Method in class org.eclipse.xtext.formatting.impl.FormattingConfigBasedStream.Line
 
-  
 
- getSpacesStr(FormattingConfigBasedStream.LineEntry, boolean) - Method in class org.eclipse.xtext.formatting.impl.FormattingConfigBasedStream.Line
 
-  
 
- getSpecialBlockExpressionAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getSpecialBlockExpressionRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getSplitEntry(String) - Static method in class org.eclipse.xtext.util.MergeableManifest
 
-  
 
- getSrcGenFolder(IProject) - Method in class org.eclipse.xtext.builder.JavaProjectBasedBuilderParticipant
 
- 
Deprecated.
  
- getSrcGenPath() - Method in class org.eclipse.xtext.generator.Generator
 
-  
 
- getSrcPath() - Method in class org.eclipse.xtext.generator.Generator
 
-  
 
- getSrcRelativeResourceURI() - Method in class org.eclipse.xtext.builder.trace.AbstractLocationInResource
 
-  
 
- getSrcRelativeResourceURI() - Method in class org.eclipse.xtext.builder.trace.LocationInResource
 
-  
 
- getSrcRelativeResourceURI() - Method in interface org.eclipse.xtext.generator.trace.ILocationInResource
 
-  
 
- getStack() - Method in class org.eclipse.xtext.serializer.sequencer.AbstractSyntacticSequencer.SyntacticalContext
 
-  
 
- getStackedResolvedTypes() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ExpressionTypeComputationState
 
-  
 
- getStackitemFormatter() - Method in class org.eclipse.xtext.util.formallang.PdaListFormatter
 
-  
 
- getStandardDisplay() - Static method in class org.eclipse.xtext.ui.util.SWTUtil
 
- 
Returns the standard display to be used.
 
- getStart() - Method in class org.eclipse.xtext.serializer.analysis.ISyntacticSequencerPDAProvider.SynAbsorberNfaAdapter
 
-  
 
- getStart() - Method in class org.eclipse.xtext.serializer.analysis.SemanticSequencerNfaProvider.SemNfa
 
-  
 
- getStart() - Method in class org.eclipse.xtext.serializer.analysis.SerializerPDA
 
-  
 
- getStart() - Method in class org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider.NavigablePDA
 
-  
 
- getStart() - Method in interface org.eclipse.xtext.util.formallang.Nfa
 
-  
 
- getStart() - Method in class org.eclipse.xtext.util.formallang.NfaToProduction.StateAliasNfa
 
-  
 
- getStart() - Method in class org.eclipse.xtext.util.formallang.NfaUtil.NFAImpl
 
-  
 
- getStart() - Method in class org.eclipse.xtext.util.formallang.StringNfa
 
-  
 
- getStart() - Method in class org.eclipse.xtext.xbase.lib.IntegerRange
 
-  
 
- getStartFollowers(CTX) - Method in class org.eclipse.xtext.grammaranalysis.impl.AbstractPDAProvider
 
-  
 
- getStartLine() - Method in class org.eclipse.xtext.nodemodel.impl.AbstractNode
 
-  
 
- getStartLine() - Method in class org.eclipse.xtext.nodemodel.impl.SyntheticCompositeNode
 
-  
 
- getStartLine() - Method in interface org.eclipse.xtext.nodemodel.INode
 
- 
Returns the line number relative to the complete input where the node begins 
   (one based, excluding hidden tokens).
 
- getStartOffset() - Method in class org.eclipse.xtext.parser.impl.DatatypeRuleToken
 
-  
 
- getStartOffsetOfContentsInJava(Document, int) - Method in class org.eclipse.xtext.xbase.ui.editor.XbaseEditor
 
-  
 
- getStarts(AbstractElement) - Method in class org.eclipse.xtext.serializer.analysis.ContextPDAProvider.SerializerActionFollowerFunction
 
-  
 
- getStarts(AbstractElement) - Method in class org.eclipse.xtext.serializer.analysis.ContextPDAProvider.SerializerParserRuleFollowerFunction
 
-  
 
- getStarts(ELEMENT) - Method in interface org.eclipse.xtext.util.formallang.FollowerFunction
 
-  
 
- getStarts(E) - Method in class org.eclipse.xtext.util.formallang.FollowerFunctionImpl
 
-  
 
- getState(AbstractElement) - Method in interface org.eclipse.xtext.grammaranalysis.IGrammarNFAProvider.NFABuilder
 
-  
 
- getState(AbstractElement) - Method in class org.eclipse.xtext.grammaranalysis.impl.AbstractCachingNFABuilder
 
-  
 
- getState(AbstractPDAProvider.PDAContext<CTX>, INFAState<?, ?>, boolean) - Method in class org.eclipse.xtext.grammaranalysis.impl.AbstractPDAProvider
 
-  
 
- getState(IResourceDescriptions) - Method in class org.eclipse.xtext.resource.containers.StateBasedContainerManager
 
-  
 
- getState() - Method in class org.eclipse.xtext.serializer.sequencer.BacktrackingSemanticSequencer.TraceItem
 
-  
 
- getState() - Method in class org.eclipse.xtext.ui.editor.model.XtextDocument.XtextDocumentLocker
 
-  
 
- getState() - Method in class org.eclipse.xtext.util.concurrent.AbstractReadWriteAcces
 
-  
 
- getState() - Method in class org.eclipse.xtext.validation.AbstractDeclarativeValidator.StateAccess
 
-  
 
- getState() - Method in class org.eclipse.xtext.xbase.compiler.output.TreeAppendable
 
-  
 
- getState() - Method in class org.eclipse.xtext.xbase.typesystem.computation.AbstractClosureTypeHelper
 
-  
 
- getState() - Method in class org.eclipse.xtext.xbase.typesystem.computation.ClosureTypeComputer
 
-  
 
- getState() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractImplicitFeature
 
-  
 
- getState() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractLinkingCandidate
 
-  
 
- getState() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractTypeExpectation
 
-  
 
- getState() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractUnresolvableReference
 
-  
 
- getStateChangeEventBroker() - Method in class org.eclipse.xtext.ui.editor.DirtyStateEditorSupport
 
-  
 
- getStateFormatter() - Method in class org.eclipse.xtext.util.formallang.PdaListFormatter
 
-  
 
- getStatefulFactoryProvider() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.ParserBasedContentAssistContextFactory
 
-  
 
- getStatements() - Method in class org.eclipse.xtext.generator.BindValue
 
-  
 
- getStateProvider() - Method in class org.eclipse.xtext.resource.containers.StateBasedContainerManager
 
-  
 
- getStaticallyImportedExtensionTypes() - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractFeatureScopeSession
 
-  
 
- getStaticallyImportedExtensionTypes() - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractNestedFeatureScopeSession
 
-  
 
- getStaticallyImportedExtensionTypes() - Method in class org.eclipse.xtext.xbase.scoping.batch.FeatureScopeSessionWithStaticTypes
 
-  
 
- getStaticallyImportedExtensionTypes() - Method in interface org.eclipse.xtext.xbase.scoping.batch.IFeatureScopeSession
 
- 
All statically imported extension types as type buckets.
 
- getStaticallyImportedTypes() - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractFeatureScopeSession
 
-  
 
- getStaticallyImportedTypes() - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractNestedFeatureScopeSession
 
-  
 
- getStaticallyImportedTypes() - Method in class org.eclipse.xtext.xbase.scoping.batch.FeatureScopeSessionWithStaticTypes
 
-  
 
- getStaticallyImportedTypes() - Method in interface org.eclipse.xtext.xbase.scoping.batch.IFeatureScopeSession
 
- 
All statically imported types as type buckets.
 
- getStaticAssignment_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XImportDeclarationElements
 
-  
 
- getStaticClassFeatures() - Method in class org.eclipse.xtext.xbase.junit.ui.AbstractXbaseContentAssistTest
 
-  
 
- getStaticImportClasses(Resource) - Method in class org.eclipse.xtext.xbase.scoping.batch.ImplicitlyImportedTypes
 
-  
 
- getStaticImportClasses() - Method in class org.eclipse.xtext.xbase.scoping.batch.ImplicitlyImportedTypes
 
-  
 
- getStaticImports() - Method in class org.eclipse.xtext.xbase.imports.TypeUsages
 
-  
 
- getStaticKeyword_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.FeatureCallIDElements
 
-  
 
- getStaticQualifierAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getStaticQualifierAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getStaticQualifierAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getStaticQualifierRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getStaticQualifierRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getStaticQualifierRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getStaticStaticKeyword_1_0_0_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.XImportDeclarationElements
 
-  
 
- getStaticStringFeatures() - Method in class org.eclipse.xtext.xbase.junit.ui.AbstractXbaseContentAssistTest
 
-  
 
- getStatus() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.TreeConstState
 
-  
 
- getStatus() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.TreeConstTransition
 
-  
 
- getStatus() - Method in class org.eclipse.xtext.ui.refactoring.impl.AbstractProcessorBasedRenameParticipant
 
-  
 
- getStatusInternal() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.TreeConstState
 
-  
 
- getStatusMessage() - Method in class org.eclipse.xtext.ui.editor.contentassist.RepeatedContentAssistProcessor
 
-  
 
- getStatusProvider() - Method in class org.eclipse.xtext.ui.refactoring.impl.RenameElementProcessor
 
-  
 
- getStep() - Method in class org.eclipse.xtext.xbase.lib.IntegerRange
 
-  
 
- getStop() - Method in class org.eclipse.xtext.serializer.analysis.ISyntacticSequencerPDAProvider.SynAbsorberNfaAdapter
 
-  
 
- getStop() - Method in class org.eclipse.xtext.serializer.analysis.SemanticSequencerNfaProvider.SemNfa
 
-  
 
- getStop() - Method in class org.eclipse.xtext.serializer.analysis.SerializerPDA
 
-  
 
- getStop() - Method in class org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider.NavigablePDA
 
-  
 
- getStop() - Method in interface org.eclipse.xtext.util.formallang.Nfa
 
-  
 
- getStop() - Method in class org.eclipse.xtext.util.formallang.NfaToProduction.StateAliasNfa
 
-  
 
- getStop() - Method in class org.eclipse.xtext.util.formallang.NfaUtil.NFAImpl
 
-  
 
- getStop() - Method in class org.eclipse.xtext.util.formallang.StringNfa
 
-  
 
- getStopwatchDataAsReadableString(Map<String, Stopwatches.NumbersForTask>) - Method in class org.eclipse.xtext.junit4.internal.StopwatchRule
 
-  
 
- getStorage() - Method in class org.eclipse.xtext.builder.trace.AbstractLocationInResource
 
-  
 
- getStorage() - Method in interface org.eclipse.xtext.generator.trace.ILocationInResource
 
-  
 
- getStorage() - Method in class org.eclipse.xtext.ui.editor.XtextReadonlyEditorInput
 
-  
 
- getStorage2uriMapper() - Method in class org.eclipse.xtext.builder.trace.AbstractTrace
 
-  
 
- getStorage2UriMapper() - Method in class org.eclipse.xtext.ui.editor.model.XtextDocumentProvider
 
-  
 
- getStorages(URI) - Method in class org.eclipse.xtext.ui.containers.AbstractStorage2UriMapperClient
 
-  
 
- getStorages(URI) - Method in interface org.eclipse.xtext.ui.resource.IStorage2UriMapper
 
- 
Find the storages that can be mapped to the given URI.
 
- getStorages(URI) - Method in interface org.eclipse.xtext.ui.resource.IStorage2UriMapperContribution
 
- 
Returns all the pairs of IStorage and IProject that map to
 the given URI, e.g. if the uri points to an archive file that is 
 used by different projects, all known references should be returned.
 
- getStorages(URI) - Method in class org.eclipse.xtext.ui.resource.Storage2UriMapperImpl
 
-  
 
- getStorages(URI) - Method in class org.eclipse.xtext.ui.resource.Storage2UriMapperJavaImpl
 
-  
 
- getStorageToUriMapper() - Method in class org.eclipse.xtext.ui.editor.model.JavaClassPathResourceForIEditorInputFactory
 
-  
 
- getStrategies(ISourceViewer, String) - Method in class org.eclipse.xtext.ui.editor.autoedit.AbstractEditStrategyProvider
 
-  
 
- getStrategy(ISourceViewer, String, String) - Method in class org.eclipse.xtext.ui.editor.doubleClicking.DoubleClickStrategyProvider
 
-  
 
- getStratumName(URI) - Method in class org.eclipse.xtext.generator.trace.TraceAsSmapInstaller
 
-  
 
- getStratumName() - Method in class org.eclipse.xtext.smap.SmapStratum
 
- 
Returns the name of the stratum.
 
- getStricterConstraint(UnboundTypeReference, LightweightTypeReference) - Method in class org.eclipse.xtext.xbase.typesystem.util.DeferredTypeParameterHintCollector
 
-  
 
- getStrictJavaProjectsState() - Static method in class org.eclipse.xtext.ui.shared.Access
 
-  
 
- getString() - Method in class org.eclipse.xtext.smap.SmapGenerator
 
-  
 
- getString() - Method in class org.eclipse.xtext.smap.SmapStratum
 
- 
Returns the given stratum as a String:  a StratumSection,
 followed by at least one FileSection and at least one LineSection.
 
- getString() - Method in class org.eclipse.xtext.smap.SmapStratum.LineInfo
 
- 
Retrieves the current LineInfo as a String, print all values
 only when appropriate (but LineInfoID if and only if it's been
 specified, as its necessity is sensitive to context).
 
- getString(Object) - Method in class org.eclipse.xtext.ui.compare.StreamContentDocumentProvider
 
-  
 
- getString(String) - Static method in class org.eclipse.xtext.ui.editor.folding.FoldingMessages
 
- 
Returns the resource string associated with the given key in the resource bundle.
 
- getString(String) - Method in class org.eclipse.xtext.ui.editor.preferences.FixedScopedPreferenceStore
 
-  
 
- getString(String) - Static method in class org.eclipse.xtext.ui.XtextUIMessages
 
-  
 
- getString() - Method in class org.eclipse.xtext.util.LazyStringInputStream
 
-  
 
- getStringConsumer() - Method in class org.eclipse.xtext.common.parser.packrat.TerminalsParserConfiguration
 
-  
 
- getStringEnd(IDocument, int, int, char) - Method in class org.eclipse.xtext.xbase.ui.contentassist.ParameterContextInformation
 
-  
 
- getStringFeatures() - Method in class org.eclipse.xtext.xbase.junit.ui.AbstractXbaseContentAssistTest
 
-  
 
- getStringNamespaceDelimiter() - Method in class org.eclipse.xtext.conversion.impl.QualifiedNameValueConverter
 
- 
Returns the used delimiter in the concrete syntax.
 
- getStringRepresentation(Object) - Method in class org.eclipse.xtext.xbase.compiler.output.ImportingStringConcatenation
 
-  
 
- getSTRINGRule() - Method in class org.eclipse.xtext.common.services.TerminalsGrammarAccess
 
-  
 
- getSTRINGRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getSTRINGRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getSTRINGRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getSTRINGRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getSTRINGRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getSTRINGRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getSTRINGRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getSTRINGRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getSTRINGRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getStructurallyChangedTypes() - Method in class org.eclipse.xtext.common.types.ui.notification.JavaBuilderState
 
-  
 
- getStubGenerator() - Method in class org.eclipse.xtext.builder.standalone.LanguageAccess
 
-  
 
- getStyle() - Method in class org.eclipse.xtext.ui.editor.utils.TextStyle
 
-  
 
- getStyledDisplayString(EObject, String, String) - Method in class org.eclipse.xtext.ui.contentassist.XtextProposalProvider
 
-  
 
- getStyledDisplayString(IEObjectDescription) - Method in class org.eclipse.xtext.ui.contentassist.XtextProposalProvider
 
-  
 
- getStyledDisplayString(IEObjectDescription) - Method in class org.eclipse.xtext.ui.editor.contentassist.AbstractContentProposalProvider
 
-  
 
- getStyledDisplayString(EObject, String, String) - Method in class org.eclipse.xtext.ui.editor.contentassist.AbstractContentProposalProvider
 
-  
 
- getStyledDisplayString() - Method in class org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal
 
-  
 
- getStyledDisplayString(JvmFeature, boolean, int, String, String, OwnedConverter) - Method in class org.eclipse.xtext.xbase.ui.contentassist.XbaseProposalProvider
 
-  
 
- getStyledText(Object) - Method in class org.eclipse.xtext.ui.label.AbstractLabelProvider
 
- 
 
- getStyledText(Object) - Method in class org.eclipse.xtext.ui.label.GlobalDescriptionLabelProvider
 
-  
 
- getStyledText(Object) - Method in class org.eclipse.xtext.xtext.ui.editor.outline.XtextOutlineNodeLabelProvider
 
-  
 
- getStyleSheet() - Method in class org.eclipse.xtext.ui.editor.hover.html.DefaultEObjectHoverProvider
 
-  
 
- getSubProcessors() - Method in class org.eclipse.xtext.xbase.ui.jvmmodel.refactoring.jdt.CombinedJvmJdtRenameProcessor
 
-  
 
- getSubstitutedExpectedType(int) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractLinkingCandidate
 
- 
Returns the substituted expected type for the argument at argumentIndex.
 
- getSubstitutedExpectedType(int) - Method in class org.eclipse.xtext.xbase.typesystem.internal.FeatureLinkingCandidate
 
-  
 
- getSubstitutedExpectedType(int) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedFeature
 
-  
 
- getSubstitutor() - Method in class org.eclipse.xtext.xbase.typesystem.override.AbstractResolvedExecutable
 
-  
 
- getSubstitutor() - Method in class org.eclipse.xtext.xbase.typesystem.override.ResolvedOperationInHierarchy
 
-  
 
- getSubTypesOf(EClassifierInfo.EClassInfo) - Method in class org.eclipse.xtext.xtext.ecoreInference.TypeHierarchyHelper
 
-  
 
- getSuccess() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.TreeConstructionReportImpl
 
-  
 
- getSuffix(TypeUsage) - Method in class org.eclipse.xtext.xbase.imports.ImportOrganizer
 
-  
 
- getSuffix() - Method in class org.eclipse.xtext.xbase.imports.TypeUsage
 
-  
 
- getSuffix() - Method in class org.eclipse.xtext.xbase.ui.contentassist.WhitespaceHelper
 
-  
 
- getSuffix() - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseInformationControlInput
 
-  
 
- getSugarPriorityOffset() - Method in class org.eclipse.xtext.xbase.scoping.XbaseScopeProvider
 
- 
Deprecated.
  
- getSuperClassName(String, String) - Method in class org.eclipse.xtext.generator.AbstractInheritingGeneratorFragment
 
- 
Deprecated.
 
- getSuperClassName() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.PartialClassExtractor
 
-  
 
- getSuperClassName() - Method in class org.eclipse.xtext.ui.generator.contentAssist.ContentAssistFragment
 
-  
 
- getSuperClassName(Grammar) - Method in class org.eclipse.xtext.ui.generator.contentAssist.JavaBasedContentAssistFragment
 
-  
 
- getSuperGrammar(Grammar) - Method in class org.eclipse.xtext.generator.AbstractInheritingGeneratorFragment
 
-  
 
- getSuperGrammar(Grammar) - Method in class org.eclipse.xtext.generator.serializer.SemanticSequencerUtil
 
-  
 
- getSuperInfo() - Method in exception org.eclipse.xtext.xtext.ecoreInference.UnexpectedClassInfoException
 
-  
 
- getSuperKeyword_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmLowerBoundElements
 
-  
 
- getSuperKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.IdOrSuperElements
 
-  
 
- getSuperType(ParameterizedTypeReference, JvmType) - Method in class org.eclipse.xtext.xbase.typesystem.conformance.RawTypeConformanceComputer
 
- 
 
- getSuperType(ParameterizedTypeReference, JvmType) - Method in class org.eclipse.xtext.xbase.typesystem.conformance.TypeConformanceComputer
 
-  
 
- getSuperType(JvmType) - Method in class org.eclipse.xtext.xbase.typesystem.references.ArrayTypeReference
 
-  
 
- getSuperType(Class<?>) - Method in class org.eclipse.xtext.xbase.typesystem.references.ArrayTypeReference
 
-  
 
- getSuperType(JvmType) - Method in class org.eclipse.xtext.xbase.typesystem.references.CompoundTypeReference
 
-  
 
- getSuperType(Class<?>) - Method in class org.eclipse.xtext.xbase.typesystem.references.CompoundTypeReference
 
-  
 
- getSuperType(Class<?>) - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
- 
Returns the resolved super type for the given raw type or null if the raw type
 is not a valid super type of this type.
 
- getSuperType(JvmType) - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
- 
Returns the resolved super type for the given raw type or null if the raw type
 is not a valid super type of this type.
 
- getSuperType(Class<?>) - Method in class org.eclipse.xtext.xbase.typesystem.references.ParameterizedTypeReference
 
-  
 
- getSuperType(JvmType) - Method in class org.eclipse.xtext.xbase.typesystem.references.ParameterizedTypeReference
 
-  
 
- getSuperType(JvmType) - Method in class org.eclipse.xtext.xbase.typesystem.references.UnboundTypeReference
 
-  
 
- getSuperType(Class<?>) - Method in class org.eclipse.xtext.xbase.typesystem.references.UnboundTypeReference
 
-  
 
- getSuperType(JvmType) - Method in class org.eclipse.xtext.xbase.typesystem.references.WildcardTypeReference
 
-  
 
- getSuperType(Class<?>) - Method in class org.eclipse.xtext.xbase.typesystem.references.WildcardTypeReference
 
-  
 
- getSuperTypeCollector() - Method in class org.eclipse.xtext.common.types.util.TypeConformanceComputer
 
- 
Deprecated.
  
- getSuperTypeCollector() - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtTypesProposalProvider
 
-  
 
- getSuperTypeInfos(EClassifierInfo.EClassInfo) - Method in class org.eclipse.xtext.xtext.ecoreInference.EClassifierInfos
 
-  
 
- getSuperTypes() - Method in class org.eclipse.xtext.common.types.impl.JvmDeclaredTypeImpl
 
-  
 
- getSuperTypes() - Method in interface org.eclipse.xtext.common.types.JvmDeclaredType
 
- 
Returns the value of the 'Super Types' containment reference list.
 
- getSuperTypes(TypeParameterSubstitutor<?>) - Method in class org.eclipse.xtext.xbase.typesystem.references.AnyTypeReference
 
-  
 
- getSuperTypes(TypeParameterSubstitutor<?>) - Method in class org.eclipse.xtext.xbase.typesystem.references.ArrayTypeReference
 
-  
 
- getSuperTypes(TypeParameterSubstitutor<?>) - Method in class org.eclipse.xtext.xbase.typesystem.references.CompoundTypeReference
 
-  
 
- getSuperTypes() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
- 
Returns the list of immediate super types which includes the super class and the 
 implemented interfaces.
 
- getSuperTypes(TypeParameterSubstitutor<?>) - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
-  
 
- getSuperTypes(TypeParameterSubstitutor<?>) - Method in class org.eclipse.xtext.xbase.typesystem.references.ParameterizedTypeReference
 
-  
 
- getSuperTypes(TypeParameterSubstitutor<?>) - Method in class org.eclipse.xtext.xbase.typesystem.references.UnboundTypeReference
 
-  
 
- getSuperTypes(TypeParameterSubstitutor<?>) - Method in class org.eclipse.xtext.xbase.typesystem.references.UnknownTypeReference
 
-  
 
- getSuperTypes(TypeParameterSubstitutor<?>) - Method in class org.eclipse.xtext.xbase.typesystem.references.WildcardTypeReference
 
-  
 
- getSupportedPartitionTypes() - Method in interface org.eclipse.xtext.ui.editor.model.ITokenTypeToPartitionTypeMapper
 
- 
returns all supported partition types
 
- getSupportedPartitionTypes() - Method in class org.eclipse.xtext.ui.editor.model.TerminalsTokenTypeToPartitionMapper
 
-  
 
- getSwitch() - Method in class org.eclipse.xtext.xbase.impl.XSwitchExpressionImpl
 
-  
 
- getSwitch() - Method in interface org.eclipse.xtext.xbase.XSwitchExpression
 
- 
Returns the value of the 'Switch' containment reference
 
- getSwitchAssignment_2_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getSwitchAssignment_2_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getSwitchExpressionKey(XSwitchExpression) - Method in class org.eclipse.xtext.xbase.compiler.XbaseCompiler
 
-  
 
- getSwitchKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getSwitchXExpressionParserRuleCall_2_0_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getSwitchXExpressionParserRuleCall_2_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getSynchronizationStamp(Object) - Method in class org.eclipse.xtext.xbase.ui.editor.DocumentProviderStub
 
-  
 
- getSynonymIndex() - Method in class org.eclipse.xtext.common.types.util.TypeConformanceResult
 
- 
Deprecated.
  
- getSynonymTypes(JvmTypeReference, boolean) - Method in class org.eclipse.xtext.xbase.typing.SynonymTypesProvider
 
- 
Deprecated.
  
- getSynonymTypesProvider() - Method in class org.eclipse.xtext.xbase.typesystem.util.CommonTypeComputationServices
 
-  
 
- getSyntacticalNumberOfArguments(JvmOperation) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.XFeatureCallSugarDescriptionProvider
 
- 
Deprecated.
  
- getSyntacticalReceiver(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.scoping.batch.FeatureScopes
 
-  
 
- getSyntacticalReceiver(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.scoping.XbaseScopeProvider
 
- 
Deprecated.
  
- getSyntacticArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractPendingLinkingCandidate
 
-  
 
- getSyntacticArguments(XAbstractFeatureCall) - Method in class org.eclipse.xtext.xbase.typesystem.internal.FeatureLinkHelper
 
-  
 
- getSyntacticArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.FeatureLinkingCandidate
 
-  
 
- getSyntacticArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedFeature
 
- 
For testing purpose
 
- getSyntacticArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeLiteralLinkingCandidate
 
-  
 
- getSyntacticReceiver() - Method in class org.eclipse.xtext.xbase.scoping.batch.BucketedEObjectDescription
 
-  
 
- getSyntacticReceiver() - Method in interface org.eclipse.xtext.xbase.scoping.batch.IIdentifiableElementDescription
 
-  
 
- getSyntacticReceiver() - Method in class org.eclipse.xtext.xbase.scoping.batch.InstanceExtensionDescription
 
-  
 
- getSyntacticReceiver() - Method in class org.eclipse.xtext.xbase.scoping.batch.InstanceExtensionDescriptionWithImplicitFirstArgument
 
-  
 
- getSyntacticReceiver() - Method in class org.eclipse.xtext.xbase.scoping.batch.InstanceFeatureDescription
 
-  
 
- getSyntacticReceiver() - Method in class org.eclipse.xtext.xbase.scoping.batch.InstanceFeatureDescriptionWithImplicitReceiver
 
-  
 
- getSyntacticReceiver() - Method in class org.eclipse.xtext.xbase.scoping.batch.SimpleIdentifiableElementDescription
 
-  
 
- getSyntacticReceiver() - Method in class org.eclipse.xtext.xbase.scoping.batch.StaticExtensionFeatureDescription
 
-  
 
- getSyntacticReceiver() - Method in class org.eclipse.xtext.xbase.scoping.batch.StaticExtensionFeatureDescriptionWithImplicitFirstArgument
 
-  
 
- getSyntacticReceiver() - Method in class org.eclipse.xtext.xbase.scoping.batch.StaticFeatureDescriptionWithSyntacticReceiver
 
-  
 
- getSyntacticReceiver(XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.internal.FeatureLinkHelper
 
-  
 
- getSyntacticReceiver() - Method in class org.eclipse.xtext.xbase.typesystem.internal.FeatureLinkingCandidate
 
-  
 
- getSyntacticReceiver() - Method in class org.eclipse.xtext.xbase.typesystem.internal.FollowUpError
 
-  
 
- getSyntacticReceiver() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedFeature
 
-  
 
- getSyntacticReceiver() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ScopeProviderAccess.ErrorDescription
 
-  
 
- getSyntacticReceiver() - Method in class org.eclipse.xtext.xbase.typesystem.internal.UnresolvableFeatureCall
 
-  
 
- getSyntacticReceiverConformanceHints() - Method in class org.eclipse.xtext.xbase.scoping.batch.BucketedEObjectDescription
 
-  
 
- getSyntacticReceiverConformanceHints() - Method in interface org.eclipse.xtext.xbase.scoping.batch.IIdentifiableElementDescription
 
-  
 
- getSyntacticReceiverConformanceHints() - Method in class org.eclipse.xtext.xbase.scoping.batch.InstanceExtensionDescription
 
-  
 
- getSyntacticReceiverConformanceHints() - Method in class org.eclipse.xtext.xbase.scoping.batch.InstanceExtensionDescriptionWithImplicitFirstArgument
 
-  
 
- getSyntacticReceiverConformanceHints() - Method in class org.eclipse.xtext.xbase.scoping.batch.InstanceFeatureDescription
 
-  
 
- getSyntacticReceiverConformanceHints() - Method in class org.eclipse.xtext.xbase.scoping.batch.InstanceFeatureDescriptionWithImplicitReceiver
 
-  
 
- getSyntacticReceiverConformanceHints() - Method in class org.eclipse.xtext.xbase.scoping.batch.SimpleIdentifiableElementDescription
 
-  
 
- getSyntacticReceiverConformanceHints() - Method in class org.eclipse.xtext.xbase.scoping.batch.StaticExtensionFeatureDescription
 
-  
 
- getSyntacticReceiverConformanceHints() - Method in class org.eclipse.xtext.xbase.scoping.batch.StaticExtensionFeatureDescriptionWithImplicitFirstArgument
 
-  
 
- getSyntacticReceiverConformanceHints() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ScopeProviderAccess.ErrorDescription
 
-  
 
- getSyntacticReceiverIfPossibleArgument() - Method in class org.eclipse.xtext.xbase.typesystem.internal.FeatureLinkingCandidate
 
- 
Returns the syntactic receiver if it is an expression.
 
- getSyntacticReceiverType() - Method in class org.eclipse.xtext.xbase.scoping.batch.BucketedEObjectDescription
 
-  
 
- getSyntacticReceiverType() - Method in interface org.eclipse.xtext.xbase.scoping.batch.IIdentifiableElementDescription
 
-  
 
- getSyntacticReceiverType() - Method in class org.eclipse.xtext.xbase.scoping.batch.InstanceExtensionDescription
 
-  
 
- getSyntacticReceiverType() - Method in class org.eclipse.xtext.xbase.scoping.batch.InstanceExtensionDescriptionWithImplicitFirstArgument
 
-  
 
- getSyntacticReceiverType() - Method in class org.eclipse.xtext.xbase.scoping.batch.InstanceFeatureDescription
 
-  
 
- getSyntacticReceiverType() - Method in class org.eclipse.xtext.xbase.scoping.batch.InstanceFeatureDescriptionWithImplicitReceiver
 
-  
 
- getSyntacticReceiverType() - Method in class org.eclipse.xtext.xbase.scoping.batch.SimpleIdentifiableElementDescription
 
-  
 
- getSyntacticReceiverType() - Method in class org.eclipse.xtext.xbase.scoping.batch.StaticExtensionFeatureDescription
 
-  
 
- getSyntacticReceiverType() - Method in class org.eclipse.xtext.xbase.scoping.batch.StaticExtensionFeatureDescriptionWithImplicitFirstArgument
 
-  
 
- getSyntacticReceiverType() - Method in class org.eclipse.xtext.xbase.scoping.batch.StaticFeatureDescriptionWithSyntacticReceiver
 
-  
 
- getSyntacticReceiverType() - Method in class org.eclipse.xtext.xbase.scoping.batch.TypeLiteralDescription
 
-  
 
- getSyntacticReceiverType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.FeatureLinkingCandidate
 
-  
 
- getSyntacticReceiverType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedFeature
 
-  
 
- getSyntacticReceiverType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ScopeProviderAccess.ErrorDescription
 
-  
 
- getSyntacticReceiverTypeParameterMapping() - Method in class org.eclipse.xtext.xbase.scoping.batch.BucketedEObjectDescription
 
-  
 
- getSyntacticReceiverTypeParameterMapping() - Method in interface org.eclipse.xtext.xbase.scoping.batch.IIdentifiableElementDescription
 
-  
 
- getSyntacticReceiverTypeParameterMapping() - Method in class org.eclipse.xtext.xbase.scoping.batch.InstanceExtensionDescription
 
-  
 
- getSyntacticReceiverTypeParameterMapping() - Method in class org.eclipse.xtext.xbase.scoping.batch.InstanceExtensionDescriptionWithImplicitFirstArgument
 
-  
 
- getSyntacticReceiverTypeParameterMapping() - Method in class org.eclipse.xtext.xbase.scoping.batch.InstanceFeatureDescription
 
-  
 
- getSyntacticReceiverTypeParameterMapping() - Method in class org.eclipse.xtext.xbase.scoping.batch.InstanceFeatureDescriptionWithImplicitReceiver
 
-  
 
- getSyntacticReceiverTypeParameterMapping() - Method in class org.eclipse.xtext.xbase.scoping.batch.SimpleIdentifiableElementDescription
 
-  
 
- getSyntacticReceiverTypeParameterMapping() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ScopeProviderAccess.ErrorDescription
 
-  
 
- getSyntacticSequencer() - Method in class org.eclipse.xtext.generator.serializer.SerializerGenFileNames
 
-  
 
- getSyntacticTypeArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractLinkingCandidate
 
-  
 
- getSyntacticTypeArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ConstructorLinkingCandidate
 
-  
 
- getSyntacticTypeArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.FeatureLinkingCandidate
 
-  
 
- getSyntacticTypeArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedConstructor
 
-  
 
- getSyntacticTypeArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedFeature
 
-  
 
- getSyntacticTypeArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypeLiteral
 
-  
 
- getSyntacticTypeArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeInsteadOfConstructorLinkingCandidate
 
-  
 
- getSyntacticTypeArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeLiteralLinkingCandidate
 
-  
 
- getSyntax() - Method in class org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider.SynTransition
 
-  
 
- getSyntaxDescriptions() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractAmbiguousLinkingCandidate
 
-  
 
- getSyntaxDescriptions() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AmbiguousConstructorLinkingCandidate
 
-  
 
- getSyntaxDescriptions() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AmbiguousFeatureLinkingCandidate
 
-  
 
- getSyntaxErrorMessage() - Method in class org.eclipse.xtext.nodemodel.impl.AbstractNode
 
-  
 
- getSyntaxErrorMessage() - Method in class org.eclipse.xtext.nodemodel.impl.CompositeNodeWithSemanticElementAndSyntaxError
 
-  
 
- getSyntaxErrorMessage() - Method in class org.eclipse.xtext.nodemodel.impl.CompositeNodeWithSyntaxError
 
-  
 
- getSyntaxErrorMessage() - Method in class org.eclipse.xtext.nodemodel.impl.HiddenLeafNodeWithSyntaxError
 
-  
 
- getSyntaxErrorMessage() - Method in class org.eclipse.xtext.nodemodel.impl.LeafNodeWithSyntaxError
 
-  
 
- getSyntaxErrorMessage() - Method in class org.eclipse.xtext.nodemodel.impl.SyntheticCompositeNode
 
-  
 
- getSyntaxErrorMessage() - Method in interface org.eclipse.xtext.nodemodel.INode
 
- 
Returns the directly associated syntax error message or null if none.
 
- getSyntaxErrorMessage(RecognitionException, String[]) - Method in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser
 
-  
 
- getSyntaxErrorMessage(ISyntaxErrorMessageProvider.IParserErrorContext) - Method in interface org.eclipse.xtext.parser.antlr.ISyntaxErrorMessageProvider
 
- 
Provide the error message for a syntax error.
 
- getSyntaxErrorMessage(ISyntaxErrorMessageProvider.IValueConverterErrorContext) - Method in interface org.eclipse.xtext.parser.antlr.ISyntaxErrorMessageProvider
 
- 
Provide the error message for a value conversion error.
 
- getSyntaxErrorMessage(ISyntaxErrorMessageProvider.IParserErrorContext) - Method in class org.eclipse.xtext.parser.antlr.SyntaxErrorMessageProvider
 
-  
 
- getSyntaxErrorMessage(ISyntaxErrorMessageProvider.IValueConverterErrorContext) - Method in class org.eclipse.xtext.parser.antlr.SyntaxErrorMessageProvider
 
-  
 
- getSyntaxErrorProvider() - Method in class org.eclipse.xtext.parser.antlr.AbstractAntlrParser
 
-  
 
- getSyntaxErrorProvider() - Method in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser
 
-  
 
- getSyntaxErrors() - Method in interface org.eclipse.xtext.parser.IParseResult
 
-  
 
- getSyntaxErrors() - Method in class org.eclipse.xtext.parser.ParseResult
 
-  
 
- getTable() - Method in class org.eclipse.xtext.junit.serializer.DebugSequenceAcceptor
 
-  
 
- getTable() - Method in class org.eclipse.xtext.junit4.serializer.DebugSequenceAcceptor
 
-  
 
- getTableHeightHint(Table, int) - Static method in class org.eclipse.xtext.ui.util.SWTUtil
 
-  
 
- getTableStyle() - Method in class org.eclipse.xtext.ui.search.XtextEObjectSearchDialog
 
-  
 
- getTableViewer() - Method in class org.eclipse.xtext.ui.editor.tasks.dialogfields.ListDialogField
 
- 
Returns the internally used table viewer.
 
- getTabWidth() - Method in class org.eclipse.xtext.ui.editor.formatting.PreferenceStoreIndentationInformation
 
-  
 
- getTarget() - Method in class org.eclipse.xtext.common.types.access.jdt.JdtTypeMirror
 
-  
 
- getTarget() - Method in class org.eclipse.xtext.generator.parser.antlr.ex.common.KeywordHelper
 
-  
 
- getTarget() - Method in class org.eclipse.xtext.grammaranalysis.impl.AbstractNFATransition
 
-  
 
- getTarget() - Method in interface org.eclipse.xtext.grammaranalysis.INFATransition
 
-  
 
- getTarget() - Method in class org.eclipse.xtext.nodemodel.impl.CompositeNodeWithSemanticElement
 
-  
 
- getTarget() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.TreeConstTransition
 
-  
 
- getTarget() - Method in interface org.eclipse.xtext.serializer.analysis.ISyntacticSequencerPDAProvider.ISynNavigable
 
-  
 
- getTarget() - Method in class org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider.SynNavigable
 
-  
 
- getTarget() - Method in class org.eclipse.xtext.util.PolymorphicDispatcher.MethodDesc
 
-  
 
- getTarget() - Method in class org.eclipse.xtext.xbase.impl.XCastedExpressionImpl
 
-  
 
- getTarget() - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeResolutionStateAdapter
 
-  
 
- getTarget() - Method in class org.eclipse.xtext.xbase.typesystem.override.RawResolvedFeatures
 
-  
 
- getTarget() - Method in interface org.eclipse.xtext.xbase.XCastedExpression
 
- 
Returns the value of the 'Target' containment reference
 
- getTarget2source() - Method in class org.eclipse.xtext.generator.trace.TraceAsPrimarySourceInstaller.XtextClassAdapter
 
-  
 
- getTargetElement() - Method in class org.eclipse.xtext.ui.refactoring.impl.RenameElementProcessor
 
-  
 
- getTargetElementEClass() - Method in interface org.eclipse.xtext.ui.refactoring.ui.IRenameElementContext
 
-  
 
- getTargetElementEClass() - Method in class org.eclipse.xtext.ui.refactoring.ui.IRenameElementContext.Impl
 
-  
 
- getTargetElementNewURI() - Method in class org.eclipse.xtext.ui.refactoring.impl.AbstractRenameStrategy
 
-  
 
- getTargetElementOriginalURI() - Method in class org.eclipse.xtext.ui.refactoring.impl.AbstractRenameStrategy
 
-  
 
- getTargetElementURI() - Method in class org.eclipse.xtext.ui.refactoring.ElementRenameArguments
 
-  
 
- getTargetElementURI() - Method in interface org.eclipse.xtext.ui.refactoring.ui.IRenameElementContext
 
-  
 
- getTargetElementURI() - Method in class org.eclipse.xtext.ui.refactoring.ui.IRenameElementContext.Impl
 
-  
 
- getTargetEObjectUri() - Method in class org.eclipse.xtext.builder.builderState.impl.ReferenceDescriptionImpl
 
-  
 
- getTargetEObjectUri() - Method in class org.eclipse.xtext.resource.impl.DefaultReferenceDescription
 
-  
 
- getTargetEObjectUri() - Method in interface org.eclipse.xtext.resource.IReferenceDescription
 
-  
 
- getTargetFolder(Path) - Method in class org.eclipse.xtext.xbase.file.FileLocationsImpl
 
-  
 
- getTargetLevel() - Method in class org.eclipse.xtext.builder.standalone.compiler.CompilerConfiguration
 
-  
 
- getTargetToSourceLineMapping(AbstractTraceRegion) - Method in class org.eclipse.xtext.generator.trace.TraceAsPrimarySourceInstaller
 
-  
 
- getTargetURIs(EObject) - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceQueryExecutor
 
-  
 
- getTargetURIs(EObject) - Method in class org.eclipse.xtext.ui.editor.occurrences.DefaultOccurrenceComputer
 
-  
 
- getTargetURIs(EObject) - Method in class org.eclipse.xtext.xbase.ui.jvmmodel.findrefs.JvmModelReferenceQueryExecutor
 
-  
 
- getTargetURIs(EObject) - Method in class org.eclipse.xtext.xbase.ui.jvmmodel.occurrence.JvmModelOccurrenceComputer
 
-  
 
- getTempDir() - Method in class org.eclipse.xtext.builder.standalone.StandaloneBuilder
 
-  
 
- getTemplate() - Method in class org.eclipse.xtext.generator.AbstractGeneratorFragment
 
-  
 
- getTemplate() - Method in class org.eclipse.xtext.generator.grammarAccess.GrammarAccessFragment
 
-  
 
- getTemplate() - Method in class org.eclipse.xtext.generator.scoping.AbstractScopingFragment
 
-  
 
- getTemplate() - Method in class org.eclipse.xtext.ui.codetemplates.generator.CodetemplatesGeneratorFragment
 
- 
Deprecated.
  
- getTemplate() - Method in class org.eclipse.xtext.ui.codetemplates.ui.preferences.EditTemplateDialog
 
-  
 
- getTemplate() - Method in interface org.eclipse.xtext.ui.codetemplates.ui.preferences.IEditTemplateDialog
 
-  
 
- getTemplateBody() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.TemplatesPackageImpl
 
-  
 
- getTemplateBody() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.TemplatesPackage
 
- 
 
- getTemplateBody_Parts() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.TemplatesPackageImpl
 
-  
 
- getTemplateBody_Parts() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.TemplatesPackage
 
- 
Returns the meta object for the containment reference list '
Parts'
 
 
- getTemplateBodyAccess() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getTemplateBodyAccess() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getTemplateBodyAction_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.TemplateBodyElements
 
-  
 
- getTemplateBodyHighlighter(Grammar) - Method in class org.eclipse.xtext.ui.codetemplates.ui.registry.LanguageRegistry
 
-  
 
- getTemplateBodyParserRuleCall_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.TemplateBodyWithQuotesElements
 
-  
 
- getTemplateBodyParserRuleCall_2() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.TemplateBodyWithQuotesElements
 
-  
 
- getTemplateBodyRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getTemplateBodyRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getTemplateBodyWithQuotesAccess() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getTemplateBodyWithQuotesAccess() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getTemplateBodyWithQuotesRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getTemplateBodyWithQuotesRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getTemplateFileURL(AbstractUIPlugin) - Method in class org.eclipse.xtext.ui.editor.templates.XtextTemplateStore
 
-  
 
- getTemplatePart() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.TemplatesPackageImpl
 
-  
 
- getTemplatePart() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.TemplatesPackage
 
- 
 
- getTemplatePartAccess() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getTemplatePartAccess() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getTemplatePartRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getTemplatePartRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getTemplateProposalProvider() - Method in interface org.eclipse.xtext.ui.editor.contentassist.CompletionProposalComputer.State
 
-  
 
- getTemplateProposalProvider() - Method in class org.eclipse.xtext.ui.editor.contentassist.XtextContentAssistProcessor
 
-  
 
- getTemplates() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.Codetemplates
 
- 
Returns the value of the 'Templates' containment reference list.
 
- getTemplates() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.CodetemplatesImpl
 
-  
 
- getTemplatesAssignment_3() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.CodetemplatesElements
 
-  
 
- getTemplatesAssignment_4() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplatesElements
 
-  
 
- getTemplatesCodetemplateParserRuleCall_3_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.CodetemplatesElements
 
-  
 
- getTemplatesCodetemplateParserRuleCall_4_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplatesElements
 
-  
 
- getTemplatesFactory() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.TemplatesPackageImpl
 
-  
 
- getTemplatesFactory() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.TemplatesPackage
 
- 
Returns the factory that creates the instances of the model
 
- getTemplatesKeyword_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.CodetemplatesElements
 
-  
 
- getTemplatesKeyword_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.CodetemplatesElements
 
-  
 
- getTemplatesKeyword_2() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.ValidIDElements
 
-  
 
- getTemplatesLanguageConfigurationInstance() - Method in class org.eclipse.xtext.ui.codetemplates.ui.AccessibleCodetemplatesActivator
 
-  
 
- getTemplatesLanguageConfigurationProvider() - Static method in class org.eclipse.xtext.ui.codetemplates.ui.AccessibleCodetemplatesActivator
 
-  
 
- getTemplatesPackage() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.TemplatesFactoryImpl
 
-  
 
- getTemplatesPackage() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.TemplatesFactory
 
- 
Returns the package supported by this factory
 
- getTerminal() - Method in interface org.eclipse.xtext.AbstractNegatedToken
 
- 
Returns the value of the 'Terminal' containment reference
 
- getTerminal() - Method in interface org.eclipse.xtext.Assignment
 
- 
Returns the value of the 'Terminal' containment reference
 
- getTerminal() - Method in interface org.eclipse.xtext.CrossReference
 
- 
Returns the value of the 'Terminal' containment reference
 
- getTerminal() - Method in class org.eclipse.xtext.impl.AbstractNegatedTokenImpl
 
-  
 
- getTerminal() - Method in class org.eclipse.xtext.impl.AssignmentImpl
 
-  
 
- getTerminal() - Method in class org.eclipse.xtext.impl.CrossReferenceImpl
 
-  
 
- getTerminalAlternativesAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getTerminalAlternativesParserRuleCall_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParenthesizedTerminalElementElements
 
-  
 
- getTerminalAlternativesRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getTerminalAssignableTerminalParserRuleCall_3_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AssignmentElements
 
-  
 
- getTerminalAssignment_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.NegatedTokenElements
 
-  
 
- getTerminalAssignment_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.UntilTokenElements
 
-  
 
- getTerminalAssignment_2_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.CrossReferenceElements
 
-  
 
- getTerminalAssignment_3() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AssignmentElements
 
-  
 
- getTerminalCrossReferenceableTerminalParserRuleCall_2_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.CrossReferenceElements
 
-  
 
- getTerminalGroupAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getTerminalGroupParserRuleCall_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalAlternativesElements
 
-  
 
- getTerminalGroupRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getTerminalKeyword_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalRuleElements
 
-  
 
- getTerminalRule() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getTerminalRule() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
 
- getTerminalRule_Fragment() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getTerminalRule_Fragment() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for the attribute '
Fragment'
 
 
- getTerminalRuleAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getTerminalRuleParserRuleCall_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractRuleElements
 
-  
 
- getTerminalRuleRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getTerminalsGrammarAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getTerminalsGrammarAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getTerminalsGrammarAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getTerminalTerminalTokenElementParserRuleCall_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.NegatedTokenElements
 
-  
 
- getTerminalTerminalTokenElementParserRuleCall_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.UntilTokenElements
 
-  
 
- getTerminalTokenAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getTerminalTokenElementAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getTerminalTokenElementParserRuleCall_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalTokenElements
 
-  
 
- getTerminalTokenElementRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getTerminalTokenParserRuleCall_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalGroupElements
 
-  
 
- getTerminalTokenRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getTestClass() - Method in class org.eclipse.xtext.junit4.parameterized.ParameterizedXtextRunner.ParameterSetRunner
 
- 
Deprecated.
  
- getTestLaunchers() - Method in class org.eclipse.xtext.xtext.ui.wizard.releng.RelengProjectInfo
 
-  
 
- getTestProjectImportedPackages() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectCreator
 
-  
 
- getTestProjectLocation() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectInfo
 
-  
 
- getTestProjectName() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectInfo
 
-  
 
- getTestProjectNatures() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectCreator
 
-  
 
- getTestProjectRequiredBundles() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectCreator
 
-  
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmAnnotationAnnotationValueItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmAnnotationReferenceItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmAnnotationTargetItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmAnnotationTypeItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmAnnotationValueItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmAnyTypeReferenceItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmArrayTypeItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmBooleanAnnotationValueItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmByteAnnotationValueItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmCharAnnotationValueItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmComponentTypeItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmCompoundTypeReferenceItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmConstraintOwnerItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmConstructorItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmCustomAnnotationValueItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmDeclaredTypeItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmDelegateTypeReferenceItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmDoubleAnnotationValueItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmEnumAnnotationValueItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmEnumerationLiteralItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmEnumerationTypeItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmExecutableItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmFeatureItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmFieldItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmFloatAnnotationValueItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmFormalParameterItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmGenericArrayTypeReferenceItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmGenericTypeItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmIdentifiableElementItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmIntAnnotationValueItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmLongAnnotationValueItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmLowerBoundItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmMemberItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmMultiTypeReferenceItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmOperationItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmParameterizedTypeReferenceItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmPrimitiveTypeItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmShortAnnotationValueItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmSpecializedTypeReferenceItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmStringAnnotationValueItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmSynonymTypeReferenceItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmTypeAnnotationValueItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmTypeConstraintItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmTypeItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmTypeParameterDeclaratorItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmTypeParameterItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmTypeReferenceItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmUnknownTypeReferenceItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmUpperBoundItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmVoidItemProvider
 
- 
This returns the label text for the adapted class
 
- getText(Object) - Method in class org.eclipse.xtext.common.types.provider.JvmWildcardTypeReferenceItemProvider
 
- 
This returns the label text for the adapted class
 
- getText() - Method in class org.eclipse.xtext.nodemodel.impl.AbstractNode
 
-  
 
- getText() - Method in class org.eclipse.xtext.nodemodel.impl.RootNode
 
-  
 
- getText() - Method in class org.eclipse.xtext.nodemodel.impl.SyntheticCompositeNode
 
-  
 
- getText() - Method in interface org.eclipse.xtext.nodemodel.INode
 
- 
Returns the parsed text that is covered by this node (including hidden tokens).
 
- getText(Token) - Static method in class org.eclipse.xtext.parser.antlr.TokenTool
 
-  
 
- getText() - Method in class org.eclipse.xtext.parser.impl.DatatypeRuleToken
 
-  
 
- getText(CharSequence) - Method in class org.eclipse.xtext.parser.packrat.tokens.AbstractParsedToken
 
-  
 
- getText(CharSequence) - Method in class org.eclipse.xtext.parser.packrat.tokens.ParsedTerminal
 
-  
 
- getText(Object) - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceSearchResultLabelProvider
 
-  
 
- getText() - Method in class org.eclipse.xtext.ui.editor.model.CommonBreakIterator
 
-  
 
- getText() - Method in class org.eclipse.xtext.ui.editor.model.CommonWordIterator
 
-  
 
- getText() - Method in class org.eclipse.xtext.ui.editor.outline.impl.AbstractOutlineNode
 
-  
 
- getText(Object) - Method in class org.eclipse.xtext.ui.editor.outline.impl.BackgroundOutlineTreeProvider
 
-  
 
- getText(Object) - Method in class org.eclipse.xtext.ui.editor.outline.impl.OutlineNodeLabelProvider.Delegate
 
-  
 
- getText(Object) - Method in class org.eclipse.xtext.ui.editor.outline.impl.OutlineNodeLabelProvider
 
-  
 
- getText() - Method in interface org.eclipse.xtext.ui.editor.outline.IOutlineNode
 
-  
 
- getText() - Method in class org.eclipse.xtext.ui.editor.reconciler.ReplaceRegion
 
-  
 
- getText() - Method in class org.eclipse.xtext.ui.editor.tasks.dialogfields.ComboDialogField
 
- 
Gets the text.
 
- getText() - Method in class org.eclipse.xtext.ui.editor.tasks.dialogfields.StringDialogField
 
- 
Gets the text.
 
- getText(Object) - Method in class org.eclipse.xtext.ui.label.AbstractLabelProvider
 
-  
 
- getText(Object) - Method in class org.eclipse.xtext.ui.label.GlobalDescriptionLabelProvider
 
-  
 
- getText(Object) - Method in class org.eclipse.xtext.ui.label.InjectableAdapterFactoryLabelProvider
 
-  
 
- getText() - Method in class org.eclipse.xtext.util.ReplaceRegion
 
-  
 
- getText() - Method in class org.eclipse.xtext.xbase.formatting.TextReplacement
 
-  
 
- getTextApplier() - Method in class org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal
 
-  
 
- getTextAround(FormattingData) - Method in class org.eclipse.xtext.xbase.formatting.FormattableDocument
 
-  
 
- getTextAttributeProvider() - Method in class org.eclipse.xtext.ui.editor.syntaxcoloring.AbstractTokenScanner
 
-  
 
- getTextBlockFromSelection(ITextSelection, IDocument) - Method in class org.eclipse.xtext.ui.editor.toggleComments.ToggleSLCommentAction
 
- 
Creates a region describing the text block (something that starts at
 the beginning of a line) completely containing the current selection.
 
- getTextControl(Composite) - Method in class org.eclipse.xtext.ui.editor.tasks.dialogfields.StringDialogField
 
- 
Creates or returns the created text control.
 
- getTextEdit() - Method in class org.eclipse.xtext.ui.editor.model.edit.DefaultTextEditComposer
 
-  
 
- getTextEdit() - Method in interface org.eclipse.xtext.ui.editor.model.edit.ITextEditComposer
 
-  
 
- getTextEdits() - Method in class org.eclipse.xtext.ui.refactoring.ui.DefaultLinkedPositionGroupCalculator.LocalResourceRefactoringUpdateAcceptor
 
-  
 
- getTextFileEncoding() - Method in class org.eclipse.xtext.generator.InMemoryFileSystemAccess
 
-  
 
- getTextFiles() - Method in class org.eclipse.xtext.generator.InMemoryFileSystemAccess
 
-  
 
- getTextFromMultilineComment(String) - Method in class org.eclipse.xtext.documentation.impl.AbstractMultiLineCommentProvider
 
-  
 
- getTextFromNodeModel(EObject) - Method in class org.eclipse.xtext.junit.serializer.SerializerTester
 
-  
 
- getTextFromNodeModel(EObject) - Method in class org.eclipse.xtext.junit4.serializer.SerializerTester
 
-  
 
- getTextHover(ISourceViewer, String) - Method in class org.eclipse.xtext.ui.editor.XtextSourceViewerConfiguration
 
-  
 
- getTextHover(ISourceViewer, String, int) - Method in class org.eclipse.xtext.ui.views.ReadOnlySourceViewerConfiguration
 
-  
 
- getTextHover(ISourceViewer, String) - Method in class org.eclipse.xtext.ui.views.ReadOnlySourceViewerConfiguration
 
-  
 
- getTextModifyListener() - Method in class org.eclipse.xtext.ui.preferences.OptionsConfigurationBlock
 
-  
 
- getTextOperationTarget() - Method in class org.eclipse.xtext.junit4.ui.MockableTextViewer
 
-  
 
- getTextOperationTarget() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyTextViewer
 
-  
 
- getTextOperationTarget() - Method in class org.eclipse.xtext.ui.junit.editor.contentassist.MockableTextViewer
 
-  
 
- getTextPatternInComment() - Method in class org.eclipse.xtext.ui.editor.folding.DefaultFoldingRegionProvider
 
-  
 
- getTextRegion() - Method in class org.eclipse.xtext.builder.trace.AbstractLocationInResource
 
-  
 
- getTextRegion() - Method in interface org.eclipse.xtext.generator.trace.ILocationInResource
 
-  
 
- getTextRegion() - Method in class org.eclipse.xtext.nodemodel.impl.AbstractNode
 
-  
 
- getTextRegion() - Method in class org.eclipse.xtext.nodemodel.impl.SyntheticCompositeNode
 
-  
 
- getTextRegion() - Method in interface org.eclipse.xtext.nodemodel.INode
 
- 
 Returns a 
region for this node excluding hidden tokens:
 
 an 
offset of this region is the same as an 
offset of this node;
 and a 
length of this region is the same as a 
length of this node.
 
 
- getTextRegion(EObject, boolean) - Method in class org.eclipse.xtext.resource.DefaultLocationInFileProvider
 
-  
 
- getTextRegion(EObject, ILocationInFileProviderExtension.RegionDescription) - Method in class org.eclipse.xtext.resource.DefaultLocationInFileProvider
 
-  
 
- getTextRegion(EObject, EStructuralFeature, int, ILocationInFileProviderExtension.RegionDescription) - Method in class org.eclipse.xtext.resource.DefaultLocationInFileProvider
 
-  
 
- getTextRegion(EObject, ILocationInFileProviderExtension.RegionDescription) - Method in interface org.eclipse.xtext.resource.ILocationInFileProviderExtension
 
- 
Queries for parts of the text region that the given object is originates from.
 
- getTextRegion(EObject, EStructuralFeature, int, ILocationInFileProviderExtension.RegionDescription) - Method in interface org.eclipse.xtext.resource.ILocationInFileProviderExtension
 
- 
Queries for parts of the text region that parts of the given object originate from.
 
- getTextRegion(EObject) - Method in class org.eclipse.xtext.ui.editor.selection.AstSelectionProvider
 
-  
 
- getTextRegion() - Method in class org.eclipse.xtext.xbase.imports.TypeUsage
 
-  
 
- getTextRegion(EObject, EStructuralFeature, int, ILocationInFileProviderExtension.RegionDescription) - Method in class org.eclipse.xtext.xbase.jvmmodel.JvmLocationInFileProvider
 
-  
 
- getTextRegion(EObject, ILocationInFileProviderExtension.RegionDescription) - Method in class org.eclipse.xtext.xbase.jvmmodel.JvmLocationInFileProvider
 
-  
 
- getTextRegion() - Method in interface org.eclipse.xtext.xtext.ui.graph.figures.ISelectable
 
-  
 
- getTextRegion() - Method in class org.eclipse.xtext.xtext.ui.graph.figures.primitives.AbstractNode
 
-  
 
- getTextRegion(EObject) - Method in class org.eclipse.xtext.xtext.ui.graph.trafo.Xtext2RailroadFactory
 
-  
 
- getTextRegionWithLineInformation() - Method in class org.eclipse.xtext.nodemodel.impl.AbstractNode
 
-  
 
- getTextRegionWithLineInformation(int, int) - Method in class org.eclipse.xtext.nodemodel.impl.AbstractNode
 
-  
 
- getTextRegionWithLineInformation() - Method in class org.eclipse.xtext.nodemodel.impl.SyntheticCompositeNode
 
-  
 
- getTextRegionWithLineInformation() - Method in interface org.eclipse.xtext.nodemodel.INode
 
- 
 
- getTextType() - Method in class org.eclipse.xtext.ui.refactoring.impl.DisplayChangeWrapper.TextEditBased
 
-  
 
- getTextUnderReference(EObject, EReference) - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtVariableCompletions
 
-  
 
- getTextViewer() - Method in class org.eclipse.xtext.ui.editor.embedded.TextViewerAction
 
- 
Returns the action's text editor.
 
- getTextWidget() - Method in class org.eclipse.xtext.junit4.ui.MockableTextViewer
 
-  
 
- getTextWidget() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyTextViewer
 
-  
 
- getTextWidget() - Method in class org.eclipse.xtext.ui.junit.editor.contentassist.MockableTextViewer
 
-  
 
- getThen() - Method in class org.eclipse.xtext.xbase.impl.XCasePartImpl
 
-  
 
- getThen() - Method in class org.eclipse.xtext.xbase.impl.XIfExpressionImpl
 
-  
 
- getThen(XIfExpression) - Method in class org.eclipse.xtext.xbase.typesystem.computation.XbaseTypeComputer
 
- 
Only for testing purpose.
 
- getThen() - Method in interface org.eclipse.xtext.xbase.XCasePart
 
- 
Returns the value of the 'Then' containment reference
 
- getThen() - Method in interface org.eclipse.xtext.xbase.XIfExpression
 
- 
Returns the value of the 'Then' containment reference
 
- getThenAssignment_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCasePartElements
 
-  
 
- getThenAssignment_5() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XIfExpressionElements
 
-  
 
- getThenXExpressionParserRuleCall_3_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCasePartElements
 
-  
 
- getThenXExpressionParserRuleCall_5_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XIfExpressionElements
 
-  
 
- getThird() - Method in class org.eclipse.xtext.util.Triple
 
-  
 
- getThisOperation() - Method in interface org.eclipse.xtext.xbase.typesystem.override.IOverrideCheckResult
 
- 
The overriding candidate.
 
- getThisOperation() - Method in class org.eclipse.xtext.xbase.typesystem.override.LazyOverrideCheckResult
 
-  
 
- getThisOrSuperScope(XAbstractFeatureCall, JvmConstructor) - Method in class org.eclipse.xtext.xbase.serializer.SerializerScopeProvider
 
-  
 
- getThisOrSuperScope(XAbstractFeatureCall, JvmType) - Method in class org.eclipse.xtext.xbase.serializer.SerializerScopeProvider
 
-  
 
- getThisPriority() - Method in class org.eclipse.xtext.xbase.scoping.XbaseScopeProvider
 
- 
Deprecated.
  
- getThrowableType(Class<? extends Throwable>) - Method in class org.eclipse.xtext.xbase.typesystem.override.AbstractResolvedOperation
 
-  
 
- getThrowKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XThrowExpressionElements
 
-  
 
- getThrown() - Method in class org.eclipse.xtext.xbase.typing.AbstractTypeProvider.EarlyExitAcceptor
 
- 
Deprecated.
  
- getThrownExceptionForIdentifiable(JvmIdentifiableElement) - Method in interface org.eclipse.xtext.xbase.typing.ITypeProvider
 
- 
Deprecated.
returns the exception types, declared to be thrown by referencing / executing the passed 
JvmIdentifiableElement.
 
 
- getThrownExceptionForIdentifiable(JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.typing.XbaseTypeProvider
 
- 
Deprecated.
  
- getThrownExceptionTypes(XExpression) - Method in class org.eclipse.xtext.xbase.typing.AbstractTypeProvider
 
- 
Deprecated.
  
- getThrownExceptionTypes(XExpression) - Method in interface org.eclipse.xtext.xbase.typing.ITypeProvider
 
- 
Deprecated.
returns all exception types, thrown within the given expression.
 
- getThrowsDeclaration(JvmExecutable) - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseDeclarativeHoverSignatureProvider
 
-  
 
- getTildeKeyword_0_1() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OtherElementElements
 
-  
 
- getTimeout() - Method in class org.eclipse.xtext.builder.resourceloader.ParallelResourceLoader
 
-  
 
- getTimestamp() - Method in class org.eclipse.xtext.ui.editor.syntaxcoloring.LightweightPosition
 
-  
 
- getToBeBuiltComputer() - Method in class org.eclipse.xtext.builder.impl.ProjectOpenedOrClosedListener
 
-  
 
- getToBeDeleted() - Method in class org.eclipse.xtext.builder.impl.BuildData
 
-  
 
- getToBeDeleted() - Method in class org.eclipse.xtext.builder.impl.ToBeBuilt
 
-  
 
- getToBeFormatted() - Method in class org.eclipse.xtext.xbase.junit.formatter.AssertingFormatterData
 
-  
 
- getToBeUpdated() - Method in class org.eclipse.xtext.builder.impl.BuildData
 
-  
 
- getToBeUpdated() - Method in class org.eclipse.xtext.builder.impl.ToBeBuilt
 
-  
 
- getToBeValidatedAssignedElements() - Method in interface org.eclipse.xtext.serializer.analysis.ISemanticSequencerNfaProvider.ISemState
 
-  
 
- getToBeValidatedAssignedElements() - Method in class org.eclipse.xtext.serializer.analysis.SemanticSequencerNfaProvider.SemState
 
-  
 
- getToken(AbstractElement) - Method in class org.eclipse.xtext.grammaranalysis.impl.CfgAdapter
 
-  
 
- getToken() - Method in interface org.eclipse.xtext.parser.packrat.internal.IFurtherParsable
 
-  
 
- getToken() - Method in class org.eclipse.xtext.parser.packrat.tokens.AlternativesToken
 
-  
 
- getToken() - Method in class org.eclipse.xtext.parser.packrat.tokens.UnorderedGroupToken
 
-  
 
- getToken(Keyword, Object, ILeafNode) - Method in class org.eclipse.xtext.serializer.acceptor.SequenceFeeder
 
-  
 
- getToken(RuleCall, Object, INode) - Method in class org.eclipse.xtext.serializer.acceptor.SequenceFeeder
 
-  
 
- getToken(GrammarAlias.AbstractElementAlias) - Method in class org.eclipse.xtext.serializer.analysis.GrammarAlias.GrammarAliasAdapter
 
-  
 
- getToken() - Method in class org.eclipse.xtext.serializer.analysis.GrammarAlias.TokenAlias
 
-  
 
- getToken(IGrammarConstraintProvider.IConstraintElement) - Method in class org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.ConstraintElementProduction
 
-  
 
- getToken() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.LookAheadTerminal
 
-  
 
- getToken(NfaToProduction.AbstractElementAlias<TOKEN>) - Method in class org.eclipse.xtext.util.formallang.NfaToProduction.AliasGrammarProvider
 
-  
 
- getToken(ELEMENT) - Method in interface org.eclipse.xtext.util.formallang.Production
 
-  
 
- getToken(StringProduction.ProdElement) - Method in class org.eclipse.xtext.util.formallang.StringProduction
 
-  
 
- getTokenAcceptor() - Method in class org.eclipse.xtext.parser.packrat.AbstractParserConfiguration
 
-  
 
- getTokenAcceptor() - Method in interface org.eclipse.xtext.parser.packrat.AbstractParserConfiguration.IInternalParserConfiguration
 
-  
 
- getTokenAcceptor() - Method in class org.eclipse.xtext.parser.packrat.consumers.AbstractConsumer
 
-  
 
- getTokenAcceptor() - Method in interface org.eclipse.xtext.parser.packrat.consumers.INonTerminalConsumerConfiguration
 
-  
 
- getTokenAcceptor() - Method in interface org.eclipse.xtext.parser.packrat.consumers.ITerminalConsumerConfiguration
 
-  
 
- getTokenAsStringIfPossible(Object) - Method in class org.eclipse.xtext.parser.antlr.AntlrTokenToStringConverter
 
-  
 
- getTokenAsStringIfPossible(Object) - Method in class org.eclipse.xtext.parser.DefaultEcoreElementFactory
 
-  
 
- getTokenAsStringIfPossible(Object) - Method in interface org.eclipse.xtext.parser.ITokenToStringConverter
 
-  
 
- getTokenBackgroundColorPreferenceKey(String) - Static method in class org.eclipse.xtext.ui.editor.syntaxcoloring.PreferenceStoreAccessor
 
-  
 
- getTokenColorPreferenceKey(String) - Static method in class org.eclipse.xtext.ui.editor.syntaxcoloring.PreferenceStoreAccessor
 
-  
 
- getTokenContentType(IToken) - Method in class org.eclipse.xtext.ui.editor.model.DocumentPartitioner
 
- 
Returns a content type encoded in the given token.
 
- getTokenDefinitions() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.PartialClassExtractor
 
-  
 
- getTokenDefMap() - Method in class org.eclipse.xtext.conversion.impl.AbstractLexerBasedConverter
 
-  
 
- getTokenDefMap() - Method in class org.eclipse.xtext.parser.antlr.AntlrTokenDefProvider
 
-  
 
- getTokenDefMap() - Method in interface org.eclipse.xtext.parser.antlr.ITokenDefProvider
 
-  
 
- getTokenDefMap() - Method in class org.eclipse.xtext.parser.antlr.NullTokenDefProvider
 
-  
 
- getTokenDefMap() - Method in class org.eclipse.xtext.parser.antlr.TokenDefProvider
 
-  
 
- getTokenDefMap() - Method in class org.eclipse.xtext.ui.codetemplates.ui.highlighting.SingleTemplateTokenDefProvider
 
-  
 
- getTokenDefMap() - Method in class org.eclipse.xtext.ui.codetemplates.ui.highlighting.TemplatesTokenDefProvider
 
-  
 
- getTokenDefMap() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser
 
-  
 
- getTokenDefProvider() - Method in class org.eclipse.xtext.conversion.impl.AbstractLexerBasedConverter
 
-  
 
- getTokenDefProvider() - Method in class org.eclipse.xtext.parser.antlr.AbstractAntlrParser
 
-  
 
- getTokenFontPreferenceKey(String) - Static method in class org.eclipse.xtext.ui.editor.syntaxcoloring.PreferenceStoreAccessor
 
-  
 
- getTokenIdMapper() - Method in class org.eclipse.xtext.ui.editor.syntaxcoloring.TokenScanner
 
-  
 
- getTokenInfos() - Method in class org.eclipse.xtext.ui.editor.model.DocumentTokenSource
 
-  
 
- getTokenLength() - Method in class org.eclipse.xtext.junit4.ui.AbstractDamagerRepairerTest
 
-  
 
- getTokenLength() - Method in class org.eclipse.xtext.ui.editor.model.PartitionTokenScanner
 
-  
 
- getTokenLength() - Method in class org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultTokenScanner
 
-  
 
- getTokenLength() - Method in class org.eclipse.xtext.ui.editor.syntaxcoloring.TokenScanner
 
-  
 
- getTokenLength() - Method in class org.eclipse.xtext.ui.junit.editor.AbstractDamagerRepairerTest
 
-  
 
- getTokenNames() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.parser.antlr.internal.InternalSimpleAntlrParser
 
-  
 
- getTokenNames() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.parser.antlr.internal.InternalSimpleExpressionsParser
 
-  
 
- getTokenNames() - Method in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser.LexerErrorContext
 
-  
 
- getTokenNames() - Method in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser.ParserErrorContext
 
-  
 
- getTokenNames() - Method in class org.eclipse.xtext.parser.antlr.internal.InternalXtextParser
 
-  
 
- getTokenNames() - Method in interface org.eclipse.xtext.parser.antlr.ISyntaxErrorMessageProvider.IParserErrorContext
 
- 
Returns the names of the tokens in as they are used by the parser.
 
- getTokenNames() - Method in class org.eclipse.xtext.purexbase.parser.antlr.internal.InternalPureXbaseParser
 
-  
 
- getTokenNames() - Method in class org.eclipse.xtext.purexbase.ui.contentassist.antlr.internal.InternalPureXbaseParser
 
-  
 
- getTokenNames() - Method in class org.eclipse.xtext.ui.codetemplates.parser.antlr.internal.InternalCodetemplatesParser
 
-  
 
- getTokenNames() - Method in class org.eclipse.xtext.ui.codetemplates.parser.antlr.internal.InternalSingleCodetemplateParser
 
-  
 
- getTokenNames() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.antlr.internal.InternalCodetemplatesParser
 
-  
 
- getTokenNames() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.antlr.internal.InternalSingleCodetemplateParser
 
-  
 
- getTokenNames() - Method in class org.eclipse.xtext.ui.contentassist.antlr.internal.InternalXtextParser
 
-  
 
- getTokenNames() - Method in class org.eclipse.xtext.xbase.annotations.parser.antlr.internal.InternalXbaseWithAnnotationsParser
 
-  
 
- getTokenNames() - Method in class org.eclipse.xtext.xbase.annotations.ui.contentassist.antlr.internal.InternalXbaseWithAnnotationsParser
 
-  
 
- getTokenNames() - Method in class org.eclipse.xtext.xbase.parser.antlr.internal.InternalXbaseParser
 
-  
 
- getTokenNames() - Method in class org.eclipse.xtext.xbase.parser.antlr.internal.InternalXtypeParser
 
-  
 
- getTokenNames() - Method in class org.eclipse.xtext.xbase.ui.contentassist.antlr.internal.InternalXbaseParser
 
-  
 
- getTokenOffset() - Method in class org.eclipse.xtext.junit4.ui.AbstractDamagerRepairerTest
 
-  
 
- getTokenOffset() - Method in class org.eclipse.xtext.ui.editor.model.PartitionTokenScanner
 
-  
 
- getTokenOffset() - Method in class org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultTokenScanner
 
-  
 
- getTokenOffset() - Method in class org.eclipse.xtext.ui.editor.syntaxcoloring.TokenScanner
 
-  
 
- getTokenOffset() - Method in class org.eclipse.xtext.ui.junit.editor.AbstractDamagerRepairerTest
 
-  
 
- getTokenOwner(INode) - Method in class org.eclipse.xtext.parsetree.reconstr.impl.TokenUtil
 
-  
 
- getTokenRegion(String, ITextRegion) - Method in class org.eclipse.xtext.parser.impl.TokenRegionProvider
 
-  
 
- getTokenReplaceRegion(String, ReplaceRegion) - Method in class org.eclipse.xtext.parser.impl.TokenRegionProvider
 
-  
 
- getTokenRule(INode) - Method in class org.eclipse.xtext.parsetree.reconstr.impl.TokenUtil
 
-  
 
- getTokens(IDocument) - Method in class org.eclipse.xtext.ui.editor.model.PartitionTokenScanner
 
-  
 
- getTokens() - Method in class org.eclipse.xtext.ui.editor.model.XtextDocument
 
-  
 
- getTokens(IDocument) - Method in class org.eclipse.xtext.ui.editor.syntaxcoloring.TokenScanner
 
-  
 
- getTokensForSemanticChildren() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken
 
-  
 
- getTokenSource(String) - Method in class org.eclipse.xtext.conversion.impl.AbstractLexerBasedConverter
 
-  
 
- getTokenStylePreferenceKey(String) - Static method in class org.eclipse.xtext.ui.editor.syntaxcoloring.PreferenceStoreAccessor
 
-  
 
- getTokenText(INode) - Static method in class org.eclipse.xtext.nodemodel.util.NodeModelUtils
 
- 
This method converts a node to text.
 
- getTokenText(INode) - Method in class org.eclipse.xtext.serializer.sequencer.AbstractSyntacticSequencer
 
-  
 
- getTokenType(String) - Method in class org.eclipse.xtext.parser.antlr.AbstractSplittingTokenSource
 
-  
 
- getToolClass() - Method in class org.eclipse.xtext.generator.parser.antlr.AntlrToolFacade
 
-  
 
- getToolRunnerClassName() - Method in class org.eclipse.xtext.generator.parser.antlr.AntlrToolFacade
 
-  
 
- getTooltip() - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceSearchResult
 
-  
 
- getToolTipText() - Method in class org.eclipse.xtext.ui.editor.XtextReadonlyEditorInput
 
-  
 
- getTopAnchor() - Method in class org.eclipse.xtext.util.formallang.NfaGraphFormatter.Node
 
-  
 
- getTopIndex() - Method in class org.eclipse.xtext.junit4.ui.MockableTextViewer
 
-  
 
- getTopIndex() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyTextViewer
 
-  
 
- getTopIndex() - Method in class org.eclipse.xtext.ui.junit.editor.contentassist.MockableTextViewer
 
-  
 
- getTopIndexStartOffset() - Method in class org.eclipse.xtext.junit4.ui.MockableTextViewer
 
-  
 
- getTopIndexStartOffset() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyTextViewer
 
-  
 
- getTopIndexStartOffset() - Method in class org.eclipse.xtext.ui.junit.editor.contentassist.MockableTextViewer
 
-  
 
- getTopInset() - Method in class org.eclipse.xtext.junit4.ui.MockableTextViewer
 
-  
 
- getTopInset() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyTextViewer
 
-  
 
- getTopInset() - Method in class org.eclipse.xtext.ui.junit.editor.contentassist.MockableTextViewer
 
-  
 
- getTotalEndLine() - Method in class org.eclipse.xtext.nodemodel.impl.AbstractNode
 
-  
 
- getTotalEndLine() - Method in class org.eclipse.xtext.nodemodel.impl.SyntheticCompositeNode
 
-  
 
- getTotalEndLine() - Method in interface org.eclipse.xtext.nodemodel.INode
 
- 
Returns the line number relative to the complete input where the node ends 
   (one based, including hidden tokens).
 
- getTotalEndOffset() - Method in class org.eclipse.xtext.nodemodel.impl.AbstractNode
 
-  
 
- getTotalEndOffset() - Method in class org.eclipse.xtext.nodemodel.impl.SyntheticCompositeNode
 
-  
 
- getTotalEndOffset() - Method in interface org.eclipse.xtext.nodemodel.INode
 
- 
Returns the end offset (exclusive) of this node including hidden tokens.
 
- getTotalLength() - Method in class org.eclipse.xtext.nodemodel.impl.CompositeNode
 
-  
 
- getTotalLength() - Method in class org.eclipse.xtext.nodemodel.impl.LeafNode
 
-  
 
- getTotalLength() - Method in class org.eclipse.xtext.nodemodel.impl.RootNode
 
-  
 
- getTotalLength() - Method in class org.eclipse.xtext.nodemodel.impl.SyntheticCompositeNode
 
-  
 
- getTotalLength() - Method in interface org.eclipse.xtext.nodemodel.INode
 
- 
Returns the length of this node including hidden tokens.
 
- getTotalLength() - Method in class org.eclipse.xtext.xbase.ui.contentassist.WhitespaceHelper
 
-  
 
- getTotalLength() - Method in class org.eclipse.xtext.xbase.ui.document.DocumentSourceAppender
 
-  
 
- getTotalOffset() - Method in class org.eclipse.xtext.nodemodel.impl.CompositeNode
 
-  
 
- getTotalOffset() - Method in class org.eclipse.xtext.nodemodel.impl.LeafNode
 
-  
 
- getTotalOffset() - Method in class org.eclipse.xtext.nodemodel.impl.RootNode
 
-  
 
- getTotalOffset() - Method in class org.eclipse.xtext.nodemodel.impl.SyntheticCompositeNode
 
-  
 
- getTotalOffset() - Method in interface org.eclipse.xtext.nodemodel.INode
 
- 
Returns the offset of this node including hidden tokens.
 
- getTotalOffset() - Method in class org.eclipse.xtext.xbase.ui.contentassist.WhitespaceHelper
 
-  
 
- getTotalOffset() - Method in class org.eclipse.xtext.xbase.ui.document.DocumentSourceAppender
 
-  
 
- getTotalStartLine() - Method in class org.eclipse.xtext.nodemodel.impl.AbstractNode
 
-  
 
- getTotalStartLine() - Method in class org.eclipse.xtext.nodemodel.impl.SyntheticCompositeNode
 
-  
 
- getTotalStartLine() - Method in interface org.eclipse.xtext.nodemodel.INode
 
- 
Returns the line number relative to the complete input where the node begins 
   (one based, including hidden tokens).
 
- getTotalTextRegion() - Method in class org.eclipse.xtext.nodemodel.impl.AbstractNode
 
-  
 
- getTotalTextRegion() - Method in class org.eclipse.xtext.nodemodel.impl.SyntheticCompositeNode
 
-  
 
- getTotalTextRegion() - Method in interface org.eclipse.xtext.nodemodel.INode
 
- 
 
- getTotalTextRegionWithLineInformation() - Method in class org.eclipse.xtext.nodemodel.impl.AbstractNode
 
-  
 
- getTotalTextRegionWithLineInformation() - Method in class org.eclipse.xtext.nodemodel.impl.SyntheticCompositeNode
 
-  
 
- getTotalTextRegionWithLineInformation() - Method in interface org.eclipse.xtext.nodemodel.INode
 
- 
 
- getTrace() - Method in class org.eclipse.xtext.common.types.util.TypeConformanceResult
 
- 
Deprecated.
  
- getTrace() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.FollowElement
 
-  
 
- getTrace() - Method in class org.eclipse.xtext.xbase.formatting.FormattingData
 
-  
 
- getTraceFactory() - Method in class org.eclipse.xtext.builder.trace.impl.TracePackageImpl
 
-  
 
- getTraceFactory() - Method in interface org.eclipse.xtext.builder.trace.TracePackage
 
- 
Returns the factory that creates the instances of the model
 
- getTraceFile(IFile) - Method in class org.eclipse.xtext.builder.EclipseResourceFileSystemAccess2
 
-  
 
- getTraceFile(IStorage) - Method in class org.eclipse.xtext.builder.trace.TraceForStorageProvider
 
-  
 
- getTraceFromJava(String) - Method in class org.eclipse.xtext.generator.trace.TraceFileNameProvider
 
-  
 
- getTraceMarkers() - Method in class org.eclipse.xtext.builder.EclipseResourceFileSystemAccess2
 
-  
 
- getTracePackage() - Method in class org.eclipse.xtext.builder.trace.impl.TraceFactoryImpl
 
-  
 
- getTracePackage() - Method in interface org.eclipse.xtext.builder.trace.TraceFactory
 
- 
Returns the package supported by this factory
 
- getTraceRegion() - Method in class org.eclipse.xtext.generator.trace.CharSequenceTraceWrapper.CharSequenceBasedTraceRegionProvider
 
-  
 
- getTraceRegion() - Method in interface org.eclipse.xtext.generator.trace.ITraceRegionProvider
 
- 
Returns the a trace region.
 
- getTraceRegion() - Method in class org.eclipse.xtext.xbase.compiler.output.FakeTreeAppendable
 
-  
 
- getTraceRegion() - Method in class org.eclipse.xtext.xbase.compiler.output.TreeAppendable
 
-  
 
- getTraceRegionProvider() - Method in class org.eclipse.xtext.builder.trace.AbstractTrace
 
-  
 
- getTraceSimpleFileName(ITypeRoot) - Method in class org.eclipse.xtext.builder.trace.TraceForTypeRootProvider
 
-  
 
- getTraceToSource(ITypeRoot) - Method in interface org.eclipse.xtext.builder.trace.ITraceForTypeRootProvider
 
-  
 
- getTraceToSource(IStorage) - Method in class org.eclipse.xtext.builder.trace.TraceForStorageProvider
 
-  
 
- getTraceToSource(ITypeRoot) - Method in class org.eclipse.xtext.builder.trace.TraceForTypeRootProvider
 
-  
 
- getTraceToSource(ICompilationUnit) - Method in class org.eclipse.xtext.builder.trace.TraceForTypeRootProvider
 
-  
 
- getTraceToSource(IClassFile) - Method in class org.eclipse.xtext.builder.trace.TraceForTypeRootProvider
 
-  
 
- getTraceToSource(IStorage) - Method in interface org.eclipse.xtext.generator.trace.ITraceForStorageProvider
 
- 
Returns the trace information to the sources that were used as input for the given derived resource.
 
- getTraceToSource(IStorage) - Method in class org.eclipse.xtext.generator.trace.ITraceForStorageProvider.Null
 
-  
 
- getTraceToTarget(IStorage) - Method in class org.eclipse.xtext.builder.trace.TraceForStorageProvider
 
-  
 
- getTraceToTarget(IStorage) - Method in interface org.eclipse.xtext.generator.trace.ITraceForStorageProvider
 
- 
Returns the trace information to the targets that were generated from the given source.
 
- getTraceToTarget(IStorage) - Method in class org.eclipse.xtext.generator.trace.ITraceForStorageProvider.Null
 
-  
 
- getTraceURIConverter() - Method in class org.eclipse.xtext.xbase.compiler.output.TreeAppendable
 
-  
 
- getTransientValueService() - Method in class org.eclipse.xtext.ui.refactoring.impl.DefaultReferenceUpdater
 
-  
 
- getTransition(S, S, boolean, AbstractElement) - Method in interface org.eclipse.xtext.grammaranalysis.IGrammarNFAProvider.NFABuilder
 
-  
 
- getTransition(S, S, boolean, AbstractElement) - Method in class org.eclipse.xtext.grammaranalysis.impl.AbstractCachingNFABuilder
 
-  
 
- getTransitionIndex() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken
 
-  
 
- getTreeConstState(AbstractElement) - Static method in class org.eclipse.xtext.generator.parseTreeConstructor.ParseTreeConstructorUtil
 
-  
 
- getTreeProvider() - Method in class org.eclipse.xtext.ui.editor.outline.impl.AbstractOutlineNode
 
-  
 
- getTreeProvider() - Method in class org.eclipse.xtext.ui.editor.outline.impl.DocumentRootNode
 
-  
 
- getTreeProvider() - Method in class org.eclipse.xtext.ui.editor.outline.impl.OutlinePage
 
-  
 
- getTreeViewer() - Method in class org.eclipse.xtext.ui.editor.outline.impl.OutlinePage
 
-  
 
- getTriggerCharacters() - Method in class org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal
 
-  
 
- getTriggeringEditor() - Method in interface org.eclipse.xtext.ui.refactoring.ui.IRenameElementContext
 
-  
 
- getTriggeringEditor() - Method in class org.eclipse.xtext.ui.refactoring.ui.IRenameElementContext.Impl
 
-  
 
- getTriggeringEditorSelection() - Method in interface org.eclipse.xtext.ui.refactoring.ui.IRenameElementContext
 
-  
 
- getTriggeringEditorSelection() - Method in class org.eclipse.xtext.ui.refactoring.ui.IRenameElementContext.Impl
 
-  
 
- getTryKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTryCatchFinallyExpressionElements
 
-  
 
- getType() - Method in interface org.eclipse.xtext.AbstractRule
 
- 
Returns the value of the 'Type' containment reference
 
- getType() - Method in interface org.eclipse.xtext.Action
 
- 
Returns the value of the 'Type' containment reference
 
- getType() - Method in class org.eclipse.xtext.common.types.impl.JvmAnyTypeReferenceImpl
 
-  
 
- getType() - Method in class org.eclipse.xtext.common.types.impl.JvmAnyTypeReferenceImplCustom
 
- 
Returns the value of the 'Type' reference
 
- getType() - Method in class org.eclipse.xtext.common.types.impl.JvmCompoundTypeReferenceImpl
 
-  
 
- getType() - Method in class org.eclipse.xtext.common.types.impl.JvmCompoundTypeReferenceImplCustom
 
- 
Returns the value of the 'Type' reference
 
- getType() - Method in class org.eclipse.xtext.common.types.impl.JvmDelegateTypeReferenceImplCustom
 
-  
 
- getType() - Method in class org.eclipse.xtext.common.types.impl.JvmFieldImpl
 
-  
 
- getType() - Method in class org.eclipse.xtext.common.types.impl.JvmGenericArrayTypeReferenceImpl
 
-  
 
- getType() - Method in class org.eclipse.xtext.common.types.impl.JvmGenericArrayTypeReferenceImplCustom
 
-  
 
- getType() - Method in class org.eclipse.xtext.common.types.impl.JvmParameterizedTypeReferenceImpl
 
-  
 
- getType() - Method in class org.eclipse.xtext.common.types.impl.JvmSpecializedTypeReferenceImplCustom
 
-  
 
- getType() - Method in class org.eclipse.xtext.common.types.impl.JvmTypeReferenceImpl
 
-  
 
- getType() - Method in class org.eclipse.xtext.common.types.impl.JvmUnknownTypeReferenceImplCustom
 
- 
 
 Returns always null.
 
- getType() - Method in class org.eclipse.xtext.common.types.impl.JvmWildcardTypeReferenceImplCustom
 
- 
 
 Returns always null.
 
- getType() - Method in interface org.eclipse.xtext.common.types.JvmAnyTypeReference
 
- 
Returns the value of the 'Type' reference
 
- getType() - Method in interface org.eclipse.xtext.common.types.JvmCompoundTypeReference
 
- 
Returns the value of the 'Type' reference
 
- getType() - Method in interface org.eclipse.xtext.common.types.JvmField
 
- 
Returns the value of the 'Type' containment reference
 
- getType() - Method in interface org.eclipse.xtext.common.types.JvmGenericArrayTypeReference
 
-  
 
- getType() - Method in interface org.eclipse.xtext.common.types.JvmParameterizedTypeReference
 
- 
Returns the value of the 'Type' reference
 
- getType() - Method in interface org.eclipse.xtext.common.types.JvmTypeReference
 
-  
 
- getType(Class<?>, Notifier) - Method in class org.eclipse.xtext.common.types.util.Primitives
 
-  
 
- getType() - Method in interface org.eclipse.xtext.CrossReference
 
- 
Returns the value of the 'Type' containment reference
 
- getType() - Method in class org.eclipse.xtext.formatting.impl.AbstractFormattingConfig.ElementLocator
 
-  
 
- getType() - Method in class org.eclipse.xtext.generator.BindKey
 
-  
 
- getType() - Method in class org.eclipse.xtext.grammaranalysis.impl.AbstractPDAProvider.PDAState
 
-  
 
- getType() - Method in interface org.eclipse.xtext.grammaranalysis.IPDAState
 
-  
 
- getType() - Method in class org.eclipse.xtext.impl.AbstractRuleImpl
 
-  
 
- getType() - Method in class org.eclipse.xtext.impl.ActionImpl
 
-  
 
- getType() - Method in class org.eclipse.xtext.impl.CrossReferenceImpl
 
-  
 
- getType() - Method in class org.eclipse.xtext.parser.packrat.tokens.ParsedAction
 
-  
 
- getType() - Method in class org.eclipse.xtext.parser.packrat.tokens.ParsedNonTerminal
 
-  
 
- getType() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AssignmentToken
 
-  
 
- getType() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.Constraint
 
-  
 
- getType() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ConstraintElement
 
-  
 
- getType() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraint
 
-  
 
- getType() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IConstraintElement
 
-  
 
- getType() - Method in interface org.eclipse.xtext.serializer.analysis.ISerState
 
-  
 
- getType() - Method in interface org.eclipse.xtext.serializer.analysis.ISyntacticSequencerPDAProvider.ISynState
 
-  
 
- getType() - Method in class org.eclipse.xtext.serializer.analysis.SerializerPDA.SerializerPDAState
 
-  
 
- getType(ISerState) - Method in class org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider
 
-  
 
- getType() - Method in class org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider.SynState
 
-  
 
- getType() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.VariableImpl
 
-  
 
- getType() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.Variable
 
- 
Returns the value of the 'Type' attribute
 
- getType() - Method in interface org.eclipse.xtext.ui.codetemplates.ui.resolvers.IInspectableTemplateVariableResolver
 
-  
 
- getType() - Method in class org.eclipse.xtext.ui.codetemplates.ui.resolvers.InspectableTemplateVariableResolverDecorator
 
-  
 
- getType() - Method in class org.eclipse.xtext.ui.editor.reconciler.ReplaceRegion
 
-  
 
- getType() - Method in class org.eclipse.xtext.util.formallang.StringProduction.ProdElement
 
-  
 
- getType() - Method in interface org.eclipse.xtext.validation.IConcreteSyntaxConstraintProvider.ISyntaxConstraint
 
-  
 
- getType() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxConstraintProvider.SyntaxConstraintNode
 
-  
 
- getType() - Method in interface org.eclipse.xtext.validation.Issue
 
-  
 
- getType() - Method in class org.eclipse.xtext.validation.Issue.IssueImpl
 
-  
 
- getType(XExpression) - Method in class org.eclipse.xtext.xbase.compiler.AbstractXbaseCompiler
 
-  
 
- getType() - Method in class org.eclipse.xtext.xbase.impl.XCastedExpressionImpl
 
-  
 
- getType() - Method in class org.eclipse.xtext.xbase.impl.XInstanceOfExpressionImpl
 
-  
 
- getType() - Method in class org.eclipse.xtext.xbase.impl.XTypeLiteralImpl
 
-  
 
- getType() - Method in class org.eclipse.xtext.xbase.impl.XVariableDeclarationImpl
 
-  
 
- getType() - Method in interface org.eclipse.xtext.xbase.typesystem.internal.ITypeLiteralLinkingCandidate
 
- 
Returns the type that shall be resolved as a literal.
 
- getType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypeLiteral
 
-  
 
- getType() - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeLiteralLinkingCandidate
 
-  
 
- getType(XExpression) - Method in class org.eclipse.xtext.xbase.typesystem.legacy.XbaseBatchTypeProvider
 
-  
 
- getType(XExpression, boolean) - Method in class org.eclipse.xtext.xbase.typesystem.legacy.XbaseBatchTypeProvider
 
-  
 
- getType(XExpression, JvmTypeReference, boolean) - Method in class org.eclipse.xtext.xbase.typesystem.legacy.XbaseBatchTypeProvider
 
-  
 
- getType() - Method in class org.eclipse.xtext.xbase.typesystem.override.AbstractResolvedFeatures
 
-  
 
- getType() - Method in class org.eclipse.xtext.xbase.typesystem.references.AnyTypeReference
 
-  
 
- getType() - Method in class org.eclipse.xtext.xbase.typesystem.references.ArrayTypeReference
 
-  
 
- getType() - Method in class org.eclipse.xtext.xbase.typesystem.references.CompoundTypeReference
 
-  
 
- getType(EObject, EReference) - Method in class org.eclipse.xtext.xbase.typesystem.references.IndexingOwnedConverter
 
-  
 
- getType(JvmTypeReference) - Method in class org.eclipse.xtext.xbase.typesystem.references.IndexingOwnedConverter
 
-  
 
- getType() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
-  
 
- getType(JvmTypeReference) - Method in class org.eclipse.xtext.xbase.typesystem.references.OwnedConverter
 
-  
 
- getType() - Method in class org.eclipse.xtext.xbase.typesystem.references.ParameterizedTypeReference
 
-  
 
- getType() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnboundTypeReference
 
-  
 
- getType() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnknownTypeReference
 
-  
 
- getType() - Method in class org.eclipse.xtext.xbase.typesystem.references.WildcardTypeReference
 
-  
 
- getType - Variable in class org.eclipse.xtext.xbase.typing.AbstractTypeProvider
 
- 
Deprecated.
  
- getType(XExpression) - Method in class org.eclipse.xtext.xbase.typing.AbstractTypeProvider
 
- 
Deprecated.
  
- getType(XExpression, boolean) - Method in class org.eclipse.xtext.xbase.typing.AbstractTypeProvider
 
- 
Deprecated.
  
- getType(XExpression, JvmTypeReference, boolean) - Method in class org.eclipse.xtext.xbase.typing.AbstractTypeProvider
 
- 
Deprecated.
  
- getType(XExpression) - Method in interface org.eclipse.xtext.xbase.typing.ITypeProvider
 
- 
Deprecated.
Return the resolved type of the given expression.
 
- getType(XExpression, boolean) - Method in interface org.eclipse.xtext.xbase.typing.ITypeProvider
 
- 
Deprecated.
  
- getType(XExpression, JvmTypeReference, boolean) - Method in interface org.eclipse.xtext.xbase.typing.ITypeProvider
 
- 
Deprecated.
  
- getType() - Method in interface org.eclipse.xtext.xbase.XCastedExpression
 
- 
Returns the value of the 'Type' containment reference
 
- getType() - Method in interface org.eclipse.xtext.xbase.XInstanceOfExpression
 
- 
Returns the value of the 'Type' containment reference
 
- getType() - Method in interface org.eclipse.xtext.xbase.XTypeLiteral
 
- 
Returns the value of the 'Type' reference
 
- getType() - Method in interface org.eclipse.xtext.xbase.XVariableDeclaration
 
- 
Returns the value of the 'Type' containment reference
 
- getType() - Method in class org.eclipse.xtext.xtype.impl.XFunctionTypeRefImpl
 
-  
 
- getType() - Method in class org.eclipse.xtext.xtype.impl.XFunctionTypeRefImplCustom
 
-  
 
- getType(Class<?>, EObject) - Method in class org.eclipse.xtext.xtype.impl.XFunctionTypeRefImplCustom
 
-  
 
- getType(Class<? extends Object>, EObject) - Static method in class org.eclipse.xtext.xtype.util.XFunctionTypeRefs
 
-  
 
- getType() - Method in interface org.eclipse.xtext.xtype.XFunctionTypeRef
 
- 
Returns the value of the 'Type' reference
 
- getTypeArgumentConformanceFailures(IAcceptor<? super AbstractDiagnostic>) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractPendingLinkingCandidate
 
-  
 
- getTypeArgumentConformanceFailures(IAcceptor<? super AbstractDiagnostic>) - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeLiteralLinkingCandidate
 
-  
 
- getTypeArgumentContext(TypeArgumentContextProvider.Request) - Method in class org.eclipse.xtext.common.types.util.TypeArgumentContextProvider
 
- 
Deprecated.
  
- getTypeArgumentContext(TypeArgumentContextProvider.Request) - Method in class org.eclipse.xtext.xbase.typesystem.legacy.LegacyTypeArgumentContextProvider
 
- 
Deprecated.
  
- getTypeArgumentContext(XAbstractFeatureCall, List<XExpression>, Provider<JvmTypeReference>, JvmIdentifiableElement) - Method in interface org.eclipse.xtext.xbase.typing.ITypeProvider
 
- 
Deprecated.
  
- getTypeArgumentContext(XConstructorCall, JvmConstructor) - Method in interface org.eclipse.xtext.xbase.typing.ITypeProvider
 
- 
Deprecated.
  
- getTypeArgumentContext(XConstructorCall, JvmConstructor) - Method in class org.eclipse.xtext.xbase.typing.XbaseTypeProvider
 
- 
Deprecated.
  
- getTypeArgumentContext(XAbstractFeatureCall, List<XExpression>, Provider<JvmTypeReference>, JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.typing.XbaseTypeProvider
 
- 
Deprecated.
  
- getTypeArgumentContextProvider() - Method in class org.eclipse.xtext.common.types.util.TypeConformanceComputer
 
- 
Deprecated.
  
- getTypeArgumentContextProvider() - Method in class org.eclipse.xtext.xbase.typesystem.legacy.XbaseBatchTypeProvider
 
-  
 
- getTypeArgumentContextProvider() - Method in class org.eclipse.xtext.xbase.typing.AbstractTypeProvider
 
- 
Deprecated.
  
- getTypeArgumentContextProvider() - Method in class org.eclipse.xtext.xbase.typing.XbaseTypeConformanceComputer
 
- 
Deprecated.
  
- getTypeArgumentMerger() - Method in class org.eclipse.xtext.xbase.typesystem.internal.DefaultReentrantTypeResolver
 
-  
 
- getTypeArguments() - Method in class org.eclipse.xtext.xbase.impl.XAbstractFeatureCallImpl
 
-  
 
- getTypeArguments() - Method in class org.eclipse.xtext.xbase.impl.XConstructorCallImpl
 
-  
 
- getTypeArguments() - Method in interface org.eclipse.xtext.xbase.typesystem.computation.IConstructorLinkingCandidate
 
- 
The resolved type arguments.
 
- getTypeArguments() - Method in interface org.eclipse.xtext.xbase.typesystem.computation.ILinkingCandidate
 
- 
The resolved type arguments.
 
- getTypeArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractAmbiguousLinkingCandidate
 
-  
 
- getTypeArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractImplicitFeature
 
-  
 
- getTypeArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractLinkingCandidate
 
-  
 
- getTypeArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractNullLinkingCandidate
 
-  
 
- getTypeArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AppliedFeatureLinkingCandidate
 
-  
 
- getTypeArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.FollowUpError
 
-  
 
- getTypeArguments() - Method in interface org.eclipse.xtext.xbase.typesystem.internal.ITypeLiteralLinkingCandidate
 
- 
A linked type literal does never have type arguments.
 
- getTypeArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypeLiteral
 
-  
 
- getTypeArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.SuspiciouslyOverloadedCandidate
 
-  
 
- getTypeArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeInsteadOfConstructorLinkingCandidate
 
-  
 
- getTypeArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeLiteralLinkingCandidate
 
-  
 
- getTypeArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.UnresolvableConstructorCall
 
-  
 
- getTypeArguments() - Method in class org.eclipse.xtext.xbase.typesystem.internal.UnresolvableFeatureCall
 
-  
 
- getTypeArguments() - Method in class org.eclipse.xtext.xbase.typesystem.references.CompoundTypeReference
 
-  
 
- getTypeArguments() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
- 
Returns the type arguments of this reference if it has any.
 
- getTypeArguments() - Method in class org.eclipse.xtext.xbase.typesystem.references.ParameterizedTypeReference
 
-  
 
- getTypeArguments() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnboundTypeReference
 
-  
 
- getTypeArguments() - Method in class org.eclipse.xtext.xbase.typesystem.references.WildcardTypeReference
 
-  
 
- getTypeArguments(JvmParameterizedTypeReference) - Method in class org.eclipse.xtext.xbase.validation.JvmTypeReferencesValidator
 
-  
 
- getTypeArguments() - Method in interface org.eclipse.xtext.xbase.XAbstractFeatureCall
 
- 
Returns the value of the 'Type Arguments' containment reference list.
 
- getTypeArguments() - Method in interface org.eclipse.xtext.xbase.XConstructorCall
 
- 
Returns the value of the 'Type Arguments' containment reference list.
 
- getTypeArgumentsAssignment_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getTypeArgumentsAssignment_1_1_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getTypeArgumentsAssignment_1_1_1_2_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getTypeArgumentsAssignment_1_2_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getTypeArgumentsAssignment_3_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getTypeArgumentsAssignment_3_2_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getTypeArgumentsAsString(List<? extends LightweightTypeReference>) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractPendingLinkingCandidate
 
- 
Returns the resolved string representation of the type arguments.
 
- getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_1_2_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_2_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_3_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_3_2_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getTypeArityMismatch() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractPendingLinkingCandidate
 
-  
 
- getTypeArityMismatch() - Method in class org.eclipse.xtext.xbase.typesystem.internal.TypeLiteralLinkingCandidate
 
-  
 
- getTypeAssignment_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmParameterizedTypeReferenceElements
 
-  
 
- getTypeAssignment_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ActionElements
 
-  
 
- getTypeAssignment_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.CrossReferenceElements
 
-  
 
- getTypeAssignment_1_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XRelationalExpressionElements
 
-  
 
- getTypeAssignment_1_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParserRuleElements
 
-  
 
- getTypeAssignment_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCastedExpressionElements
 
-  
 
- getTypeAssignment_1_1_1_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalRuleElements
 
-  
 
- getTypeAssignment_2_0_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XVariableDeclarationElements
 
-  
 
- getTypeAssignment_2_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumRuleElements
 
-  
 
- getTypeAssignment_2_1_3() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getTypeAssignment_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTypeLiteralElements
 
-  
 
- getTypeComputationServices() - Method in class org.eclipse.xtext.xbase.compiler.AbstractXbaseCompiler
 
-  
 
- getTypeComputer() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractTypeComputationState
 
-  
 
- getTypeComputer() - Method in class org.eclipse.xtext.xbase.typesystem.internal.DefaultReentrantTypeResolver
 
-  
 
- getTypeConformanceComputer() - Method in class org.eclipse.xtext.xbase.compiler.AbstractXbaseCompiler
 
-  
 
- getTypeConformanceComputer() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.AbstractFeaturesForTypeProvider
 
- 
Deprecated.
  
- getTypeConformanceComputer() - Method in class org.eclipse.xtext.xbase.typesystem.util.CommonTypeComputationServices
 
-  
 
- getTypeConformanceComputer() - Method in class org.eclipse.xtext.xbase.typing.AbstractTypeProvider
 
- 
Deprecated.
  
- getTypeConverter(XtextResource) - Method in class org.eclipse.xtext.xbase.ui.contentassist.XbaseProposalProvider
 
-  
 
- getTypeData(XExpression, boolean) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getTypeData(XExpression, boolean, boolean) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getTypedKey() - Method in class org.eclipse.xtext.builder.builderState.impl.UserDataEntryImpl
 
-  
 
- getTypedValue() - Method in class org.eclipse.xtext.builder.builderState.impl.UserDataEntryImpl
 
-  
 
- getTypeErasure(String) - Method in class org.eclipse.xtext.common.types.access.jdt.TypeURIHelper
 
-  
 
- getTypeForIdentifiable(JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.typesystem.legacy.XbaseBatchTypeProvider
 
-  
 
- getTypeForIdentifiable(JvmIdentifiableElement, boolean) - Method in class org.eclipse.xtext.xbase.typesystem.legacy.XbaseBatchTypeProvider
 
-  
 
- getTypeForIdentifiable - Variable in class org.eclipse.xtext.xbase.typing.AbstractTypeProvider
 
- 
Deprecated.
  
- getTypeForIdentifiable(JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.typing.AbstractTypeProvider
 
- 
Deprecated.
  
- getTypeForIdentifiable(JvmIdentifiableElement, boolean) - Method in class org.eclipse.xtext.xbase.typing.AbstractTypeProvider
 
- 
Deprecated.
  
- getTypeForIdentifiable(JvmIdentifiableElement) - Method in interface org.eclipse.xtext.xbase.typing.ITypeProvider
 
- 
Deprecated.
Return the resolved type of the element.
 
- getTypeForIdentifiable(JvmIdentifiableElement, boolean) - Method in interface org.eclipse.xtext.xbase.typing.ITypeProvider
 
- 
Deprecated.
  
- getTypeForName(Class<?>, Notifier, JvmTypeReference...) - Method in class org.eclipse.xtext.common.types.util.TypeReferences
 
-  
 
- getTypeForName(String, Notifier, JvmTypeReference...) - Method in class org.eclipse.xtext.common.types.util.TypeReferences
 
-  
 
- getTypeForName(Class<?>, ITypeComputationState) - Method in class org.eclipse.xtext.xbase.typesystem.computation.XbaseTypeComputer
 
-  
 
- getTypeForVariableDeclaration(XExpression) - Method in class org.eclipse.xtext.xbase.compiler.AbstractXbaseCompiler
 
-  
 
- getTypeGuard() - Method in class org.eclipse.xtext.xbase.impl.XCasePartImpl
 
-  
 
- getTypeGuard() - Method in interface org.eclipse.xtext.xbase.XCasePart
 
- 
Returns the value of the 'Type Guard' containment reference
 
- getTypeGuardAssignment_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCasePartElements
 
-  
 
- getTypeGuardJvmTypeReferenceParserRuleCall_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCasePartElements
 
-  
 
- getTypeJvmTypeCrossReference_0_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmParameterizedTypeReferenceElements
 
-  
 
- getTypeJvmTypeCrossReference_3_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTypeLiteralElements
 
-  
 
- getTypeJvmTypeQualifiedNameParserRuleCall_0_0_1() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmParameterizedTypeReferenceElements
 
-  
 
- getTypeJvmTypeQualifiedNameParserRuleCall_3_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTypeLiteralElements
 
-  
 
- getTypeJvmTypeReferenceParserRuleCall_1_0_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XRelationalExpressionElements
 
-  
 
- getTypeJvmTypeReferenceParserRuleCall_1_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCastedExpressionElements
 
-  
 
- getTypeJvmTypeReferenceParserRuleCall_2_0_0_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XVariableDeclarationElements
 
-  
 
- getTypeLabel() - Method in class org.eclipse.xtext.ui.editor.hyperlinking.AbstractHyperlink
 
-  
 
- getTypeLabel(EClass) - Method in class org.eclipse.xtext.validation.NamesAreUniqueValidationHelper
 
-  
 
- getTypeName() - Method in class org.eclipse.xtext.common.types.access.impl.AbstractClassMirror
 
-  
 
- getTypeName() - Method in class org.eclipse.xtext.common.types.access.impl.ClassMirror
 
-  
 
- getTypeName() - Method in class org.eclipse.xtext.common.types.access.impl.PrimitiveMirror
 
-  
 
- getTypeName() - Method in class org.eclipse.xtext.common.types.access.jdt.JdtTypeMirror
 
-  
 
- getTypeName() - Method in class org.eclipse.xtext.generator.BindValue
 
-  
 
- getTypeName(JvmIdentifiableElement) - Static method in class org.eclipse.xtext.xbase.typesystem.internal.util.FeatureKinds
 
-  
 
- getTypeNameSegmentsFromConcreteSyntax(XMemberFeatureCall) - Method in class org.eclipse.xtext.xbase.util.FeatureCallAsTypeLiteralHelper
 
- 
Returns the segments that are preceding the feature call, e.g. it returns 
 'java', 'lang' for a feature call java.lang.String.
 
- getTypeNameSegmentsFromConcreteSyntax(List<INode>, boolean) - Method in class org.eclipse.xtext.xbase.util.FeatureCallAsTypeLiteralHelper
 
-  
 
- getTypeofKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTypeLiteralElements
 
-  
 
- getTypeParameter() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnboundTypeReference
 
-  
 
- getTypeParameterAsString(JvmTypeParameter) - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractPendingLinkingCandidate
 
- 
Returns the unresolved string representation of the given type parameter.
 
- getTypeParameterMapping() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractLinkingCandidate
 
-  
 
- getTypeParameterMapping() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractPendingLinkingCandidate
 
- 
Returns the mapping of type parameters to their bound arguments.
 
- getTypeParameterMapping() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractResolvedReference
 
-  
 
- getTypeParameterMapping() - Method in class org.eclipse.xtext.xbase.typesystem.legacy.LegacyTypeArgumentContext
 
- 
Deprecated.
  
- getTypeParameterMapping() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTraversalData
 
-  
 
- getTypeParameterMapping(ParameterizedTypeReference) - Method in class org.eclipse.xtext.xbase.typesystem.util.AbstractTypeReferencePairWalker.ParameterizedTypeReferenceTraverser
 
-  
 
- getTypeParameterMapping() - Method in class org.eclipse.xtext.xbase.typesystem.util.ActualTypeArgumentCollector
 
-  
 
- getTypeParameterMapping(LightweightTypeReference) - Method in class org.eclipse.xtext.xbase.typesystem.util.DeclaratorTypeArgumentCollector
 
-  
 
- getTypeParameterMapping() - Method in class org.eclipse.xtext.xbase.typesystem.util.TypeParameterSubstitutor
 
-  
 
- getTypeParameters() - Method in class org.eclipse.xtext.common.types.impl.JvmExecutableImpl
 
-  
 
- getTypeParameters() - Method in class org.eclipse.xtext.common.types.impl.JvmGenericTypeImpl
 
-  
 
- getTypeParameters() - Method in class org.eclipse.xtext.common.types.impl.JvmTypeParameterDeclaratorImpl
 
-  
 
- getTypeParameters() - Method in interface org.eclipse.xtext.common.types.JvmTypeParameterDeclarator
 
- 
Returns the value of the 'Type Parameters' containment reference list.
 
- getTypeParameters() - Method in class org.eclipse.xtext.xbase.typesystem.override.AbstractResolvedExecutable
 
-  
 
- getTypeParameters() - Method in interface org.eclipse.xtext.xbase.typesystem.override.IResolvedConstructor
 
- 
Returns the list of declared type parameters of the 
constructor.
 
 
- getTypeParameters() - Method in interface org.eclipse.xtext.xbase.typesystem.override.IResolvedExecutable
 
- 
Returns the list of declared type parameters of the 
executable.
 
 
- getTypeParametersForSupertype(Multimap<JvmType, JvmTypeReference>, JvmType, List<JvmTypeReference>) - Method in class org.eclipse.xtext.common.types.util.TypeConformanceComputer
 
- 
Deprecated.
  
- getTypeParametersForSupertype(Multimap<JvmType, LightweightTypeReference>, JvmType, ITypeReferenceOwner, List<LightweightTypeReference>) - Method in class org.eclipse.xtext.xbase.typesystem.conformance.TypeConformanceComputer
 
-  
 
- getTypeProvider() - Method in class org.eclipse.xtext.common.types.xtext.AbstractTypeScope
 
-  
 
- getTypeProvider(ResourceSet) - Method in class org.eclipse.xtext.common.types.xtext.AbstractTypeScopeProvider
 
-  
 
- getTypeProvider() - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtBasedConstructorScope
 
-  
 
- getTypeProvider() - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtBasedSimpleTypeScope
 
-  
 
- getTypeProvider() - Method in class org.eclipse.xtext.xbase.compiler.AbstractXbaseCompiler
 
-  
 
- getTypeProvider() - Method in class org.eclipse.xtext.xbase.linking.FeatureCallChecker
 
-  
 
- getTypeProvider() - Method in class org.eclipse.xtext.xbase.scoping.XbaseScopeProvider
 
- 
Deprecated.
  
- getTypeProvider() - Method in class org.eclipse.xtext.xtype.impl.XComputedTypeReferenceImpl
 
-  
 
- getTypeProvider() - Method in interface org.eclipse.xtext.xtype.XComputedTypeReference
 
- 
Returns the value of the 'Type Provider' attribute
 
- getTypeProviderFactory() - Method in class org.eclipse.xtext.common.types.xtext.AbstractTypeScopeProvider
 
-  
 
- getTypeProviderFactory() - Method in class org.eclipse.xtext.common.types.xtext.ClasspathBasedTypeScopeProvider
 
-  
 
- getTypeProviderFactory() - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtBasedSimpleTypeScopeProvider
 
-  
 
- getTypeQualifier(XNumberLiteral) - Method in class org.eclipse.xtext.xbase.typesystem.computation.NumberLiterals
 
-  
 
- getTypeRef() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getTypeRef() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for class '
Type Ref'
 
 
- getTypeRef_Classifier() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getTypeRef_Classifier() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for the reference '
Classifier'
 
 
- getTypeRef_Metamodel() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getTypeRef_Metamodel() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for the reference '
Metamodel'
 
 
- getTypeRefAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getTypeReference() - Method in class org.eclipse.xtext.common.types.impl.JvmTypeConstraintImpl
 
-  
 
- getTypeReference() - Method in interface org.eclipse.xtext.common.types.JvmTypeConstraint
 
- 
Returns the value of the 'Type Reference' containment reference
 
- getTypeReference(XComputedTypeReferenceImplCustom) - Method in class org.eclipse.xtext.xbase.typesystem.InferredTypeIndicator
 
-  
 
- getTypeReference() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightBoundTypeArgument
 
-  
 
- getTypeReference() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightMergedBoundTypeArgument
 
-  
 
- getTypeReference(XComputedTypeReferenceImplCustom) - Method in class org.eclipse.xtext.xbase.typesystem.util.AbstractReentrantTypeReferenceProvider
 
-  
 
- getTypeReference(XComputedTypeReferenceImplCustom) - Method in interface org.eclipse.xtext.xbase.typing.IJvmTypeReferenceProvider
 
-  
 
- getTypeReferenceAssignment_1() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmLowerBoundElements
 
-  
 
- getTypeReferenceAssignment_1() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmUpperBoundAndedElements
 
-  
 
- getTypeReferenceAssignment_1() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmUpperBoundElements
 
-  
 
- getTypeReferenceJvmTypeReferenceParserRuleCall_1_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmLowerBoundElements
 
-  
 
- getTypeReferenceJvmTypeReferenceParserRuleCall_1_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmUpperBoundAndedElements
 
-  
 
- getTypeReferenceJvmTypeReferenceParserRuleCall_1_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmUpperBoundElements
 
-  
 
- getTypeReferences() - Method in class org.eclipse.xtext.common.types.util.TypeConformanceComputer
 
- 
Deprecated.
  
- getTypeReferences() - Method in class org.eclipse.xtext.xbase.compiler.AbstractXbaseCompiler
 
-  
 
- getTypeReferences() - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.AbstractFeaturesForTypeProvider
 
- 
Deprecated.
  
- getTypeReferences() - Method in class org.eclipse.xtext.xbase.typesystem.internal.AbstractTypeComputationState
 
-  
 
- getTypeReferences() - Method in class org.eclipse.xtext.xbase.typesystem.util.CommonTypeComputationServices
 
-  
 
- getTypeReferences() - Method in class org.eclipse.xtext.xbase.typing.AbstractTypeProvider
 
- 
Deprecated.
  
- getTypeReferenceSerializer() - Method in class org.eclipse.xtext.xbase.compiler.AbstractXbaseCompiler
 
-  
 
- getTypeRefName(TypeRef) - Static method in class org.eclipse.xtext.GrammarUtil
 
-  
 
- getTypeRefName(TypeRef) - Method in class org.eclipse.xtext.xtext.XtextRuleInspector
 
-  
 
- getTypeRefRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getTypeResolver() - Method in class org.eclipse.xtext.xbase.compiler.AbstractXbaseCompiler
 
-  
 
- getTypeResolver(EObject) - Method in class org.eclipse.xtext.xbase.typesystem.internal.DefaultBatchTypeResolver
 
-  
 
- getTypes() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.TreeConstState
 
-  
 
- getTypes(List<Class<?>>, Resource) - Method in class org.eclipse.xtext.xbase.scoping.batch.ImplicitlyImportedTypes
 
-  
 
- getTypes() - Method in class org.eclipse.xtext.xbase.scoping.batch.TypeBucket
 
-  
 
- getTypes() - Method in class org.eclipse.xtext.xbase.scoping.batch.TypeReferenceBucket
 
-  
 
- getTypeScope() - Method in class org.eclipse.xtext.common.types.xtext.AbstractConstructorScope
 
-  
 
- getTypeScope() - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtBasedConstructorScope
 
-  
 
- getTypeScope(XAbstractFeatureCall, JvmType) - Method in class org.eclipse.xtext.xbase.serializer.SerializerScopeProvider
 
-  
 
- getTypeScopes() - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractFeatureScopeSession
 
-  
 
- getTypeScopes() - Method in class org.eclipse.xtext.xbase.scoping.batch.AbstractNestedFeatureScopeSession
 
-  
 
- getTypeScopes() - Method in class org.eclipse.xtext.xbase.scoping.batch.RootFeatureScopeSession
 
-  
 
- getTypesFactory() - Method in class org.eclipse.xtext.common.types.impl.TypesPackageImpl
 
-  
 
- getTypesFactory() - Method in interface org.eclipse.xtext.common.types.TypesPackage
 
- 
Returns the factory that creates the instances of the model
 
- getTypesFactory() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
-  
 
- getTypesFactory() - Method in class org.eclipse.xtext.xbase.typesystem.util.CommonTypeComputationServices
 
-  
 
- getTypesFactory() - Method in class org.eclipse.xtext.xbase.typing.XbaseTypeProvider
 
- 
Deprecated.
  
- getTypesForContext(EObject) - Method in class org.eclipse.xtext.serializer.analysis.ContextProvider
 
-  
 
- getTypesForContext(EObject) - Method in interface org.eclipse.xtext.serializer.analysis.IContextProvider
 
-  
 
- getTypeSignature(JvmType) - Method in class org.eclipse.xtext.xbase.validation.JvmTypeReferencesValidator
 
-  
 
- getTypesPackage() - Method in class org.eclipse.xtext.common.types.impl.TypesFactoryImpl
 
-  
 
- getTypesPackage() - Method in interface org.eclipse.xtext.common.types.TypesFactory
 
- 
Returns the package supported by this factory
 
- getTypesToCheck() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.TreeConstState
 
-  
 
- getTypeTypeRefParserRuleCall_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ActionElements
 
-  
 
- getTypeTypeRefParserRuleCall_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.CrossReferenceElements
 
-  
 
- getTypeTypeRefParserRuleCall_1_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.ParserRuleElements
 
-  
 
- getTypeTypeRefParserRuleCall_1_1_1_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalRuleElements
 
-  
 
- getTypeTypeRefParserRuleCall_2_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumRuleElements
 
-  
 
- getTypeUriHelper() - Method in interface org.eclipse.xtext.common.types.access.jdt.IJdtTypeProvider
 
-  
 
- getTypeUriHelper() - Method in class org.eclipse.xtext.common.types.access.jdt.JdtTypeProvider
 
-  
 
- getTypeUriHelper() - Method in class org.eclipse.xtext.common.types.access.jdt.NullJdtTypeProvider
 
-  
 
- getTypeValidIDParserRuleCall_2_1_3_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getUiModule(String) - Method in class org.eclipse.xtext.purexbase.ui.internal.PureXbaseActivator
 
-  
 
- getUiModule(String) - Method in class org.eclipse.xtext.ui.codetemplates.ui.internal.CodetemplatesActivator
 
-  
 
- getUiModule(String) - Method in class org.eclipse.xtext.xbase.ui.internal.XtypeActivator
 
-  
 
- getUiModule(String) - Method in class org.eclipse.xtext.xtext.ui.internal.Activator
 
-  
 
- getUIParticipant() - Method in class org.eclipse.xtext.common.types.ui.query.QueryParticipant
 
-  
 
- getUiProjectLocation() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectInfo
 
-  
 
- getUiProjectName() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectInfo
 
-  
 
- getUIState() - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceSearchViewPage
 
-  
 
- getUnassignedRuleCallToken(EObject, RuleCall, INode) - Method in class org.eclipse.xtext.purexbase.serializer.PureXbaseSyntacticSequencer
 
-  
 
- getUnassignedRuleCallToken(EObject, RuleCall, INode) - Method in class org.eclipse.xtext.serializer.sequencer.AbstractSyntacticSequencer
 
-  
 
- getUnassignedRuleCallToken(RuleCall, INode) - Method in class org.eclipse.xtext.serializer.sequencer.AbstractSyntacticSequencer
 
-  
 
- getUnassignedRuleCallToken(RuleCall, INode) - Method in class org.eclipse.xtext.serializer.sequencer.GenericSyntacticSequencer
 
-  
 
- getUnassignedRuleCallToken(EObject, RuleCall, INode) - Method in class org.eclipse.xtext.xbase.annotations.serializer.AbstractXbaseWithAnnotationsSyntacticSequencer
 
-  
 
- getUnassignedRuleCallToken(EObject, RuleCall, INode) - Method in class org.eclipse.xtext.xbase.serializer.AbstractXbaseSyntacticSequencer
 
-  
 
- getUnassignedRuleCallToken(EObject, RuleCall, INode) - Method in class org.eclipse.xtext.xbase.serializer.AbstractXtypeSyntacticSequencer
 
-  
 
- getUnboundTypeReference(Object) - Method in class org.eclipse.xtext.xbase.junit.typesystem.PublicResolvedTypes
 
-  
 
- getUnboundTypeReference(Object) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getUnboundTypeReference(Object) - Method in class org.eclipse.xtext.xbase.typesystem.internal.StackedResolvedTypes
 
-  
 
- getUnboundTypeReference() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnboundTypeReferenceResolver
 
-  
 
- getUnconfirmedDeltas() - Method in class org.eclipse.xtext.builder.impl.javasupport.JdtQueuedBuildData
 
- 
Public for testing purpose
 
- getUnconsumed() - Method in interface org.eclipse.xtext.parsetree.reconstr.IEObjectConsumer
 
-  
 
- getUnconsumed() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.EObjectConsumer
 
-  
 
- getUnconvertedDeclaredType(JvmIdentifiableElement) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes
 
-  
 
- getUnconvertedLinkText(EObject, EReference, EObject) - Method in class org.eclipse.xtext.parsetree.reconstr.impl.CrossReferenceSerializer
 
-  
 
- getUnconvertedLinkText(EObject, EReference, EObject) - Method in class org.eclipse.xtext.xtext.XtextCrossReferenceSerializer
 
-  
 
- getUnderlyingDocument() - Method in class org.eclipse.xtext.ui.editor.DocumentBasedDirtyResource
 
-  
 
- getUnderlyingFile(Resource) - Static method in class org.eclipse.xtext.ui.util.ResourceUtil
 
- 
Obtains the workspace file underlying the specified resource.
 
- getUndoRedoOperationApprover(IUndoContext) - Method in class org.eclipse.xtext.ui.editor.XtextEditor
 
-  
 
- getUnexpectedParametersMessage() - Method in class org.eclipse.xtext.ui.codetemplates.ui.resolvers.InspectableTemplateVariableResolverDecorator
 
-  
 
- getUniqueActionName(Action) - Method in class org.eclipse.xtext.serializer.analysis.Context2NameFunction
 
-  
 
- getUniqueElementName(AbstractElement) - Static method in class org.eclipse.xtext.generator.grammarAccess.GrammarAccessUtil
 
-  
 
- getUniqueIdentifier() - Method in class org.eclipse.xtext.xbase.typesystem.references.AnyTypeReference
 
-  
 
- getUniqueIdentifier() - Method in class org.eclipse.xtext.xbase.typesystem.references.ArrayTypeReference
 
-  
 
- getUniqueIdentifier() - Method in class org.eclipse.xtext.xbase.typesystem.references.CompoundTypeReference
 
-  
 
- getUniqueIdentifier() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
- 
Returns an identifier that allows to disambiguate type parameter names that have
 different origins.
 
- getUniqueIdentifier(JvmType) - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
-  
 
- getUniqueIdentifier() - Method in class org.eclipse.xtext.xbase.typesystem.references.ParameterizedTypeReference
 
-  
 
- getUniqueIdentifier() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnboundTypeReference
 
-  
 
- getUniqueIdentifier() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnknownTypeReference
 
-  
 
- getUniqueIdentifier() - Method in class org.eclipse.xtext.xbase.typesystem.references.WildcardTypeReference
 
-  
 
- getUnknownTypeReference(String) - Method in class org.eclipse.xtext.common.types.util.TypeReferences
 
-  
 
- getUnloader() - Method in class org.eclipse.xtext.parser.impl.PartialParsingHelper
 
-  
 
- getUnloader() - Method in class org.eclipse.xtext.resource.XtextResource
 
-  
 
- getUnloader() - Method in class org.eclipse.xtext.xtext.XtextLinker.PackageRemover
 
-  
 
- getUnmappedSubstitute(ParameterizedTypeReference, JvmTypeParameter, ConstraintVisitingInfo) - Method in class org.eclipse.xtext.xbase.typesystem.util.CustomTypeParameterSubstitutor
 
-  
 
- getUnmappedSubstitute(ParameterizedTypeReference, JvmTypeParameter, ConstraintVisitingInfo) - Method in class org.eclipse.xtext.xbase.typesystem.util.TypeParameterByConstraintSubstitutor
 
-  
 
- getUnmappedSubstitute(ParameterizedTypeReference, JvmTypeParameter, ConstraintVisitingInfo) - Method in class org.eclipse.xtext.xbase.typesystem.util.TypeParameterByUnboundSubstitutor
 
-  
 
- getUnorderedChildren(AbstractElement) - Method in class org.eclipse.xtext.grammaranalysis.impl.CfgAdapter
 
-  
 
- getUnorderedChildren(GrammarAlias.AbstractElementAlias) - Method in class org.eclipse.xtext.serializer.analysis.GrammarAlias.GrammarAliasAdapter
 
-  
 
- getUnorderedChildren(IGrammarConstraintProvider.IConstraintElement) - Method in class org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.ConstraintElementProduction
 
-  
 
- getUnorderedChildren(NfaToProduction.AbstractElementAlias<TOKEN>) - Method in class org.eclipse.xtext.util.formallang.NfaToProduction.AliasGrammarProvider
 
-  
 
- getUnorderedChildren(ELEMENT) - Method in interface org.eclipse.xtext.util.formallang.Production
 
-  
 
- getUnorderedChildren(StringProduction.ProdElement) - Method in class org.eclipse.xtext.util.formallang.StringProduction
 
-  
 
- getUnorderedGroup() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getUnorderedGroup() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
 
- getUnorderedGroupAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getUnorderedGroupElementsAction_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.UnorderedGroupElements
 
-  
 
- getUnorderedGroupHelper() - Method in class org.eclipse.xtext.parser.antlr.AbstractAntlrParser
 
-  
 
- getUnorderedGroupHelper() - Method in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser
 
-  
 
- getUnorderedGroupHelper() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser
 
-  
 
- getUnorderedGroupHelper() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser
 
-  
 
- getUnorderedGroupHelper() - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.internal.DFA
 
-  
 
- getUnorderedGroupParserRuleCall_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AlternativesElements
 
-  
 
- getUnorderedGroupRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getUnorderedStrategy() - Method in class org.eclipse.xtext.util.formallang.FollowerFunctionImpl
 
-  
 
- getUnresolvableURIFragments() - Method in class org.eclipse.xtext.linking.lazy.LazyLinkingResource
 
-  
 
- getUnresolvedEReference(Issue, EObject) - Method in class org.eclipse.xtext.ui.editor.quickfix.DefaultQuickfixProvider
 
-  
 
- getUnresolvedEReference(Issue, EObject) - Method in class org.eclipse.xtext.xbase.ui.quickfix.XbaseQuickfixProvider
 
-  
 
- getUnresolvedProxyMessage(ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext) - Method in interface org.eclipse.xtext.linking.ILinkingDiagnosticMessageProvider
 
-  
 
- getUnresolvedProxyMessage(ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext) - Method in class org.eclipse.xtext.linking.impl.LinkingDiagnosticMessageProvider
 
-  
 
- getUnresolvedProxyMessage(ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext) - Method in class org.eclipse.xtext.xbase.annotations.validation.UnresolvedAnnotationTypeAwareMessageProducer
 
-  
 
- getUnresolvedProxyMessage(ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext) - Method in class org.eclipse.xtext.xtext.XtextLinkingDiagnosticMessageProvider
 
-  
 
- getUnresolvedTypeUsages() - Method in class org.eclipse.xtext.xbase.imports.TypeUsages
 
-  
 
- getUnselectedBackgroundColor() - Method in class org.eclipse.xtext.xtext.ui.graph.figures.primitives.AbstractNode
 
-  
 
- getUnselectedBackgroundColor() - Method in class org.eclipse.xtext.xtext.ui.graph.figures.primitives.ErrorNode
 
-  
 
- getUnselectedBackgroundColor() - Method in class org.eclipse.xtext.xtext.ui.graph.figures.primitives.RoundedNode
 
-  
 
- getUnsugaredExpression() - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseInformationControlInput
 
-  
 
- getUntilElement() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getUntilElement() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
 
- getUntilElement_Left() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getUntilElement_Left() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for the containment reference '
Left'
 
 
- getUntilElement_Right() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getUntilElement_Right() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for the containment reference '
Right'
 
 
- getUntilElementLeftAction_3_1_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OtherElementElements
 
-  
 
- getUntilToken() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getUntilToken() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
 
- getUntilTokenAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getUntilTokenParserRuleCall_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AbstractNegatedTokenElements
 
-  
 
- getUntilTokenRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getUpdatedByteCode() - Method in class org.eclipse.xtext.smap.SDEInstaller
 
-  
 
- getUpperBound(JvmTypeReference, Notifier) - Method in interface org.eclipse.xtext.common.types.util.ITypeArgumentContext
 
- 
Deprecated.
  
- getUpperBound(JvmTypeReference, Notifier) - Method in class org.eclipse.xtext.common.types.util.LazyTypeArgumentContext
 
- 
Deprecated.
  
- getUpperBound(JvmTypeReference, Notifier) - Method in class org.eclipse.xtext.common.types.util.LoggingTypeArgumentDecorator
 
- 
Deprecated.
  
- getUpperBound(JvmTypeReference, Notifier) - Method in class org.eclipse.xtext.common.types.util.TypeArgumentContext
 
- 
Deprecated.
  
- getUpperBound() - Method in class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.FeatureInfo
 
-  
 
- getUpperBound() - Method in interface org.eclipse.xtext.serializer.analysis.IGrammarConstraintProvider.IFeatureInfo
 
-  
 
- getUpperBound(XAbstractFeatureCall, EList<JvmTypeConstraint>) - Method in class org.eclipse.xtext.xbase.compiler.FeatureCallCompiler
 
-  
 
- getUpperBound(JvmTypeReference, Notifier) - Method in class org.eclipse.xtext.xbase.typesystem.legacy.FeatureCallTypeArgumentContext
 
- 
Deprecated.
  
- getUpperBound(JvmTypeReference, Notifier) - Method in class org.eclipse.xtext.xbase.typesystem.legacy.LegacyTypeArgumentContext
 
- 
Deprecated.
  
- getUpperBounds() - Method in class org.eclipse.xtext.xbase.typesystem.references.WildcardTypeReference
 
-  
 
- getUpperBoundSubstitute() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
-  
 
- getUpperBoundSubstitute() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnboundTypeReference
 
-  
 
- getUpperBoundSubstitute() - Method in class org.eclipse.xtext.xbase.typesystem.references.WildcardTypeReference
 
-  
 
- getURI() - Method in class org.eclipse.xtext.builder.builderState.impl.ResourceDescriptionImpl
 
-  
 
- getURI() - Method in class org.eclipse.xtext.builder.clustering.CopiedResourceDescription
 
-  
 
- getURI(String, String) - Method in class org.eclipse.xtext.builder.EclipseResourceFileSystemAccess
 
- 
Deprecated.
We cannot use the storage to URI mapper here, as it only works for Xtext based languages
 
- getURI(String, String) - Method in class org.eclipse.xtext.builder.EclipseResourceFileSystemAccess2
 
- 
We cannot use the storage to URI mapper here, as it only works for Xtext based languages
 
- getUri(IStorage) - Method in class org.eclipse.xtext.builder.impl.ToBeBuiltComputer
 
- 
Returns the URI of the given storage if it is buildable.
 
- getUri() - Method in exception org.eclipse.xtext.builder.resourceloader.IResourceLoader.LoadOperationException
 
- 
Gets the URI of the resource that failed to load.
 
- getUri() - Method in class org.eclipse.xtext.builder.resourceloader.IResourceLoader.LoadResult
 
-  
 
- getURI() - Method in class org.eclipse.xtext.builder.trace.impl.TracePackageImpl
 
-  
 
- getURI() - Method in interface org.eclipse.xtext.builder.trace.TracePackage
 
- 
Returns the meta object for data type 'URI'
 
- getUri() - Method in class org.eclipse.xtext.common.types.ui.notification.DeltaConverter.ThrowableWrapper
 
- 
Deprecated.
  
- getURI() - Method in class org.eclipse.xtext.common.types.ui.notification.LayeredTypeResourceDescription
 
-  
 
- getURI() - Method in class org.eclipse.xtext.common.types.ui.notification.TypeResourceDescription
 
-  
 
- getURI(String) - Method in class org.eclipse.xtext.generator.AbstractFileSystemAccess
 
-  
 
- getURI(String, String) - Method in interface org.eclipse.xtext.generator.IFileSystemAccessExtension2
 
- 
Returns an URI for the specified file.
 
- getURI(String) - Method in interface org.eclipse.xtext.generator.IFileSystemAccessExtension2
 
- 
Returns an URI for the specified file in the default output location.
 
- getURI(String, String) - Method in class org.eclipse.xtext.generator.InMemoryFileSystemAccess
 
-  
 
- getURI(String, String) - Method in class org.eclipse.xtext.generator.JavaIoFileSystemAccess
 
-  
 
- getURI() - Method in class org.eclipse.xtext.junit.util.URIBasedTestResourceDescription
 
-  
 
- getURI() - Method in class org.eclipse.xtext.junit4.util.URIBasedTestResourceDescription
 
-  
 
- getUri(File, ZipEntry) - Method in class org.eclipse.xtext.mwe.PathTraverser
 
-  
 
- getURI() - Method in class org.eclipse.xtext.resource.impl.DefaultResourceDescription
 
-  
 
- getUri() - Method in class org.eclipse.xtext.resource.impl.DefaultResourceDescriptionDelta
 
-  
 
- getUri() - Method in interface org.eclipse.xtext.resource.IResourceDescription.Delta
 
-  
 
- getURI() - Method in interface org.eclipse.xtext.resource.IResourceDescription
 
-  
 
- getUri(IStorage) - Method in class org.eclipse.xtext.ui.containers.AbstractStorage2UriMapperClient
 
-  
 
- getURI() - Method in class org.eclipse.xtext.ui.editor.DocumentBasedDirtyResource
 
-  
 
- getURI() - Method in class org.eclipse.xtext.ui.editor.hyperlinking.XtextHyperlink
 
-  
 
- getURI() - Method in interface org.eclipse.xtext.ui.editor.IDirtyResource
 
-  
 
- getURI() - Method in class org.eclipse.xtext.ui.editor.StatefulResourceDescription
 
-  
 
- getURI() - Method in class org.eclipse.xtext.ui.refactoring.impl.DefaultRefactoringDocumentProvider.AbstractRefactoringDocument
 
-  
 
- getURI() - Method in interface org.eclipse.xtext.ui.refactoring.impl.IRefactoringDocument
 
-  
 
- getUri(IStorage) - Method in interface org.eclipse.xtext.ui.resource.IStorage2UriMapper
 
- 
Returns the URI for the given IStorage or null if not valid URI exists.
 
- getUri(IStorage) - Method in interface org.eclipse.xtext.ui.resource.IStorage2UriMapperContribution
 
- 
Returns the URI for the given storage or null if this contribution
 does no handle the storage explicitly.
 
- getURI(IPackageFragmentRoot, IJarEntryResource, PackageFragmentRootWalker.TraversalState) - Method in class org.eclipse.xtext.ui.resource.JarEntryLocator
 
-  
 
- getUri(IStorage) - Method in class org.eclipse.xtext.ui.resource.Storage2UriMapperImpl
 
-  
 
- getUri(IStorage) - Method in class org.eclipse.xtext.ui.resource.Storage2UriMapperJavaImpl
 
-  
 
- getUriChangeListener() - Method in class org.eclipse.xtext.resource.XtextResourceSet
 
-  
 
- getURIConverter() - Method in class org.eclipse.xtext.resource.impl.ResourceServiceProviderRegistryImpl.InternalData
 
-  
 
- getURIConverter() - Method in class org.eclipse.xtext.resource.XtextResourceSet
 
-  
 
- getURIEditorOpener() - Method in class org.eclipse.xtext.ui.resource.DefaultResourceUIServiceProvider
 
-  
 
- getURIEditorOpener() - Method in interface org.eclipse.xtext.ui.resource.IResourceUIServiceProvider
 
- 
 
- getUriFilter() - Method in class org.eclipse.xtext.mwe.NegatedUriFilter
 
-  
 
- getUriFilter() - Method in class org.eclipse.xtext.mwe.Reader
 
-  
 
- getURIFor(IType) - Method in class org.eclipse.xtext.common.types.ui.notification.DeltaConverter
 
-  
 
- getUriForPackageFragmentRoot(IPackageFragmentRoot) - Static method in class org.eclipse.xtext.ui.resource.JarEntryURIHelper
 
-  
 
- getURIForStorage(IStorage) - Method in class org.eclipse.xtext.builder.trace.AbstractTrace
 
-  
 
- getURIForTrace(XtextResource) - Method in class org.eclipse.xtext.generator.trace.DefaultTraceURIConverter
 
-  
 
- getURIForTrace(URI) - Method in class org.eclipse.xtext.generator.trace.DefaultTraceURIConverter
 
-  
 
- getURIForTrace(XtextResource) - Method in interface org.eclipse.xtext.generator.trace.ITraceURIConverter
 
- 
Converts an absolute URI into a format that can be persisted in a trace file.
 
- getURIForTrace(URI) - Method in interface org.eclipse.xtext.generator.trace.ITraceURIConverter
 
- 
Converts an absolute URI into a format that can be persisted in a trace file.
 
- getURIForTrace(XtextResource) - Method in class org.eclipse.xtext.ui.generator.trace.ExtensibleTraceURIConverter.CompositeContribution
 
-  
 
- getURIForTrace(URI) - Method in class org.eclipse.xtext.ui.generator.trace.ExtensibleTraceURIConverter.CompositeContribution
 
-  
 
- getURIForTrace(XtextResource) - Method in class org.eclipse.xtext.ui.generator.trace.ExtensibleTraceURIConverter
 
-  
 
- getURIForTrace(URI) - Method in class org.eclipse.xtext.ui.generator.trace.ExtensibleTraceURIConverter
 
-  
 
- getURIForTrace(XtextResource) - Method in class org.eclipse.xtext.ui.generator.trace.ExtensibleTraceURIConverter.NullContribution
 
-  
 
- getURIForTrace(URI) - Method in class org.eclipse.xtext.ui.generator.trace.ExtensibleTraceURIConverter.NullContribution
 
-  
 
- getURIForTrace(XtextResource) - Method in interface org.eclipse.xtext.ui.generator.trace.ITraceURIConverterContribution
 
- 
Compute the trace URI that points to the location of the given
 resource.
 
- getURIForTrace(URI) - Method in interface org.eclipse.xtext.ui.generator.trace.ITraceURIConverterContribution
 
- 
Compute the trace URI that points to the location of the given uri.
 
- getURIForTrace(XtextResource) - Method in class org.eclipse.xtext.ui.generator.trace.JavaProjectAwareTraceContribution
 
-  
 
- getURIForTrace(URI) - Method in class org.eclipse.xtext.ui.generator.trace.JavaProjectAwareTraceContribution
 
-  
 
- getURIFragment(EObject) - Method in class org.eclipse.xtext.common.types.access.TypeResource
 
-  
 
- getURIFragment(EObject) - Static method in class org.eclipse.xtext.EcoreUtil2
 
-  
 
- getURIFragment(EObject) - Method in class org.eclipse.xtext.generator.grammarAccess.FragmentFakingEcoreResource
 
-  
 
- getURIFragment(EClassifier) - Method in class org.eclipse.xtext.generator.grammarAccess.FragmentFakingEcoreResource
 
-  
 
- getURIFragment(EObject) - Method in class org.eclipse.xtext.resource.XtextResource
 
-  
 
- getURIFragmentRootSegment(EObject) - Method in class org.eclipse.xtext.resource.DerivedStateAwareResource
 
- 
 
 Overridden to make sure that we do not initialize a resource
 just to compute the root URI fragment for the parse result.
 
- getUriHelper() - Method in class org.eclipse.xtext.common.types.access.impl.DeclaredTypeFactory
 
-  
 
- getURIMapping(IPackageFragmentRoot) - Method in interface org.eclipse.xtext.ui.resource.IStorage2UriMapperJdtExtensions
 
-  
 
- getURIMapping(IPackageFragmentRoot) - Method in class org.eclipse.xtext.ui.resource.Storage2UriMapperJavaImpl
 
-  
 
- getURIQueue() - Method in class org.eclipse.xtext.builder.impl.BuildData
 
-  
 
- getURIs() - Method in class org.eclipse.xtext.junit4.parameterized.ParameterizedXtextRunner
 
- 
Deprecated.
  
- getURIs(FrameworkMethod) - Method in class org.eclipse.xtext.junit4.parameterized.ParameterizedXtextRunner
 
- 
Deprecated.
  
- getURIs(ResourceURIs) - Method in class org.eclipse.xtext.junit4.parameterized.ParameterizedXtextRunner
 
- 
Deprecated.
  
- getUriToDescription() - Method in class org.eclipse.xtext.resource.impl.ResourceDescriptionsBasedContainer
 
-  
 
- getUriToProblem() - Method in class org.eclipse.xtext.diagnostics.AbstractDiagnostic
 
-  
 
- getUriToProblem() - Method in class org.eclipse.xtext.ui.editor.validation.XtextAnnotation
 
-  
 
- getUriToProblem(IMarker) - Method in class org.eclipse.xtext.ui.util.IssueUtil
 
-  
 
- getUriToProblem(Annotation) - Method in class org.eclipse.xtext.ui.util.IssueUtil
 
-  
 
- getUriToProblem() - Method in class org.eclipse.xtext.validation.EObjectDiagnosticImpl
 
-  
 
- getUriToProblem() - Method in interface org.eclipse.xtext.validation.Issue
 
-  
 
- getUriToProblem() - Method in class org.eclipse.xtext.validation.Issue.IssueImpl
 
-  
 
- getURL(ImageDescriptor) - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseDeclarativeHoverSignatureProvider
 
-  
 
- getUsages(JvmDeclaredType) - Method in class org.eclipse.xtext.xbase.imports.TypeUsages
 
-  
 
- getUsedGrammars() - Method in interface org.eclipse.xtext.Grammar
 
- 
Returns the value of the 'Used Grammars' reference list.
 
- getUsedGrammars() - Method in class org.eclipse.xtext.impl.GrammarImpl
 
-  
 
- getUsedGrammarsAssignment_2_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getUsedGrammarsAssignment_2_2_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getUsedGrammarsGrammarCrossReference_2_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getUsedGrammarsGrammarCrossReference_2_2_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getUsedGrammarsGrammarGrammarIDParserRuleCall_2_1_0_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getUsedGrammarsGrammarGrammarIDParserRuleCall_2_2_1_0_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getUsedType() - Method in class org.eclipse.xtext.xbase.imports.TypeUsage
 
-  
 
- getUsedTypeName() - Method in class org.eclipse.xtext.xbase.imports.TypeUsage
 
-  
 
- getUsedUri(ReferencedMetamodel) - Method in class org.eclipse.xtext.xtext.XtextValidator
 
-  
 
- getUserData() - Method in interface org.eclipse.xtext.builder.builderState.EObjectDescription
 
- 
Returns the value of the 'User Data' map.
 
- getUserData() - Method in class org.eclipse.xtext.builder.builderState.impl.EObjectDescriptionImpl
 
-  
 
- getUserData(String) - Method in class org.eclipse.xtext.builder.builderState.impl.EObjectDescriptionImpl
 
-  
 
- getUserData(String) - Method in class org.eclipse.xtext.common.types.ui.notification.NameBasedEObjectDescription
 
-  
 
- getUserData(String) - Method in class org.eclipse.xtext.resource.AbstractEObjectDescription
 
-  
 
- getUserData(String) - Method in class org.eclipse.xtext.resource.EObjectDescription
 
-  
 
- getUserData(String) - Method in interface org.eclipse.xtext.resource.IEObjectDescription
 
- 
Access to specific user data.
 
- getUserData(String) - Method in class org.eclipse.xtext.resource.impl.AliasedEObjectDescription
 
-  
 
- getUserData(String) - Method in class org.eclipse.xtext.xbase.scoping.batch.SimpleIdentifiableElementDescription
 
-  
 
- getUserData(String) - Method in class org.eclipse.xtext.xbase.typesystem.internal.ScopeProviderAccess.ErrorDescription
 
-  
 
- getUserData(String) - Method in class org.eclipse.xtext.xbase.ui.contentassist.MultiNameDescription
 
-  
 
- getUserDataEntry() - Method in interface org.eclipse.xtext.builder.builderState.BuilderStatePackage
 
- 
Returns the meta object for class 'User Data Entry'
 
- getUserDataEntry() - Method in class org.eclipse.xtext.builder.builderState.impl.BuilderStatePackageImpl
 
-  
 
- getUserDataEntry_Key() - Method in interface org.eclipse.xtext.builder.builderState.BuilderStatePackage
 
- 
Returns the meta object for the attribute 'Key'
 
- getUserDataEntry_Key() - Method in class org.eclipse.xtext.builder.builderState.impl.BuilderStatePackageImpl
 
-  
 
- getUserDataEntry_Value() - Method in interface org.eclipse.xtext.builder.builderState.BuilderStatePackage
 
- 
Returns the meta object for the attribute 'Value'
 
- getUserDataEntry_Value() - Method in class org.eclipse.xtext.builder.builderState.impl.BuilderStatePackageImpl
 
-  
 
- getUserDataKeys() - Method in class org.eclipse.xtext.builder.builderState.impl.EObjectDescriptionImpl
 
-  
 
- getUserDataKeys() - Method in class org.eclipse.xtext.common.types.ui.notification.NameBasedEObjectDescription
 
-  
 
- getUserDataKeys() - Method in class org.eclipse.xtext.resource.AbstractEObjectDescription
 
-  
 
- getUserDataKeys() - Method in class org.eclipse.xtext.resource.EObjectDescription
 
-  
 
- getUserDataKeys() - Method in interface org.eclipse.xtext.resource.IEObjectDescription
 
-  
 
- getUserDataKeys() - Method in class org.eclipse.xtext.resource.impl.AliasedEObjectDescription
 
-  
 
- getUserDataKeys() - Method in class org.eclipse.xtext.xbase.scoping.batch.SimpleIdentifiableElementDescription
 
-  
 
- getUserDataKeys() - Method in class org.eclipse.xtext.xbase.typesystem.internal.ScopeProviderAccess.ErrorDescription
 
-  
 
- getUserDataKeys() - Method in class org.eclipse.xtext.xbase.ui.contentassist.MultiNameDescription
 
-  
 
- getValidationJob() - Method in class org.eclipse.xtext.ui.editor.model.XtextDocument
 
-  
 
- getValidationPackage(Grammar, Naming) - Static method in class org.eclipse.xtext.generator.validation.JavaValidatorFragment
 
-  
 
- getValidator() - Method in class org.eclipse.xtext.junit4.parameterized.ParameterizedXtextRunner.MethodWithExpectation
 
- 
Deprecated.
  
- getValidator() - Method in class org.eclipse.xtext.mwe.AbstractReader
 
-  
 
- getValidator() - Method in class org.eclipse.xtext.parsetree.reconstr.Serializer
 
-  
 
- getValidatorName(Grammar, String, Naming) - Static method in class org.eclipse.xtext.generator.validation.JavaValidatorFragment
 
-  
 
- getValidatorName(Grammar) - Method in class org.eclipse.xtext.generator.validation.ValidatorNaming
 
-  
 
- getValidatorSuperClassName(Grammar) - Method in class org.eclipse.xtext.generator.validation.JavaValidatorFragment
 
-  
 
- getValidatorSuperClassName(boolean) - Method in class org.eclipse.xtext.generator.validation.ValidatorNaming
 
-  
 
- getValidContexts(EClass) - Method in class org.eclipse.xtext.serializer.diagnostic.SequencerDiagnosticProvider
 
-  
 
- getValidIDAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getValidIDAccess() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getValidIDAccess() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getValidIDAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getValidIDAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getValidIDAccess() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getValidIDConverter() - Method in class org.eclipse.xtext.xbase.conversion.XbaseValueConverterService
 
-  
 
- getValidIDParserRuleCall() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess.FeatureCallIDElements
 
-  
 
- getValidIDParserRuleCall_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.FQNElements
 
-  
 
- getValidIDParserRuleCall_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.FeatureCallIDElements
 
-  
 
- getValidIDParserRuleCall_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.QualifiedNameElements
 
-  
 
- getValidIDParserRuleCall_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.StaticQualifierElements
 
-  
 
- getValidIDParserRuleCall_0() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.QualifiedNameElements
 
-  
 
- getValidIDParserRuleCall_1_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.FQNElements
 
-  
 
- getValidIDParserRuleCall_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.QualifiedNameElements
 
-  
 
- getValidIDParserRuleCall_1_1() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.QualifiedNameElements
 
-  
 
- getValidIDRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getValidIDRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getValidIDRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getValidIDRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getValidIDRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getValidIDRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getValidOperator(EObject, RuleCall, Iterable<String>, ICompositeNode) - Method in class org.eclipse.xtext.xbase.serializer.XbaseSemanticSequencer
 
-  
 
- getValidReplaceRootNodes() - Method in class org.eclipse.xtext.parser.impl.PartialParsingPointers
 
-  
 
- getValidRules() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxConstraintProvider
 
-  
 
- getValidTypes(EObject) - Method in class org.eclipse.xtext.serializer.diagnostic.SequencerDiagnosticProvider
 
-  
 
- getValKeyword_1_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XVariableDeclarationElements
 
-  
 
- getValue() - Method in class org.eclipse.xtext.builder.builderState.impl.UserDataEntryImpl
 
-  
 
- getValue() - Method in enum org.eclipse.xtext.common.types.JvmVisibility
 
-  
 
- getValue() - Method in exception org.eclipse.xtext.conversion.ValueConverterWithValueException
 
-  
 
- getValue() - Method in class org.eclipse.xtext.generator.Binding
 
-  
 
- getValue() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.KeywordImpl
 
-  
 
- getValue() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.OptionValueImpl
 
-  
 
- getValue() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.Keyword
 
- 
Returns the value of the 'Value' attribute
 
- getValue() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.OptionValue
 
- 
Returns the value of the 'Value' attribute
 
- getValue() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.MethodCallImpl
 
-  
 
- getValue() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.impl.NumberLiteralImpl
 
-  
 
- getValue() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.MethodCall
 
- 
Returns the value of the 'Value' attribute
 
- getValue() - Method in interface org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions.NumberLiteral
 
- 
Returns the value of the 'Value' attribute
 
- getValue() - Method in class org.eclipse.xtext.impl.KeywordImpl
 
-  
 
- getValue() - Method in interface org.eclipse.xtext.Keyword
 
- 
Returns the value of the 'Value' attribute
 
- getValue() - Method in class org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AssignmentToken
 
-  
 
- getValue(ISemanticSequencerNfaProvider.ISemState, int) - Method in class org.eclipse.xtext.serializer.sequencer.BacktrackingSemanticSequencer.SerializableObject
 
-  
 
- getValue() - Method in class org.eclipse.xtext.serializer.sequencer.BacktrackingSemanticSequencer.TraceItem
 
-  
 
- getValue() - Method in class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.AllocationValue
 
-  
 
- getValue() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.LiteralImpl
 
-  
 
- getValue() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.Literal
 
- 
Returns the value of the 'Value' attribute
 
- getValue(boolean) - Method in class org.eclipse.xtext.ui.preferences.OptionsConfigurationBlock.ControlData
 
-  
 
- getValue(int) - Method in class org.eclipse.xtext.ui.preferences.OptionsConfigurationBlock.ControlData
 
-  
 
- getValue(String) - Method in class org.eclipse.xtext.ui.preferences.OptionsConfigurationBlock
 
-  
 
- getValue() - Method in class org.eclipse.xtext.util.formallang.StringProduction.ProdElement
 
-  
 
- getValue(K) - Method in class org.eclipse.xtext.util.SimpleAttributeResolver
 
-  
 
- getValue() - Method in class org.eclipse.xtext.validation.impl.ConcreteSyntaxDiagnosticProvider.AbstractConcreteSyntaxDiagnostic
 
-  
 
- getValue() - Method in class org.eclipse.xtext.xbase.annotations.xAnnotations.impl.XAnnotationElementValuePairImpl
 
-  
 
- getValue() - Method in class org.eclipse.xtext.xbase.annotations.xAnnotations.impl.XAnnotationImpl
 
-  
 
- getValue() - Method in interface org.eclipse.xtext.xbase.annotations.xAnnotations.XAnnotation
 
- 
Returns the value of the 'Value' containment reference
 
- getValue() - Method in interface org.eclipse.xtext.xbase.annotations.xAnnotations.XAnnotationElementValuePair
 
- 
Returns the value of the 'Value' containment reference
 
- getValue() - Method in class org.eclipse.xtext.xbase.impl.XAssignmentImpl
 
-  
 
- getValue() - Method in class org.eclipse.xtext.xbase.impl.XNumberLiteralImpl
 
-  
 
- getValue() - Method in class org.eclipse.xtext.xbase.impl.XStringLiteralImpl
 
-  
 
- getValue(QualifiedName) - Method in interface org.eclipse.xtext.xbase.interpreter.IEvaluationContext
 
-  
 
- getValue(QualifiedName) - Method in class org.eclipse.xtext.xbase.interpreter.impl.DefaultEvaluationContext
 
-  
 
- getValue(QualifiedName) - Method in class org.eclipse.xtext.xbase.interpreter.impl.NullEvaluationContext
 
-  
 
- getValue() - Method in class org.eclipse.xtext.xbase.lib.Pair
 
- 
Returns the value.
 
- getValue() - Method in interface org.eclipse.xtext.xbase.XAssignment
 
- 
Returns the value of the 'Value' containment reference
 
- getValue() - Method in interface org.eclipse.xtext.xbase.XNumberLiteral
 
- 
Returns the value of the 'Value' attribute
 
- getValue() - Method in interface org.eclipse.xtext.xbase.XStringLiteral
 
- 
Returns the value of the 'Value' attribute
 
- getValueAssignment() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.MethodCallElements
 
-  
 
- getValueAssignment() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.NumberLiteralElements
 
-  
 
- getValueAssignment() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.KeywordElements
 
-  
 
- getValueAssignment() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.LiteralElements
 
-  
 
- getValueAssignment_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.KeywordElements
 
-  
 
- getValueAssignment_0_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAssignmentElements
 
-  
 
- getValueAssignment_1() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.PredicatedKeywordElements
 
-  
 
- getValueAssignment_1() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElementValuePairElements
 
-  
 
- getValueAssignment_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XNumberLiteralElements
 
-  
 
- getValueAssignment_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XStringLiteralElements
 
-  
 
- getValueAssignment_1_0_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getValueAssignment_2() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OptionValueElements
 
-  
 
- getValueAssignment_3_1_1() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElements
 
-  
 
- getValueConversionExceptionDiagnostic(EObject, AbstractElement, Object, Throwable) - Method in interface org.eclipse.xtext.serializer.diagnostic.ITokenDiagnosticProvider
 
-  
 
- getValueConversionExceptionDiagnostic(EObject, AbstractElement, Object, Throwable) - Method in class org.eclipse.xtext.serializer.diagnostic.TokenDiagnosticProvider
 
-  
 
- getValueConverter() - Method in class org.eclipse.xtext.ui.editor.contentassist.AbstractContentProposalProvider
 
-  
 
- getValueConverterException() - Method in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser.ValueConverterErrorContext
 
-  
 
- getValueConverterException() - Method in interface org.eclipse.xtext.parser.antlr.ISyntaxErrorMessageProvider.IValueConverterErrorContext
 
- 
 
- getValueConverterExceptionMessage(ValueConverterException) - Method in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser
 
-  
 
- getValueConverterService() - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getValueConverterService() - Method in class org.eclipse.xtext.junit4.AbstractXtextTests
 
-  
 
- getValueCount(int) - Method in class org.eclipse.xtext.serializer.sequencer.BacktrackingSemanticSequencer.SerializableObject
 
-  
 
- getValueForTokenName(String) - Method in class org.eclipse.xtext.purexbase.ui.contentassist.antlr.internal.InternalPureXbaseParser
 
-  
 
- getValueForTokenName(String) - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.antlr.internal.InternalCodetemplatesParser
 
-  
 
- getValueForTokenName(String) - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.antlr.internal.InternalSingleCodetemplateParser
 
-  
 
- getValueForTokenName(String) - Method in class org.eclipse.xtext.ui.contentassist.antlr.internal.InternalXtextParser
 
-  
 
- getValueForTokenName(String) - Method in class org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser
 
-  
 
- getValueForTokenName(String) - Method in class org.eclipse.xtext.xbase.annotations.ui.contentassist.antlr.internal.InternalXbaseWithAnnotationsParser
 
-  
 
- getValueForTokenName(String) - Method in class org.eclipse.xtext.xbase.ui.contentassist.antlr.internal.InternalXbaseParser
 
-  
 
- getValueIdOrIntParserRuleCall_2_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OptionValueElements
 
-  
 
- getValueINTTerminalRuleCall_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.NumberLiteralElements
 
-  
 
- getValueLiteralValueParserRuleCall_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.LiteralElements
 
-  
 
- getValueMethodCallLiteralParserRuleCall_0() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.MethodCallElements
 
-  
 
- getValueName() - Method in class org.eclipse.xtext.common.types.impl.JvmAnnotationValueImpl
 
-  
 
- getValueName() - Method in class org.eclipse.xtext.common.types.impl.JvmAnnotationValueImplCustom
 
-  
 
- getValueName() - Method in interface org.eclipse.xtext.common.types.JvmAnnotationValue
 
-  
 
- getValueNamespaceDelimiter() - Method in class org.eclipse.xtext.conversion.impl.QualifiedNameValueConverter
 
- 
Returns the used delimiter in the AST.
 
- getValueNumberParserRuleCall_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XNumberLiteralElements
 
-  
 
- getValues() - Method in class org.eclipse.xtext.common.types.impl.JvmAnnotationAnnotationValueImpl
 
-  
 
- getValues() - Method in class org.eclipse.xtext.common.types.impl.JvmAnnotationReferenceImpl
 
-  
 
- getValues() - Method in class org.eclipse.xtext.common.types.impl.JvmBooleanAnnotationValueImpl
 
-  
 
- getValues() - Method in class org.eclipse.xtext.common.types.impl.JvmByteAnnotationValueImpl
 
-  
 
- getValues() - Method in class org.eclipse.xtext.common.types.impl.JvmCharAnnotationValueImpl
 
-  
 
- getValues() - Method in class org.eclipse.xtext.common.types.impl.JvmCustomAnnotationValueImpl
 
-  
 
- getValues() - Method in class org.eclipse.xtext.common.types.impl.JvmDoubleAnnotationValueImpl
 
-  
 
- getValues() - Method in class org.eclipse.xtext.common.types.impl.JvmEnumAnnotationValueImpl
 
-  
 
- getValues() - Method in class org.eclipse.xtext.common.types.impl.JvmFloatAnnotationValueImpl
 
-  
 
- getValues() - Method in class org.eclipse.xtext.common.types.impl.JvmIntAnnotationValueImpl
 
-  
 
- getValues() - Method in class org.eclipse.xtext.common.types.impl.JvmLongAnnotationValueImpl
 
-  
 
- getValues() - Method in class org.eclipse.xtext.common.types.impl.JvmShortAnnotationValueImpl
 
-  
 
- getValues() - Method in class org.eclipse.xtext.common.types.impl.JvmStringAnnotationValueImpl
 
-  
 
- getValues() - Method in class org.eclipse.xtext.common.types.impl.JvmTypeAnnotationValueImpl
 
-  
 
- getValues() - Method in interface org.eclipse.xtext.common.types.JvmAnnotationAnnotationValue
 
- 
Returns the value of the 'Values' containment reference list.
 
- getValues() - Method in interface org.eclipse.xtext.common.types.JvmAnnotationReference
 
- 
Returns the value of the 'Values' containment reference list.
 
- getValues() - Method in interface org.eclipse.xtext.common.types.JvmBooleanAnnotationValue
 
- 
Returns the value of the 'Values' attribute list.
 
- getValues() - Method in interface org.eclipse.xtext.common.types.JvmByteAnnotationValue
 
- 
Returns the value of the 'Values' attribute list.
 
- getValues() - Method in interface org.eclipse.xtext.common.types.JvmCharAnnotationValue
 
- 
Returns the value of the 'Values' attribute list.
 
- getValues() - Method in interface org.eclipse.xtext.common.types.JvmCustomAnnotationValue
 
- 
Returns the value of the 'Values' attribute list.
 
- getValues() - Method in interface org.eclipse.xtext.common.types.JvmDoubleAnnotationValue
 
- 
Returns the value of the 'Values' attribute list.
 
- getValues() - Method in interface org.eclipse.xtext.common.types.JvmEnumAnnotationValue
 
- 
Returns the value of the 'Values' reference list.
 
- getValues() - Method in interface org.eclipse.xtext.common.types.JvmFloatAnnotationValue
 
- 
Returns the value of the 'Values' attribute list.
 
- getValues() - Method in interface org.eclipse.xtext.common.types.JvmIntAnnotationValue
 
- 
Returns the value of the 'Values' attribute list.
 
- getValues() - Method in interface org.eclipse.xtext.common.types.JvmLongAnnotationValue
 
- 
Returns the value of the 'Values' attribute list.
 
- getValues() - Method in interface org.eclipse.xtext.common.types.JvmShortAnnotationValue
 
- 
Returns the value of the 'Values' attribute list.
 
- getValues() - Method in interface org.eclipse.xtext.common.types.JvmStringAnnotationValue
 
- 
Returns the value of the 'Values' attribute list.
 
- getValues() - Method in interface org.eclipse.xtext.common.types.JvmTypeAnnotationValue
 
- 
Returns the value of the 'Values' containment reference list.
 
- getValuesFor(IGrammarConstraintProvider.IConstraintElement) - Method in class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.Feature2Assignment
 
-  
 
- getValuesFor(IGrammarConstraintProvider.IConstraintElement) - Method in class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.MVFeature2AssignmentAmbiguous
 
-  
 
- getValuesFor(IGrammarConstraintProvider.IConstraintElement) - Method in class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.MVFeature2AssignmentUnambiguous
 
-  
 
- getValuesFor(IGrammarConstraintProvider.IConstraintElement) - Method in class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.SVFeature2AssignmentAmbiguous
 
-  
 
- getValuesFor(IGrammarConstraintProvider.IConstraintElement) - Method in class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.SVFeature2AssignmentUnambiguous
 
-  
 
- getValuesProvider() - Method in class org.eclipse.xtext.validation.IssueSeveritiesProvider
 
-  
 
- getValuesString() - Method in class org.eclipse.xtext.serializer.sequencer.BacktrackingSemanticSequencer.SerializableObject
 
-  
 
- getValuesToEscape() - Method in class org.eclipse.xtext.conversion.impl.AbstractIDValueConverter
 
-  
 
- getValueSTRINGTerminalRuleCall_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.KeywordElements
 
-  
 
- getValueSTRINGTerminalRuleCall_0_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.KeywordElements
 
-  
 
- getValueSTRINGTerminalRuleCall_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.PredicatedKeywordElements
 
-  
 
- getValueSTRINGTerminalRuleCall_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XStringLiteralElements
 
-  
 
- getValueXAnnotationElementValueParserRuleCall_1_0() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElementValuePairElements
 
-  
 
- getValueXAnnotationElementValueParserRuleCall_3_1_1_0() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElements
 
-  
 
- getValueXAssignmentParserRuleCall_0_3_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAssignmentElements
 
-  
 
- getValueXAssignmentParserRuleCall_1_0_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getVariable() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.TemplatesPackageImpl
 
-  
 
- getVariable() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.TemplatesPackage
 
- 
Returns the meta object for class '
Variable'
 
 
- getVariable_ExpectingParameters() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.TemplatesPackageImpl
 
-  
 
- getVariable_ExpectingParameters() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.TemplatesPackage
 
- 
 
- getVariable_Name() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.TemplatesPackageImpl
 
-  
 
- getVariable_Name() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.TemplatesPackage
 
- 
Returns the meta object for the attribute '
Name'
 
 
- getVariable_Parameters() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.TemplatesPackageImpl
 
-  
 
- getVariable_Parameters() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.TemplatesPackage
 
- 
Returns the meta object for the attribute list '
Parameters'
 
 
- getVariable_Type() - Method in class org.eclipse.xtext.ui.codetemplates.templates.impl.TemplatesPackageImpl
 
-  
 
- getVariable_Type() - Method in interface org.eclipse.xtext.ui.codetemplates.templates.TemplatesPackage
 
- 
Returns the meta object for the attribute '
Type'
 
 
- getVariableAccess() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getVariableAccess() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getVariableDeclarationKeywords() - Method in class org.eclipse.xtext.xbase.junit.ui.AbstractXbaseContentAssistInBlockTest
 
-  
 
- getVariableKind(JdtVariableCompletions.VariableType) - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtVariableCompletions
 
-  
 
- getVariableName() - Method in class org.eclipse.xtext.xbase.ui.refactoring.ExtractVariableRefactoring
 
-  
 
- getVariableOrDollarAccess() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getVariableOrDollarAccess() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getVariableOrDollarParserRuleCall_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.TemplatePartElements
 
-  
 
- getVariableOrDollarRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getVariableOrDollarRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getVariableParserRuleCall_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableOrDollarElements
 
-  
 
- getVariableProposals(EObject, EReference, JdtVariableCompletions.VariableType, Set<String>, JdtVariableCompletions.CompletionDataAcceptor) - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtVariableCompletions
 
-  
 
- getVariableProposals(String, EObject, JdtVariableCompletions.VariableType, Set<String>, JdtVariableCompletions.CompletionDataAcceptor) - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtVariableCompletions
 
-  
 
- getVariableProposals(String, boolean, EObject, JdtVariableCompletions.VariableType, Set<String>) - Method in class org.eclipse.xtext.common.types.xtext.ui.JdtVariableCompletions
 
-  
 
- getVariableRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getVariableRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getVariance() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightMergedBoundTypeArgument
 
-  
 
- getVarName(Object, ITreeAppendable) - Method in class org.eclipse.xtext.xbase.compiler.AbstractXbaseCompiler
 
-  
 
- getVerticalLineKeyword_1_1_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.AlternativesElements
 
-  
 
- getVerticalLineKeyword_1_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AlternativesElements
 
-  
 
- getVerticalLineKeyword_1_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.AssignableAlternativesElements
 
-  
 
- getVerticalLineKeyword_1_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.EnumLiteralsElements
 
-  
 
- getVerticalLineKeyword_1_1_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalAlternativesElements
 
-  
 
- getVerticalLineKeyword_2_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.CrossReferenceElements
 
-  
 
- getVerticalLineVerticalLineKeyword() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.OpOrElements
 
-  
 
- getVerticalLineVerticalLineKeyword_1_1() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess.ExpressionElements
 
-  
 
- getViewer() - Method in class org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext
 
- 
The actual text viewer.
 
- getViewer() - Method in class org.eclipse.xtext.ui.editor.embedded.EmbeddedEditor
 
-  
 
- getViewer() - Method in class org.eclipse.xtext.ui.editor.findrefs.ReferenceSearchViewPage
 
-  
 
- getViewerFontName() - Method in class org.eclipse.xtext.ui.views.AbstractSourceView
 
-  
 
- getViolatedBoundsConstraintMessage(ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext, int) - Method in interface org.eclipse.xtext.linking.ILinkingDiagnosticMessageProvider.Extended
 
-  
 
- getViolatedBoundsConstraintMessage(ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext, int) - Method in class org.eclipse.xtext.linking.impl.LinkingDiagnosticMessageProvider
 
-  
 
- getViolatedUniqueConstraintMessage(ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext) - Method in interface org.eclipse.xtext.linking.ILinkingDiagnosticMessageProvider.Extended
 
-  
 
- getViolatedUniqueConstraintMessage(ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext) - Method in class org.eclipse.xtext.linking.impl.LinkingDiagnosticMessageProvider
 
-  
 
- getVisibility() - Method in class org.eclipse.xtext.common.types.impl.JvmMemberImpl
 
-  
 
- getVisibility() - Method in interface org.eclipse.xtext.common.types.JvmMember
 
- 
Returns the value of the 'Visibility' attribute.
 
- getVisibilityHelper(JvmDeclaredType) - Method in class org.eclipse.xtext.xbase.ui.quickfix.JavaTypeQuickfixes
 
-  
 
- getVisibleContainerHandles(String) - Method in class org.eclipse.xtext.resource.containers.DelegatingIAllContainerAdapter
 
-  
 
- getVisibleContainerHandles(String) - Method in class org.eclipse.xtext.resource.containers.FlatResourceSetBasedAllContainersState
 
-  
 
- getVisibleContainerHandles(String) - Method in interface org.eclipse.xtext.resource.containers.IAllContainersState
 
-  
 
- getVisibleContainerHandles(String) - Method in class org.eclipse.xtext.resource.containers.ResourceSetBasedAllContainersState
 
-  
 
- getVisibleContainerHandles(String) - Method in class org.eclipse.xtext.ui.containers.AbstractAllContainersState
 
-  
 
- getVisibleContainers(IResourceDescription, IResourceDescriptions) - Method in class org.eclipse.xtext.resource.containers.StateBasedContainerManager
 
-  
 
- getVisibleContainers(List<String>, IResourceDescriptions) - Method in class org.eclipse.xtext.resource.containers.StateBasedContainerManager
 
-  
 
- getVisibleContainers(IResourceDescription, IResourceDescriptions) - Method in interface org.eclipse.xtext.resource.IContainer.Manager
 
-  
 
- getVisibleContainers(IResourceDescription, IResourceDescriptions) - Method in class org.eclipse.xtext.resource.impl.SimpleResourceDescriptionsBasedContainerManager
 
-  
 
- getVisibleContainers(Resource) - Method in class org.eclipse.xtext.scoping.impl.DefaultGlobalScopeProvider
 
-  
 
- getVisibleJvmTypesContainingStaticMethods(Iterable<JvmTypeReference>) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.AbstractStaticMethodsFeatureForTypeProvider
 
- 
Deprecated.
  
- getVisibleRegion() - Method in class org.eclipse.xtext.junit4.ui.MockableTextViewer
 
-  
 
- getVisibleRegion() - Method in class org.eclipse.xtext.ui.codetemplates.ui.contentassist.DummyTextViewer
 
-  
 
- getVisibleRegion() - Method in class org.eclipse.xtext.ui.junit.editor.contentassist.MockableTextViewer
 
-  
 
- getVisibleType(JvmMember, String) - Method in class org.eclipse.xtext.xbase.imports.NonOverridableTypesProvider
 
- 
Returns a type with the given name that is reachable in the context.
 
- getVisibleTypesContainingStaticMethods(Iterable<JvmTypeReference>) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.AbstractStaticMethodsFeatureForTypeProvider
 
- 
Deprecated.
  
- getVisibleTypesContainingStaticMethods(Iterable<JvmTypeReference>) - Method in class org.eclipse.xtext.xbase.scoping.featurecalls.StaticImplicitMethodsFeatureForTypeProvider
 
- 
Deprecated.
  
- getVisited() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTraversalData
 
-  
 
- getWarnings() - Method in class org.eclipse.xtext.xtext.GrammarResource
 
- 
Overridden to make sure the warnings are up-to-date when someone wants to access them.
 
- getWhileKeyword_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XWhileExpressionElements
 
-  
 
- getWhileKeyword_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XDoWhileExpressionElements
 
-  
 
- getWhitespaceInformationProvider() - Method in class org.eclipse.xtext.generator.LineSeparatorHarmonizer
 
-  
 
- getWhitespaceRule() - Method in class org.eclipse.xtext.formatting.impl.FormattingConfig
 
- 
Deprecated.
 
- getWhitespaceRuleFor(String) - Method in interface org.eclipse.xtext.parsetree.reconstr.IHiddenTokenHelper
 
- 
Deprecated.
 
- getWhitespaceRuleFor(ParserRule, String) - Method in interface org.eclipse.xtext.parsetree.reconstr.IHiddenTokenHelper
 
-  
 
- getWhitespaceRuleFor(ParserRule, String) - Method in class org.eclipse.xtext.parsetree.reconstr.impl.AbstractHiddenTokenHelper
 
-  
 
- getWhitespaceRuleFor(String) - Method in class org.eclipse.xtext.parsetree.reconstr.impl.DefaultHiddenTokenHelper
 
-  
 
- getWhitespaceRuleFor(ParserRule, String) - Method in class org.eclipse.xtext.parsetree.reconstr.impl.DefaultHiddenTokenHelper
 
-  
 
- getWildcard() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.SimpleAntlrPackageImpl
 
-  
 
- getWildcard() - Method in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
Returns the meta object for class '
Wildcard'
 
 
- getWildcard() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getWildCard() - Method in class org.eclipse.xtext.scoping.impl.ImportedNamespaceAwareLocalScopeProvider
 
-  
 
- getWildCard() - Method in class org.eclipse.xtext.xbase.scoping.XbaseImportedNamespaceScopeProvider
 
- 
Deprecated.
  
- getWildcard() - Method in class org.eclipse.xtext.xbase.scoping.XImportSectionNamespaceScopeProvider
 
-  
 
- getWildcard() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the meta object for class '
Wildcard'
 
 
- getWildcardAccess() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getWildcardAccess() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getWildcardAction_0() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.WildcardElements
 
-  
 
- getWildcardAction_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.WildcardElements
 
-  
 
- getWildcardLiteral() - Method in class org.eclipse.xtext.conversion.impl.QualifiedNameValueConverter
 
-  
 
- getWildcardParserRuleCall_2() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.LiteralElements
 
-  
 
- getWildcardParserRuleCall_4() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.TerminalTokenElementElements
 
-  
 
- getWildcardRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getWildcardRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getWindowTitle() - Method in class org.eclipse.xtext.xbase.ui.refactoring.ExtractVariableWizard
 
-  
 
- getWithKeyword_2_0() - Method in class org.eclipse.xtext.services.XtextGrammarAccess.GrammarElements
 
-  
 
- getWithObjectUpperBoundIfNecessary(JvmTypeReference) - Method in class org.eclipse.xtext.common.types.util.TypeArgumentContextProvider
 
- 
Deprecated.
  
- getWizardContribution() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectInfo
 
-  
 
- getWorkbench() - Method in class org.eclipse.xtext.junit4.ui.AbstractWorkbenchTest
 
-  
 
- getWorkbench() - Method in class org.eclipse.xtext.ui.editor.GlobalURIEditorOpener
 
-  
 
- getWorkbench() - Method in class org.eclipse.xtext.ui.editor.preferences.AbstractPreferencePage
 
-  
 
- getWorkbench() - Method in class org.eclipse.xtext.ui.junit.editor.AbstractWorkbenchTest
 
-  
 
- getWorkbench() - Method in class org.eclipse.xtext.ui.wizard.XtextNewProjectWizard
 
-  
 
- getWorkbench() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectInfo
 
-  
 
- getWorkbenchPage(IRenameElementContext) - Method in class org.eclipse.xtext.ui.refactoring.ui.SaveHelper
 
- 
Deprecated.
  
- getWorkbenchPart() - Method in class org.eclipse.xtext.ui.views.DefaultWorkbenchPartSelection
 
-  
 
- getWorkbenchPart() - Method in interface org.eclipse.xtext.ui.views.IWorkbenchPartSelection
 
-  
 
- getWorkbenchPartSelection() - Method in class org.eclipse.xtext.ui.views.AbstractSourceView
 
-  
 
- getWorkbenchWindow() - Method in class org.eclipse.xtext.junit4.ui.AbstractWorkbenchTest
 
-  
 
- getWorkbenchWindow() - Method in class org.eclipse.xtext.ui.junit.editor.AbstractWorkbenchTest
 
-  
 
- getWorkingCopyManager() - Method in class org.eclipse.xtext.ui.preferences.PropertyAndPreferencePage
 
-  
 
- getWorkingCopyOwner(IJavaProject, ResourceSet) - Method in interface org.eclipse.xtext.common.types.access.jdt.IWorkingCopyOwnerProvider
 
-  
 
- getWorkingCopyOwner(IJavaProject, ResourceSet) - Method in class org.eclipse.xtext.common.types.access.jdt.WorkingCopyOwnerProvider
 
-  
 
- getWorkingSetIdents() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.WizardNewXtextProjectCreationPage
 
-  
 
- getWorkingSets() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectInfo
 
-  
 
- getWorkspace() - Method in class org.eclipse.xtext.builder.trace.AbstractTrace
 
-  
 
- getWorkspaceConfig() - Method in class org.eclipse.xtext.xbase.file.RuntimeWorkspaceConfigProvider
 
-  
 
- getWorkspaceExternalEncoding(IURIEditorInput) - Method in class org.eclipse.xtext.ui.editor.model.XtextDocumentProvider
 
-  
 
- getWorkspaceOrDefaultEncoding() - Method in class org.eclipse.xtext.ui.editor.model.XtextDocumentProvider
 
-  
 
- getWorkspaceProjectsState() - Static method in class org.eclipse.xtext.ui.shared.Access
 
-  
 
- getWorkspaceRoot() - Method in class org.eclipse.xtext.ui.containers.AbstractAllContainersState
 
-  
 
- getWorkspaceRoot() - Method in class org.eclipse.xtext.ui.containers.JavaProjectsStateHelper
 
-  
 
- getWorkspaceRoot() - Method in class org.eclipse.xtext.ui.containers.WorkspaceProjectsStateHelper
 
-  
 
- getWorkspaceRoot() - Method in class org.eclipse.xtext.ui.resource.Storage2UriMapperImpl
 
-  
 
- getWorkspaceRoot() - Method in class org.eclipse.xtext.xbase.file.RuntimeWorkspaceConfigProvider
 
-  
 
- getWorkspaceRoot() - Method in class org.eclipse.xtext.xbase.ui.file.EclipseFileSystemSupportImpl
 
-  
 
- getWorkspaceRoot() - Method in class org.eclipse.xtext.xbase.ui.file.EclipseWorkspaceConfigProvider
 
-  
 
- getWrap(int) - Method in class org.eclipse.xtext.xbase.formatting.FormattableDocument
 
-  
 
- getWrappedFactory(EObject, EReference, Function<IEObjectDescription, ICompletionProposal>) - Method in class org.eclipse.xtext.common.types.xtext.ui.TypeAwareReferenceProposalCreator
 
-  
 
- getWrappedFactory(EObject, EReference, Function<IEObjectDescription, ICompletionProposal>) - Method in class org.eclipse.xtext.ui.editor.contentassist.AbstractJavaBasedContentProposalProvider.ReferenceProposalCreator
 
-  
 
- getWrappedFactory(EObject, EReference, Function<IEObjectDescription, ICompletionProposal>) - Method in class org.eclipse.xtext.xbase.ui.contentassist.XbaseReferenceProposalCreator
 
-  
 
- getWrappedLineIndentation() - Method in class org.eclipse.xtext.formatting.impl.FormattingConfig
 
-  
 
- getWrappedModule(Module) - Method in class org.eclipse.xtext.ui.shared.internal.SharedStateContributionRegistryImpl
 
-  
 
- getWrappedType(JvmType) - Static method in class org.eclipse.xtext.xtype.util.XFunctionTypeRefs
 
-  
 
- getWrapperType(JvmPrimitiveType) - Method in class org.eclipse.xtext.common.types.util.Primitives
 
-  
 
- getWrapperType(LightweightTypeReference, Primitives.Primitive) - Static method in class org.eclipse.xtext.xbase.typesystem.internal.util.WrapperTypeLookup
 
-  
 
- getWrapperTypeIfPrimitive() - Method in class org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
 
-  
 
- getWrapperTypeIfPrimitive() - Method in class org.eclipse.xtext.xbase.typesystem.references.ParameterizedTypeReference
 
-  
 
- getWrapperTypeIfPrimitive() - Method in class org.eclipse.xtext.xbase.typesystem.references.UnboundTypeReference
 
-  
 
- getWritableAssociatedLocations() - Method in class org.eclipse.xtext.generator.trace.AbstractStatefulTraceRegion
 
-  
 
- getWritableNestedRegions() - Method in class org.eclipse.xtext.generator.trace.AbstractTraceRegion
 
-  
 
- getWritablePreferenceStore() - Method in interface org.eclipse.xtext.ui.editor.preferences.IPreferenceStoreAccess
 
- 
a preference store, used to store persisted preferences.
 
- getWritablePreferenceStore(Object) - Method in interface org.eclipse.xtext.ui.editor.preferences.IPreferenceStoreAccess
 
- 
a preference store, used to store persisted preferences.
 
- getWritablePreferenceStore() - Method in class org.eclipse.xtext.ui.editor.preferences.PreferenceStoreAccessImpl
 
-  
 
- getWritablePreferenceStore(Object) - Method in class org.eclipse.xtext.ui.editor.preferences.PreferenceStoreAccessImpl
 
-  
 
- getWriteableAssignment_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XVariableDeclarationElements
 
-  
 
- getWriteableVarKeyword_1_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XVariableDeclarationElements
 
-  
 
- getWriteHoldCount() - Method in class org.eclipse.xtext.util.concurrent.AbstractReadWriteAcces
 
- 
Queries the number of reentrant write holds on this lock by the current thread.
 
- getWsConsumer() - Method in class org.eclipse.xtext.common.parser.packrat.TerminalsParserConfiguration
 
-  
 
- getWSRule() - Method in class org.eclipse.xtext.common.services.TerminalsGrammarAccess
 
-  
 
- getWSRule() - Method in class org.eclipse.xtext.formatting.impl.BaseFormatter
 
-  
 
- getWSRule() - Method in class org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess
 
-  
 
- getWSRule() - Method in class org.eclipse.xtext.generator.parser.antlr.splitting.services.SimpleExpressionsGrammarAccess
 
-  
 
- getWSRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getWSRule() - Method in class org.eclipse.xtext.services.XtextGrammarAccess
 
-  
 
- getWSRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess
 
-  
 
- getWSRule() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess
 
-  
 
- getWSRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getWSRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getWSRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getWSTerminalRuleCall_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.LiteralValueElements
 
-  
 
- getWSTerminalRuleCall_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.TemplateBodyWithQuotesElements
 
-  
 
- getWSTerminalRuleCall_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.SingleCodetemplateGrammarAccess.LiteralValueElements
 
-  
 
- getWSTerminalRuleCall_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getWSTerminalRuleCall_2_1_0_1() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getWSTerminalRuleCall_2_1_2() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getWSTerminalRuleCall_2_1_4_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getWSTerminalRuleCall_2_1_4_2() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getWSTerminalRuleCall_2_1_4_3_1_0() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getWSTerminalRuleCall_2_1_4_3_1_2() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getWSTerminalRuleCall_2_1_4_3_2() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getWSTerminalRuleCall_3() - Method in class org.eclipse.xtext.ui.codetemplates.services.CodetemplatesGrammarAccess.VariableElements
 
-  
 
- getXAbstractFeatureCall() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXAbstractFeatureCall() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXAbstractFeatureCall_Feature() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXAbstractFeatureCall_Feature() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the reference '
Feature'
 
 
- getXAbstractFeatureCall_ImplicitFirstArgument() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXAbstractFeatureCall_ImplicitFirstArgument() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXAbstractFeatureCall_ImplicitReceiver() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXAbstractFeatureCall_ImplicitReceiver() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXAbstractFeatureCall_InvalidFeatureIssueCode() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXAbstractFeatureCall_InvalidFeatureIssueCode() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXAbstractFeatureCall_TypeArguments() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXAbstractFeatureCall_TypeArguments() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference list '
Type Arguments'
 
 
- getXAbstractFeatureCall_ValidFeature() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXAbstractFeatureCall_ValidFeature() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXAbstractWhileExpression() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXAbstractWhileExpression() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXAbstractWhileExpression_Body() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXAbstractWhileExpression_Body() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
Body'
 
 
- getXAbstractWhileExpression_Predicate() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXAbstractWhileExpression_Predicate() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
Predicate'
 
 
- getXAdditiveExpressionAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXAdditiveExpressionAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXAdditiveExpressionAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXAdditiveExpressionParserRuleCall_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XOtherOperatorExpressionElements
 
-  
 
- getXAdditiveExpressionRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXAdditiveExpressionRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXAdditiveExpressionRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXAndExpressionAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXAndExpressionAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXAndExpressionAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXAndExpressionParserRuleCall_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XOrExpressionElements
 
-  
 
- getXAndExpressionRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXAndExpressionRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXAndExpressionRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXAnnotation() - Method in class org.eclipse.xtext.xbase.annotations.xAnnotations.impl.XAnnotationsPackageImpl
 
-  
 
- getXAnnotation() - Method in interface org.eclipse.xtext.xbase.annotations.xAnnotations.XAnnotationsPackage
 
- 
 
- getXAnnotation_AnnotationType() - Method in class org.eclipse.xtext.xbase.annotations.xAnnotations.impl.XAnnotationsPackageImpl
 
-  
 
- getXAnnotation_AnnotationType() - Method in interface org.eclipse.xtext.xbase.annotations.xAnnotations.XAnnotationsPackage
 
- 
 
- getXAnnotation_ElementValuePairs() - Method in class org.eclipse.xtext.xbase.annotations.xAnnotations.impl.XAnnotationsPackageImpl
 
-  
 
- getXAnnotation_ElementValuePairs() - Method in interface org.eclipse.xtext.xbase.annotations.xAnnotations.XAnnotationsPackage
 
- 
 
- getXAnnotation_Value() - Method in class org.eclipse.xtext.xbase.annotations.xAnnotations.impl.XAnnotationsPackageImpl
 
-  
 
- getXAnnotation_Value() - Method in interface org.eclipse.xtext.xbase.annotations.xAnnotations.XAnnotationsPackage
 
- 
Returns the meta object for the containment reference '
Value'
 
 
- getXAnnotationAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXAnnotationAction_0() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElements
 
-  
 
- getXAnnotationElementValueAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXAnnotationElementValuePair() - Method in class org.eclipse.xtext.xbase.annotations.xAnnotations.impl.XAnnotationsPackageImpl
 
-  
 
- getXAnnotationElementValuePair() - Method in interface org.eclipse.xtext.xbase.annotations.xAnnotations.XAnnotationsPackage
 
- 
 
- getXAnnotationElementValuePair_Element() - Method in class org.eclipse.xtext.xbase.annotations.xAnnotations.impl.XAnnotationsPackageImpl
 
-  
 
- getXAnnotationElementValuePair_Element() - Method in interface org.eclipse.xtext.xbase.annotations.xAnnotations.XAnnotationsPackage
 
- 
Returns the meta object for the reference '
Element'
 
 
- getXAnnotationElementValuePair_Value() - Method in class org.eclipse.xtext.xbase.annotations.xAnnotations.impl.XAnnotationsPackageImpl
 
-  
 
- getXAnnotationElementValuePair_Value() - Method in interface org.eclipse.xtext.xbase.annotations.xAnnotations.XAnnotationsPackage
 
- 
Returns the meta object for the containment reference '
Value'
 
 
- getXAnnotationElementValuePairAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXAnnotationElementValuePairRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXAnnotationElementValueRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXAnnotationParserRuleCall_0() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElementValueElements
 
-  
 
- getXAnnotationRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXAnnotationsFactory() - Method in class org.eclipse.xtext.xbase.annotations.xAnnotations.impl.XAnnotationsPackageImpl
 
-  
 
- getXAnnotationsFactory() - Method in interface org.eclipse.xtext.xbase.annotations.xAnnotations.XAnnotationsPackage
 
- 
Returns the factory that creates the instances of the model
 
- getXAnnotationsPackage() - Method in class org.eclipse.xtext.xbase.annotations.xAnnotations.impl.XAnnotationsFactoryImpl
 
-  
 
- getXAnnotationsPackage() - Method in interface org.eclipse.xtext.xbase.annotations.xAnnotations.XAnnotationsFactory
 
- 
Returns the package supported by this factory
 
- getXAssignment() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXAssignment() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXAssignment_Assignable() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXAssignment_Assignable() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
Assignable'
 
 
- getXAssignment_ExplicitStatic() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXAssignment_ExplicitStatic() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXAssignment_Value() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXAssignment_Value() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
Value'
 
 
- getXAssignmentAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXAssignmentAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXAssignmentAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXAssignmentAction_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAssignmentElements
 
-  
 
- getXAssignmentAssignableAction_1_0_0_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getXAssignmentFeatureAssignment() - Method in class org.eclipse.xtext.xbase.ui.contentassist.XbaseProposalProvider
 
-  
 
- getXAssignmentParserRuleCall() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XExpressionElements
 
-  
 
- getXAssignmentRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXAssignmentRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXAssignmentRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXbaseCrossReferenceProposalCreator() - Method in class org.eclipse.xtext.xbase.ui.contentassist.XbaseProposalProvider
 
-  
 
- getXbaseDigits(XNumberLiteral) - Method in class org.eclipse.xtext.xbase.typesystem.computation.NumberLiterals
 
-  
 
- getXbaseFactory() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXbaseFactory() - Method in class org.eclipse.xtext.xbase.typesystem.internal.DefaultReentrantTypeResolver
 
-  
 
- getXbaseFactory() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the factory that creates the instances of the model
 
- getXbaseGrammarAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXbaseGrammarAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXbasePackage() - Method in class org.eclipse.xtext.xbase.impl.XbaseFactoryImpl
 
-  
 
- getXbasePackage() - Method in interface org.eclipse.xtext.xbase.XbaseFactory
 
- 
Returns the package supported by this factory
 
- getXBinaryOperation() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXBinaryOperation() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXBinaryOperation_LeftOperand() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXBinaryOperation_LeftOperand() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
Left Operand'
 
 
- getXBinaryOperation_RightOperand() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXBinaryOperation_RightOperand() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
Right Operand'
 
 
- getXBinaryOperationLeftOperandAction_1_0_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAdditiveExpressionElements
 
-  
 
- getXBinaryOperationLeftOperandAction_1_0_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAndExpressionElements
 
-  
 
- getXBinaryOperationLeftOperandAction_1_0_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XEqualityExpressionElements
 
-  
 
- getXBinaryOperationLeftOperandAction_1_0_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMultiplicativeExpressionElements
 
-  
 
- getXBinaryOperationLeftOperandAction_1_0_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XOrExpressionElements
 
-  
 
- getXBinaryOperationLeftOperandAction_1_0_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XOtherOperatorExpressionElements
 
-  
 
- getXBinaryOperationLeftOperandAction_1_1_0_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAssignmentElements
 
-  
 
- getXBinaryOperationLeftOperandAction_1_1_0_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XRelationalExpressionElements
 
-  
 
- getXBlockExpression() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXBlockExpression() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXBlockExpression_Expressions() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXBlockExpression_Expressions() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference list '
Expressions'
 
 
- getXBlockExpressionAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXBlockExpressionAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXBlockExpressionAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXBlockExpressionAction_0() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess.SpecialBlockExpressionElements
 
-  
 
- getXBlockExpressionAction_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XBlockExpressionElements
 
-  
 
- getXBlockExpressionAction_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XExpressionInClosureElements
 
-  
 
- getXBlockExpressionParserRuleCall_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XPrimaryExpressionElements
 
-  
 
- getXBlockExpressionRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXBlockExpressionRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXBlockExpressionRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXBooleanLiteral() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXBooleanLiteral() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXBooleanLiteral_IsTrue() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXBooleanLiteral_IsTrue() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the attribute '
Is True'
 
 
- getXBooleanLiteralAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXBooleanLiteralAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXBooleanLiteralAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXBooleanLiteralAction_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XBooleanLiteralElements
 
-  
 
- getXBooleanLiteralParserRuleCall_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XLiteralElements
 
-  
 
- getXBooleanLiteralRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXBooleanLiteralRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXBooleanLiteralRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXCasePart() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXCasePart() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXCasePart_Case() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXCasePart_Case() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
Case'
 
 
- getXCasePart_Then() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXCasePart_Then() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
Then'
 
 
- getXCasePart_TypeGuard() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXCasePart_TypeGuard() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
Type Guard'
 
 
- getXCasePartAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXCasePartAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXCasePartAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXCasePartRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXCasePartRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXCasePartRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXCastedExpression() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXCastedExpression() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXCastedExpression_Target() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXCastedExpression_Target() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
Target'
 
 
- getXCastedExpression_Type() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXCastedExpression_Type() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
Type'
 
 
- getXCastedExpressionAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXCastedExpressionAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXCastedExpressionAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXCastedExpressionParserRuleCall_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XUnaryOperationElements
 
-  
 
- getXCastedExpressionRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXCastedExpressionRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXCastedExpressionRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXCastedExpressionTargetAction_1_0_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCastedExpressionElements
 
-  
 
- getXCatchClause() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXCatchClause() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXCatchClause_DeclaredParam() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXCatchClause_DeclaredParam() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
Declared Param'
 
 
- getXCatchClause_Expression() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXCatchClause_Expression() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
Expression'
 
 
- getXCatchClauseAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXCatchClauseAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXCatchClauseAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXCatchClauseRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXCatchClauseRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXCatchClauseRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXClosure() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXClosure() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for class '
XClosure'
 
 
- getXClosure_DeclaredFormalParameters() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXClosure_DeclaredFormalParameters() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXClosure_ExplicitSyntax() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXClosure_ExplicitSyntax() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXClosure_Expression() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXClosure_Expression() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
Expression'
 
 
- getXClosure_ImplicitParameter() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXClosure_ImplicitParameter() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXClosureAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXClosureAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXClosureAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXClosureAction_0_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XClosureElements
 
-  
 
- getXClosureAction_0_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XShortClosureElements
 
-  
 
- getXClosureParserRuleCall_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XLiteralElements
 
-  
 
- getXClosureRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXClosureRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXClosureRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXCollectionLiteral() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXCollectionLiteral() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXCollectionLiteral_Elements() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXCollectionLiteral_Elements() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference list '
Elements'
 
 
- getXCollectionLiteralAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXCollectionLiteralAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXCollectionLiteralAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXCollectionLiteralParserRuleCall_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XLiteralElements
 
-  
 
- getXCollectionLiteralRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXCollectionLiteralRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXCollectionLiteralRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXComputedTypeReference() - Method in class org.eclipse.xtext.xtype.impl.XtypePackageImpl
 
-  
 
- getXComputedTypeReference() - Method in interface org.eclipse.xtext.xtype.XtypePackage
 
- 
 
- getXComputedTypeReference_TypeProvider() - Method in class org.eclipse.xtext.xtype.impl.XtypePackageImpl
 
-  
 
- getXComputedTypeReference_TypeProvider() - Method in interface org.eclipse.xtext.xtype.XtypePackage
 
- 
 
- getXConstructorCall() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXConstructorCall() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXConstructorCall_Arguments() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXConstructorCall_Arguments() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference list '
Arguments'
 
 
- getXConstructorCall_Constructor() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXConstructorCall_Constructor() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the reference '
Constructor'
 
 
- getXConstructorCall_InvalidFeatureIssueCode() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXConstructorCall_InvalidFeatureIssueCode() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXConstructorCall_TypeArguments() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXConstructorCall_TypeArguments() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference list '
Type Arguments'
 
 
- getXConstructorCall_ValidFeature() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXConstructorCall_ValidFeature() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXConstructorCallAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXConstructorCallAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXConstructorCallAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXConstructorCallAction_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XConstructorCallElements
 
-  
 
- getXConstructorCallParserRuleCall_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XPrimaryExpressionElements
 
-  
 
- getXConstructorCallRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXConstructorCallRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXConstructorCallRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXDoWhileExpression() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXDoWhileExpression() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXDoWhileExpressionAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXDoWhileExpressionAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXDoWhileExpressionAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXDoWhileExpressionAction_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XDoWhileExpressionElements
 
-  
 
- getXDoWhileExpressionParserRuleCall_8() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XPrimaryExpressionElements
 
-  
 
- getXDoWhileExpressionRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXDoWhileExpressionRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXDoWhileExpressionRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXEqualityExpressionAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXEqualityExpressionAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXEqualityExpressionAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXEqualityExpressionParserRuleCall_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAndExpressionElements
 
-  
 
- getXEqualityExpressionRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXEqualityExpressionRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXEqualityExpressionRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXExpression() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXExpression() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXExpressionAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXExpressionAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXExpressionAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXExpressionInClosureAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXExpressionInClosureAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXExpressionInClosureAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXExpressionInClosureRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXExpressionInClosureRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXExpressionInClosureRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXExpressionInsideBlockAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXExpressionInsideBlockAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXExpressionInsideBlockAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXExpressionInsideBlockRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXExpressionInsideBlockRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXExpressionInsideBlockRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXExpressionParserRuleCall_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XExpressionInsideBlockElements
 
-  
 
- getXExpressionParserRuleCall_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XParenthesizedExpressionElements
 
-  
 
- getXExpressionParserRuleCall_2() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElementValueElements
 
-  
 
- getXExpressionRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXExpressionRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXExpressionRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXFeatureCall() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXFeatureCall() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXFeatureCall_ExplicitOperationCall() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXFeatureCall_ExplicitOperationCall() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXFeatureCall_FeatureCallArguments() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXFeatureCall_FeatureCallArguments() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXFeatureCall_PackageFragment() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXFeatureCall_PackageFragment() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXFeatureCall_TypeLiteral() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXFeatureCall_TypeLiteral() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXFeatureCallAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXFeatureCallAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXFeatureCallAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXFeatureCallAction_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XFeatureCallElements
 
-  
 
- getXFeatureCallParserRuleCall_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XPrimaryExpressionElements
 
-  
 
- getXFeatureCallRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXFeatureCallRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXFeatureCallRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXForLoopExpression() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXForLoopExpression() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXForLoopExpression_DeclaredParam() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXForLoopExpression_DeclaredParam() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
Declared Param'
 
 
- getXForLoopExpression_EachExpression() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXForLoopExpression_EachExpression() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXForLoopExpression_ForExpression() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXForLoopExpression_ForExpression() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
For Expression'
 
 
- getXForLoopExpressionAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXForLoopExpressionAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXForLoopExpressionAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXForLoopExpressionAction_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XForLoopExpressionElements
 
-  
 
- getXForLoopExpressionParserRuleCall_6() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XPrimaryExpressionElements
 
-  
 
- getXForLoopExpressionRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXForLoopExpressionRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXForLoopExpressionRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXForLoopRightParenthesis() - Method in class org.eclipse.xtext.xbase.ui.contentassist.XbaseProposalProvider
 
-  
 
- getXFunctionTypeRef() - Method in class org.eclipse.xtext.xtype.impl.XtypePackageImpl
 
-  
 
- getXFunctionTypeRef() - Method in interface org.eclipse.xtext.xtype.XtypePackage
 
- 
 
- getXFunctionTypeRef_InstanceContext() - Method in class org.eclipse.xtext.xtype.impl.XtypePackageImpl
 
-  
 
- getXFunctionTypeRef_InstanceContext() - Method in interface org.eclipse.xtext.xtype.XtypePackage
 
- 
 
- getXFunctionTypeRef_ParamTypes() - Method in class org.eclipse.xtext.xtype.impl.XtypePackageImpl
 
-  
 
- getXFunctionTypeRef_ParamTypes() - Method in interface org.eclipse.xtext.xtype.XtypePackage
 
- 
Returns the meta object for the containment reference list '
Param Types'
 
 
- getXFunctionTypeRef_ReturnType() - Method in class org.eclipse.xtext.xtype.impl.XtypePackageImpl
 
-  
 
- getXFunctionTypeRef_ReturnType() - Method in interface org.eclipse.xtext.xtype.XtypePackage
 
- 
Returns the meta object for the containment reference '
Return Type'
 
 
- getXFunctionTypeRef_Type() - Method in class org.eclipse.xtext.xtype.impl.XtypePackageImpl
 
-  
 
- getXFunctionTypeRef_Type() - Method in interface org.eclipse.xtext.xtype.XtypePackage
 
- 
Returns the meta object for the reference '
Type'
 
 
- getXFunctionTypeRefAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXFunctionTypeRefAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXFunctionTypeRefAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXFunctionTypeRefAccess() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getXFunctionTypeRefParserRuleCall_1() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess.JvmTypeReferenceElements
 
-  
 
- getXFunctionTypeRefRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXFunctionTypeRefRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXFunctionTypeRefRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXFunctionTypeRefRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getXIfExpression() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXIfExpression() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXIfExpression_Else() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXIfExpression_Else() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
Else'
 
 
- getXIfExpression_If() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXIfExpression_If() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
If'
 
 
- getXIfExpression_Then() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXIfExpression_Then() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
Then'
 
 
- getXIfExpressionAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXIfExpressionAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXIfExpressionAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXIfExpressionAction_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XIfExpressionElements
 
-  
 
- getXIfExpressionParserRuleCall_5() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XPrimaryExpressionElements
 
-  
 
- getXIfExpressionRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXIfExpressionRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXIfExpressionRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXImportDeclaration() - Method in class org.eclipse.xtext.xtype.impl.XtypePackageImpl
 
-  
 
- getXImportDeclaration() - Method in interface org.eclipse.xtext.xtype.XtypePackage
 
- 
 
- getXImportDeclaration_Extension() - Method in class org.eclipse.xtext.xtype.impl.XtypePackageImpl
 
-  
 
- getXImportDeclaration_Extension() - Method in interface org.eclipse.xtext.xtype.XtypePackage
 
- 
Returns the meta object for the attribute '
Extension'
 
 
- getXImportDeclaration_ImportedNamespace() - Method in class org.eclipse.xtext.xtype.impl.XtypePackageImpl
 
-  
 
- getXImportDeclaration_ImportedNamespace() - Method in interface org.eclipse.xtext.xtype.XtypePackage
 
- 
 
- getXImportDeclaration_ImportedType() - Method in class org.eclipse.xtext.xtype.impl.XtypePackageImpl
 
-  
 
- getXImportDeclaration_ImportedType() - Method in interface org.eclipse.xtext.xtype.XtypePackage
 
- 
 
- getXImportDeclaration_Static() - Method in class org.eclipse.xtext.xtype.impl.XtypePackageImpl
 
-  
 
- getXImportDeclaration_Static() - Method in interface org.eclipse.xtext.xtype.XtypePackage
 
- 
Returns the meta object for the attribute '
Static'
 
 
- getXImportDeclarationAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXImportDeclarationAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXImportDeclarationAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXImportDeclarationAccess() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getXImportDeclarationRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXImportDeclarationRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXImportDeclarationRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXImportDeclarationRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getXImportSection() - Method in class org.eclipse.xtext.xtype.impl.XtypePackageImpl
 
-  
 
- getXImportSection() - Method in interface org.eclipse.xtext.xtype.XtypePackage
 
- 
 
- getXImportSection_ImportDeclarations() - Method in class org.eclipse.xtext.xtype.impl.XtypePackageImpl
 
-  
 
- getXImportSection_ImportDeclarations() - Method in interface org.eclipse.xtext.xtype.XtypePackage
 
- 
 
- getXImportSectionAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXImportSectionAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXImportSectionAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXImportSectionAccess() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getXImportSectionRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXImportSectionRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXImportSectionRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXImportSectionRule() - Method in class org.eclipse.xtext.xbase.services.XtypeGrammarAccess
 
-  
 
- getXInstanceOfExpression() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXInstanceOfExpression() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXInstanceOfExpression_Expression() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXInstanceOfExpression_Expression() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
Expression'
 
 
- getXInstanceOfExpression_Type() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXInstanceOfExpression_Type() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
Type'
 
 
- getXInstanceOfExpressionExpressionAction_1_0_0_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XRelationalExpressionElements
 
-  
 
- getXListLiteral() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXListLiteral() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXListLiteralAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXListLiteralAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXListLiteralAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXListLiteralAction_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XListLiteralElements
 
-  
 
- getXListLiteralAction_1_0() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess.XAnnotationElementValueElements
 
-  
 
- getXListLiteralParserRuleCall_1() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCollectionLiteralElements
 
-  
 
- getXListLiteralRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXListLiteralRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXListLiteralRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXLiteralAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXLiteralAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXLiteralAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXLiteralParserRuleCall_4() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XPrimaryExpressionElements
 
-  
 
- getXLiteralRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXLiteralRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXLiteralRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXMemberFeatureCall() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXMemberFeatureCall() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXMemberFeatureCall_ExplicitOperationCall() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXMemberFeatureCall_ExplicitOperationCall() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXMemberFeatureCall_ExplicitStatic() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXMemberFeatureCall_ExplicitStatic() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXMemberFeatureCall_MemberCallArguments() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXMemberFeatureCall_MemberCallArguments() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXMemberFeatureCall_MemberCallTarget() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXMemberFeatureCall_MemberCallTarget() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXMemberFeatureCall_NullSafe() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXMemberFeatureCall_NullSafe() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the attribute '
Null Safe'
 
 
- getXMemberFeatureCall_PackageFragment() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXMemberFeatureCall_PackageFragment() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXMemberFeatureCall_StaticWithDeclaringType() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXMemberFeatureCall_StaticWithDeclaringType() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXMemberFeatureCall_TypeLiteral() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXMemberFeatureCall_TypeLiteral() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXMemberFeatureCallAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXMemberFeatureCallAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXMemberFeatureCallAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXMemberFeatureCallMemberCallTargetAction_1_1_0_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getXMemberFeatureCallParserRuleCall_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCastedExpressionElements
 
-  
 
- getXMemberFeatureCallRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXMemberFeatureCallRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXMemberFeatureCallRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXmiModelDirectory() - Method in class org.eclipse.xtext.generator.ecore.EMFGeneratorFragment
 
-  
 
- getXmiModelDirectory(Grammar, String, XpandExecutionContext) - Method in class org.eclipse.xtext.generator.ecore.EMFGeneratorFragment
 
-  
 
- getXmlVersion() - Method in class org.eclipse.xtext.generator.grammarAccess.GrammarAccessFragment
 
-  
 
- getXMultiplicativeExpressionAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXMultiplicativeExpressionAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXMultiplicativeExpressionAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXMultiplicativeExpressionParserRuleCall_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAdditiveExpressionElements
 
-  
 
- getXMultiplicativeExpressionRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXMultiplicativeExpressionRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXMultiplicativeExpressionRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXNullLiteral() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXNullLiteral() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXNullLiteralAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXNullLiteralAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXNullLiteralAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXNullLiteralAction_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XNullLiteralElements
 
-  
 
- getXNullLiteralParserRuleCall_4() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XLiteralElements
 
-  
 
- getXNullLiteralRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXNullLiteralRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXNullLiteralRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXNumberLiteral() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXNumberLiteral() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXNumberLiteral_Value() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXNumberLiteral_Value() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the attribute '
Value'
 
 
- getXNumberLiteralAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXNumberLiteralAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXNumberLiteralAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXNumberLiteralAction_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XNumberLiteralElements
 
-  
 
- getXNumberLiteralParserRuleCall_3() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XLiteralElements
 
-  
 
- getXNumberLiteralRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXNumberLiteralRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXNumberLiteralRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXOrExpressionAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXOrExpressionAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXOrExpressionAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXOrExpressionParserRuleCall_1_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XAssignmentElements
 
-  
 
- getXOrExpressionRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXOrExpressionRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXOrExpressionRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXOtherOperatorExpressionAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXOtherOperatorExpressionAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXOtherOperatorExpressionAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXOtherOperatorExpressionParserRuleCall_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XRelationalExpressionElements
 
-  
 
- getXOtherOperatorExpressionRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXOtherOperatorExpressionRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXOtherOperatorExpressionRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXpandExecutionContext() - Method in class org.eclipse.xtext.generator.Xtend2ExecutionContext
 
-  
 
- getXParenthesizedExpressionAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXParenthesizedExpressionAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXParenthesizedExpressionAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXParenthesizedExpressionParserRuleCall_12() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XPrimaryExpressionElements
 
-  
 
- getXParenthesizedExpressionRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXParenthesizedExpressionRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXParenthesizedExpressionRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXPrimaryExpressionAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXPrimaryExpressionAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXPrimaryExpressionAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXPrimaryExpressionParserRuleCall_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMemberFeatureCallElements
 
-  
 
- getXPrimaryExpressionRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXPrimaryExpressionRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXPrimaryExpressionRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXRelationalExpressionAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXRelationalExpressionAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXRelationalExpressionAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXRelationalExpressionParserRuleCall_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XEqualityExpressionElements
 
-  
 
- getXRelationalExpressionRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXRelationalExpressionRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXRelationalExpressionRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXReturnExpression() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXReturnExpression() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXReturnExpression_Expression() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXReturnExpression_Expression() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
Expression'
 
 
- getXReturnExpressionAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXReturnExpressionAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXReturnExpressionAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXReturnExpressionAction_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XReturnExpressionElements
 
-  
 
- getXReturnExpressionParserRuleCall_10() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XPrimaryExpressionElements
 
-  
 
- getXReturnExpressionRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXReturnExpressionRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXReturnExpressionRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXSetLiteral() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXSetLiteral() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXSetLiteralAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXSetLiteralAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXSetLiteralAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXSetLiteralAction_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSetLiteralElements
 
-  
 
- getXSetLiteralParserRuleCall_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCollectionLiteralElements
 
-  
 
- getXSetLiteralRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXSetLiteralRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXSetLiteralRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXShortClosureAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXShortClosureAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXShortClosureAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXShortClosureRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXShortClosureRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXShortClosureRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXStringLiteral() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXStringLiteral() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXStringLiteral_Value() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXStringLiteral_Value() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the attribute '
Value'
 
 
- getXStringLiteralAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXStringLiteralAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXStringLiteralAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXStringLiteralAction_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XStringLiteralElements
 
-  
 
- getXStringLiteralParserRuleCall_5() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XLiteralElements
 
-  
 
- getXStringLiteralRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXStringLiteralRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXStringLiteralRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXSwitchExpression() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXSwitchExpression() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXSwitchExpression_Cases() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXSwitchExpression_Cases() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference list '
Cases'
 
 
- getXSwitchExpression_Default() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXSwitchExpression_Default() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
Default'
 
 
- getXSwitchExpression_LocalVarName() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXSwitchExpression_LocalVarName() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXSwitchExpression_Switch() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXSwitchExpression_Switch() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
Switch'
 
 
- getXSwitchExpressionAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXSwitchExpressionAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXSwitchExpressionAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXSwitchExpressionAction_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XSwitchExpressionElements
 
-  
 
- getXSwitchExpressionParserRuleCall_2() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XPrimaryExpressionElements
 
-  
 
- getXSwitchExpressionRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXSwitchExpressionRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXSwitchExpressionRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXtendFacade() - Method in class org.eclipse.xtext.junit.AbstractXtextTests
 
-  
 
- getXtendFileLocation(GeneratedMetamodel) - Method in class org.eclipse.xtext.xtext.ecoreInference.XtendXtext2EcorePostProcessor
 
-  
 
- getXtextDocument() - Method in interface org.eclipse.xtext.ui.editor.model.edit.IModificationContext
 
-  
 
- getXtextDocument(URI) - Method in interface org.eclipse.xtext.ui.editor.model.edit.IModificationContext
 
-  
 
- getXtextDocument() - Method in class org.eclipse.xtext.ui.editor.model.edit.IssueModificationContext
 
-  
 
- getXtextDocument(URI) - Method in class org.eclipse.xtext.ui.editor.model.edit.IssueModificationContext
 
-  
 
- getXtextDocument() - Method in class org.eclipse.xtext.ui.editor.outline.impl.OutlinePage
 
-  
 
- getXtextDocument(IResource) - Method in class org.eclipse.xtext.ui.editor.quickfix.MarkerResolutionGenerator
 
-  
 
- getXtextDocument() - Method in class org.eclipse.xtext.ui.editor.validation.ValidationJob
 
-  
 
- getXtextEditor(ITrace) - Method in class org.eclipse.xtext.common.types.shared.jdt38.OriginalEditorSelector
 
-  
 
- getXtextEditor(URI) - Method in class org.eclipse.xtext.common.types.shared.jdt38.OriginalEditorSelector
 
-  
 
- getXtextEditor() - Method in class org.eclipse.xtext.ui.editor.selection.AstSelectionAction
 
-  
 
- getXtextEditor(IEditorPart) - Static method in class org.eclipse.xtext.ui.editor.utils.EditorUtils
 
-  
 
- getXtextEditor() - Method in class org.eclipse.xtext.ui.refactoring.ui.RenameRefactoringController
 
-  
 
- getXtextElementAt(XtextResource, IRegion) - Method in class org.eclipse.xtext.ui.editor.hover.AbstractEObjectHover
 
- 
Call this method only from within an IUnitOfWork
 
- getXtextElementAt(XtextResource, int) - Method in class org.eclipse.xtext.ui.editor.hover.AbstractEObjectHover
 
- 
Call this method only from within an IUnitOfWork
 
- getXtextElementAt(XtextResource, int) - Method in class org.eclipse.xtext.xbase.ui.hover.XbaseDispatchingEObjectTextHover
 
-  
 
- getXtextFactory() - Method in class org.eclipse.xtext.impl.XtextPackageImpl
 
-  
 
- getXtextFactory() - Method in interface org.eclipse.xtext.XtextPackage
 
- 
Returns the factory that creates the instances of the model
 
- getXtextPackage() - Method in class org.eclipse.xtext.impl.XtextFactoryImpl
 
-  
 
- getXtextPackage() - Method in interface org.eclipse.xtext.XtextFactory
 
- 
Returns the package supported by this factory
 
- getXtextProjectInfo() - Method in class org.eclipse.xtext.xtext.ui.wizard.ecore2xtext.Ecore2XtextProjectCreator
 
-  
 
- getXtextProjectInfo() - Method in class org.eclipse.xtext.xtext.ui.wizard.project.XtextProjectCreator
 
-  
 
- getXtextSourceViewerConfiguration() - Method in class org.eclipse.xtext.ui.editor.XtextEditor
 
-  
 
- getXThrowExpression() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXThrowExpression() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXThrowExpression_Expression() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXThrowExpression_Expression() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
Expression'
 
 
- getXThrowExpressionAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXThrowExpressionAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXThrowExpressionAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXThrowExpressionAction_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XThrowExpressionElements
 
-  
 
- getXThrowExpressionParserRuleCall_9() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XPrimaryExpressionElements
 
-  
 
- getXThrowExpressionRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXThrowExpressionRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXThrowExpressionRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXTryCatchFinallyExpression() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXTryCatchFinallyExpression() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXTryCatchFinallyExpression_CatchClauses() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXTryCatchFinallyExpression_CatchClauses() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference list '
Catch Clauses'
 
 
- getXTryCatchFinallyExpression_Expression() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXTryCatchFinallyExpression_Expression() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
Expression'
 
 
- getXTryCatchFinallyExpression_FinallyExpression() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXTryCatchFinallyExpression_FinallyExpression() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXTryCatchFinallyExpressionAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXTryCatchFinallyExpressionAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXTryCatchFinallyExpressionAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXTryCatchFinallyExpressionAction_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTryCatchFinallyExpressionElements
 
-  
 
- getXTryCatchFinallyExpressionParserRuleCall_11() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XPrimaryExpressionElements
 
-  
 
- getXTryCatchFinallyExpressionRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXTryCatchFinallyExpressionRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXTryCatchFinallyExpressionRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXtypeFactory() - Method in class org.eclipse.xtext.xbase.typesystem.util.CommonTypeComputationServices
 
-  
 
- getXtypeFactory() - Method in class org.eclipse.xtext.xtype.impl.XtypePackageImpl
 
-  
 
- getXtypeFactory() - Method in interface org.eclipse.xtext.xtype.XtypePackage
 
- 
Returns the factory that creates the instances of the model
 
- getXtypeGrammarAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXTypeLiteral() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXTypeLiteral() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXTypeLiteral_ArrayDimensions() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXTypeLiteral_ArrayDimensions() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXTypeLiteral_Type() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXTypeLiteral_Type() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the reference '
Type'
 
 
- getXTypeLiteralAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXTypeLiteralAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXTypeLiteralAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXTypeLiteralAction_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XTypeLiteralElements
 
-  
 
- getXTypeLiteralParserRuleCall_6() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XLiteralElements
 
-  
 
- getXTypeLiteralRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXTypeLiteralRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXTypeLiteralRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXtypePackage() - Method in class org.eclipse.xtext.xtype.impl.XtypeFactoryImpl
 
-  
 
- getXtypePackage() - Method in interface org.eclipse.xtext.xtype.XtypeFactory
 
- 
Returns the package supported by this factory
 
- getXUnaryOperation() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXUnaryOperation() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXUnaryOperation_Operand() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXUnaryOperation_Operand() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
Operand'
 
 
- getXUnaryOperationAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXUnaryOperationAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXUnaryOperationAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXUnaryOperationAction_0_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XUnaryOperationElements
 
-  
 
- getXUnaryOperationParserRuleCall_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XMultiplicativeExpressionElements
 
-  
 
- getXUnaryOperationRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXUnaryOperationRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXUnaryOperationRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXVariableDeclaration() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXVariableDeclaration() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXVariableDeclaration_Name() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXVariableDeclaration_Name() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the attribute '
Name'
 
 
- getXVariableDeclaration_Right() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXVariableDeclaration_Right() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
Right'
 
 
- getXVariableDeclaration_Type() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXVariableDeclaration_Type() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the containment reference '
Type'
 
 
- getXVariableDeclaration_Writeable() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXVariableDeclaration_Writeable() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
Returns the meta object for the attribute '
Writeable'
 
 
- getXVariableDeclarationAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXVariableDeclarationAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXVariableDeclarationAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXVariableDeclarationAction_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XVariableDeclarationElements
 
-  
 
- getXVariableDeclarationParserRuleCall_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XExpressionInsideBlockElements
 
-  
 
- getXVariableDeclarationRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXVariableDeclarationRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXVariableDeclarationRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXWhileExpression() - Method in class org.eclipse.xtext.xbase.impl.XbasePackageImpl
 
-  
 
- getXWhileExpression() - Method in interface org.eclipse.xtext.xbase.XbasePackage
 
- 
 
- getXWhileExpressionAccess() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXWhileExpressionAccess() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXWhileExpressionAccess() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- getXWhileExpressionAction_0() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XWhileExpressionElements
 
-  
 
- getXWhileExpressionParserRuleCall_7() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XPrimaryExpressionElements
 
-  
 
- getXWhileExpressionRule() - Method in class org.eclipse.xtext.purexbase.services.PureXbaseGrammarAccess
 
-  
 
- getXWhileExpressionRule() - Method in class org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess
 
-  
 
- getXWhileExpressionRule() - Method in class org.eclipse.xtext.xbase.services.XbaseGrammarAccess
 
-  
 
- GLOBAL_VAR_NAME - Static variable in class org.eclipse.xtext.generator.Naming
 
-  
 
- GlobalDerivedMemberAwareURIEditorOpener - Class in org.eclipse.xtext.common.types.ui.navigation
 
-  
 
- GlobalDerivedMemberAwareURIEditorOpener() - Constructor for class org.eclipse.xtext.common.types.ui.navigation.GlobalDerivedMemberAwareURIEditorOpener
 
-  
 
- GlobalDescriptionLabelProvider - Class in org.eclipse.xtext.ui.label
 
- 
 
- GlobalDescriptionLabelProvider() - Constructor for class org.eclipse.xtext.ui.label.GlobalDescriptionLabelProvider
 
-  
 
- GlobalDescriptionLabelProvider_0 - Static variable in class org.eclipse.xtext.ui.label.Messages
 
-  
 
- globalDescriptionsChanged(IResourceDescription.Event) - Method in class org.eclipse.xtext.builder.impl.DirtyStateAwareResourceDescriptions
 
-  
 
- globalFindInstantiableCompatible(EClass) - Method in class org.eclipse.xtext.linking.lazy.LazyLinker
 
-  
 
- GlobalRegistries - Class in org.eclipse.xtext.junit
 
- 
Utility for tests to avoid being based on and doing any side effects to the global registries from EMF.
 
- GlobalRegistries() - Constructor for class org.eclipse.xtext.junit.GlobalRegistries
 
-  
 
- GlobalRegistries - Class in org.eclipse.xtext.junit4
 
- 
Utility for tests to avoid being based on and doing any side effects to the global registries from EMF.
 
- GlobalRegistries() - Constructor for class org.eclipse.xtext.junit4.GlobalRegistries
 
-  
 
- GlobalRegistries.GlobalStateMemento - Class in org.eclipse.xtext.junit
 
-  
 
- GlobalRegistries.GlobalStateMemento() - Constructor for class org.eclipse.xtext.junit.GlobalRegistries.GlobalStateMemento
 
-  
 
- GlobalRegistries.GlobalStateMemento - Class in org.eclipse.xtext.junit4
 
-  
 
- GlobalRegistries.GlobalStateMemento() - Constructor for class org.eclipse.xtext.junit4.GlobalRegistries.GlobalStateMemento
 
-  
 
- GlobalResourceDescriptionProvider - Class in org.eclipse.xtext.scoping.impl
 
-  
 
- GlobalResourceDescriptionProvider(IResourceServiceProvider.Registry) - Constructor for class org.eclipse.xtext.scoping.impl.GlobalResourceDescriptionProvider
 
-  
 
- globalServiceProvider - Variable in class org.eclipse.xtext.ui.editor.findrefs.FindReferencesHandler
 
-  
 
- globalServiceProvider - Variable in class org.eclipse.xtext.ui.refactoring.ui.DefaultRenameElementHandler
 
-  
 
- GlobalURIEditorOpener - Class in org.eclipse.xtext.ui.editor
 
-  
 
- GlobalURIEditorOpener() - Constructor for class org.eclipse.xtext.ui.editor.GlobalURIEditorOpener
 
-  
 
- GoToMatchingBracketAction - Class in org.eclipse.xtext.ui.editor.bracketmatching
 
-  
 
- GoToMatchingBracketAction() - Constructor for class org.eclipse.xtext.ui.editor.bracketmatching.GoToMatchingBracketAction
 
-  
 
- GoToMatchingBracketAction_label - Static variable in class org.eclipse.xtext.ui.editor.bracketmatching.Messages
 
-  
 
- gotoSelectedElement() - Method in class org.eclipse.xtext.ui.editor.outline.quickoutline.QuickOutlinePopup
 
-  
 
- grammar - Variable in class org.eclipse.xtext.formatting.impl.BaseFormatter
 
-  
 
- grammar - Variable in class org.eclipse.xtext.formatting.impl.ElementMatcherProvider
 
-  
 
- grammar - Variable in class org.eclipse.xtext.formatting.impl.ElementMatcherProvider.TransitionMatcher
 
-  
 
- grammar - Variable in class org.eclipse.xtext.generator.serializer.SemanticSequencerUtil.SuperGrammar
 
-  
 
- grammar - Variable in class org.eclipse.xtext.generator.serializer.SyntacticSequencerUtil
 
-  
 
- Grammar - Interface in org.eclipse.xtext
 
- 
A representation of the model object 'Grammar'
 
- grammar - Variable in class org.eclipse.xtext.grammaranalysis.impl.CfgAdapter
 
-  
 
- grammar - Variable in class org.eclipse.xtext.junit.serializer.SerializerTester
 
-  
 
- grammar - Variable in class org.eclipse.xtext.serializer.analysis.SemanticSequencerNfaProvider
 
-  
 
- grammar - Variable in class org.eclipse.xtext.serializer.impl.Serializer
 
-  
 
- grammar - Variable in class org.eclipse.xtext.serializer.sequencer.ContextFinder
 
-  
 
- grammar - Variable in class org.eclipse.xtext.validation.impl.ConcreteSyntaxConstraintProvider
 
-  
 
- grammar(Ecore2XtextProjectInfo) - Method in class org.eclipse.xtext.xtext.ui.wizard.ecore2xtext.Ecore2XtextGrammarCreator
 
-  
 
- GRAMMAR - Static variable in interface org.eclipse.xtext.XtextPackage
 
- 
The meta object id for the '
Grammar' class
 
 
- GRAMMAR - Static variable in interface org.eclipse.xtext.XtextPackage.Literals
 
- 
The meta object literal for the '
Grammar' class
 
 
- GRAMMAR__DEFINES_HIDDEN_TOKENS - Static variable in interface org.eclipse.xtext.XtextPackage
 
- 
The feature id for the 'Defines Hidden Tokens' attribute
 
- GRAMMAR__DEFINES_HIDDEN_TOKENS - Static variable in interface org.eclipse.xtext.XtextPackage.Literals
 
- 
The meta object literal for the 'Defines Hidden Tokens' attribute feature
 
- GRAMMAR__HIDDEN_TOKENS - Static variable in interface org.eclipse.xtext.XtextPackage
 
- 
The feature id for the 'Hidden Tokens' reference list
 
- GRAMMAR__HIDDEN_TOKENS - Static variable in interface org.eclipse.xtext.XtextPackage.Literals
 
- 
The meta object literal for the 'Hidden Tokens' reference list feature
 
- GRAMMAR__METAMODEL_DECLARATIONS - Static variable in interface org.eclipse.xtext.XtextPackage
 
- 
The feature id for the 'Metamodel Declarations' containment reference list
 
- GRAMMAR__METAMODEL_DECLARATIONS - Static variable in interface org.eclipse.xtext.XtextPackage.Literals
 
- 
The meta object literal for the 'Metamodel Declarations' containment reference list feature
 
- GRAMMAR__NAME - Static variable in interface org.eclipse.xtext.XtextPackage
 
- 
The feature id for the 'Name' attribute
 
- GRAMMAR__NAME - Static variable in interface org.eclipse.xtext.XtextPackage.Literals
 
- 
The meta object literal for the 'Name' attribute feature
 
- GRAMMAR__RULES - Static variable in interface org.eclipse.xtext.XtextPackage
 
- 
The feature id for the 'Rules' containment reference list
 
- GRAMMAR__RULES - Static variable in interface org.eclipse.xtext.XtextPackage.Literals
 
- 
The meta object literal for the 'Rules' containment reference list feature
 
- GRAMMAR__USED_GRAMMARS - Static variable in interface org.eclipse.xtext.XtextPackage
 
- 
The feature id for the 'Used Grammars' reference list
 
- GRAMMAR__USED_GRAMMARS - Static variable in interface org.eclipse.xtext.XtextPackage.Literals
 
- 
The meta object literal for the 'Used Grammars' reference list feature
 
- GRAMMAR_FEATURE_COUNT - Static variable in interface org.eclipse.xtext.XtextPackage
 
- 
The number of structural features of the 'Grammar' class
 
- grammarAccess - Variable in class org.eclipse.xtext.formatting.impl.AbstractFormattingConfig
 
-  
 
- GrammarAccess - Class in org.eclipse.xtext.generator.grammarAccess
 
- 
This API can be used by other templates to generate code
 that has hard references to grammar rules/elements
 
- GrammarAccess() - Constructor for class org.eclipse.xtext.generator.grammarAccess.GrammarAccess
 
-  
 
- grammarAccess - Variable in class org.eclipse.xtext.generator.serializer.SyntacticSequencerUtil
 
-  
 
- grammarAccess - Variable in class org.eclipse.xtext.purexbase.serializer.PureXbaseSyntacticSequencer
 
-  
 
- grammarAccess - Variable in class org.eclipse.xtext.serializer.diagnostic.SequencerDiagnosticProvider
 
-  
 
- grammarAccess - Variable in class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer
 
-  
 
- grammarAccess - Variable in class org.eclipse.xtext.xbase.annotations.serializer.AbstractXbaseWithAnnotationsSyntacticSequencer
 
-  
 
- grammarAccess - Variable in class org.eclipse.xtext.xbase.serializer.AbstractXbaseSyntacticSequencer
 
-  
 
- grammarAccess - Variable in class org.eclipse.xtext.xbase.serializer.AbstractXtypeSyntacticSequencer
 
-  
 
- GrammarAccessFragment - Class in org.eclipse.xtext.generator.grammarAccess
 
- 
A grammar access fragment that handles subpackages of EPackages gracefully.
 
- GrammarAccessFragment() - Constructor for class org.eclipse.xtext.generator.grammarAccess.GrammarAccessFragment
 
-  
 
- GrammarAccessUtil - Class in org.eclipse.xtext.generator.grammarAccess
 
-  
 
- GrammarAccessUtil() - Constructor for class org.eclipse.xtext.generator.grammarAccess.GrammarAccessUtil
 
-  
 
- GrammarAlias - Class in org.eclipse.xtext.serializer.analysis
 
-  
 
- GrammarAlias() - Constructor for class org.eclipse.xtext.serializer.analysis.GrammarAlias
 
-  
 
- GrammarAlias.AbstractElementAlias - Class in org.eclipse.xtext.serializer.analysis
 
-  
 
- GrammarAlias.AbstractElementAlias(boolean, boolean) - Constructor for class org.eclipse.xtext.serializer.analysis.GrammarAlias.AbstractElementAlias
 
-  
 
- GrammarAlias.AlternativeAlias - Class in org.eclipse.xtext.serializer.analysis
 
-  
 
- GrammarAlias.AlternativeAlias(boolean, boolean, GrammarAlias.AbstractElementAlias...) - Constructor for class org.eclipse.xtext.serializer.analysis.GrammarAlias.AlternativeAlias
 
-  
 
- GrammarAlias.AlternativeAlias(boolean, boolean, Iterable<GrammarAlias.AbstractElementAlias>) - Constructor for class org.eclipse.xtext.serializer.analysis.GrammarAlias.AlternativeAlias
 
-  
 
- GrammarAlias.CompoundAlias - Class in org.eclipse.xtext.serializer.analysis
 
-  
 
- GrammarAlias.CompoundAlias(boolean, boolean) - Constructor for class org.eclipse.xtext.serializer.analysis.GrammarAlias.CompoundAlias
 
-  
 
- GrammarAlias.GrammarAliasAdapter - Class in org.eclipse.xtext.serializer.analysis
 
-  
 
- GrammarAlias.GrammarAliasAdapter(GrammarAlias.AbstractElementAlias) - Constructor for class org.eclipse.xtext.serializer.analysis.GrammarAlias.GrammarAliasAdapter
 
-  
 
- GrammarAlias.GrammarAliasFactory - Class in org.eclipse.xtext.serializer.analysis
 
-  
 
- GrammarAlias.GrammarAliasFactory() - Constructor for class org.eclipse.xtext.serializer.analysis.GrammarAlias.GrammarAliasFactory
 
-  
 
- GrammarAlias.GroupAlias - Class in org.eclipse.xtext.serializer.analysis
 
-  
 
- GrammarAlias.GroupAlias(boolean, boolean, GrammarAlias.AbstractElementAlias...) - Constructor for class org.eclipse.xtext.serializer.analysis.GrammarAlias.GroupAlias
 
-  
 
- GrammarAlias.GroupAlias(boolean, boolean, Iterable<GrammarAlias.AbstractElementAlias>) - Constructor for class org.eclipse.xtext.serializer.analysis.GrammarAlias.GroupAlias
 
-  
 
- GrammarAlias.TokenAlias - Class in org.eclipse.xtext.serializer.analysis
 
-  
 
- GrammarAlias.TokenAlias(boolean, boolean, AbstractElement) - Constructor for class org.eclipse.xtext.serializer.analysis.GrammarAlias.TokenAlias
 
-  
 
- GrammarAlias.UnorderedGroupAlias - Class in org.eclipse.xtext.serializer.analysis
 
-  
 
- GrammarAlias.UnorderedGroupAlias(boolean, boolean, GrammarAlias.AbstractElementAlias...) - Constructor for class org.eclipse.xtext.serializer.analysis.GrammarAlias.UnorderedGroupAlias
 
-  
 
- GrammarAlias.UnorderedGroupAlias(boolean, boolean, Iterable<GrammarAlias.AbstractElementAlias>) - Constructor for class org.eclipse.xtext.serializer.analysis.GrammarAlias.UnorderedGroupAlias
 
-  
 
- GrammarConstraintProvider - Class in org.eclipse.xtext.serializer.analysis
 
-  
 
- GrammarConstraintProvider() - Constructor for class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider
 
-  
 
- grammarConstraintProvider - Variable in class org.eclipse.xtext.serializer.sequencer.ContextFinder
 
-  
 
- grammarConstraintProvider - Variable in class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer
 
-  
 
- GrammarConstraintProvider.AbstractConstraintContext - Class in org.eclipse.xtext.serializer.analysis
 
-  
 
- GrammarConstraintProvider.ActionConstraint - Class in org.eclipse.xtext.serializer.analysis
 
-  
 
- GrammarConstraintProvider.ActionConstraint(Action, EClass, GrammarConstraintProvider.ConstraintElement, GrammarConstraintProvider) - Constructor for class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ActionConstraint
 
-  
 
- GrammarConstraintProvider.AssignedActionConstraintContext - Class in org.eclipse.xtext.serializer.analysis
 
-  
 
- GrammarConstraintProvider.AssignedActionConstraintContext(Action, String) - Constructor for class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.AssignedActionConstraintContext
 
-  
 
- GrammarConstraintProvider.Constraint - Class in org.eclipse.xtext.serializer.analysis
 
-  
 
- GrammarConstraintProvider.Constraint(EClass, GrammarConstraintProvider.ConstraintElement, GrammarConstraintProvider) - Constructor for class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.Constraint
 
-  
 
- GrammarConstraintProvider.ConstraintElement - Class in org.eclipse.xtext.serializer.analysis
 
-  
 
- GrammarConstraintProvider.ConstraintElement() - Constructor for class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ConstraintElement
 
-  
 
- GrammarConstraintProvider.ConstraintElement(EObject, IGrammarConstraintProvider.ConstraintElementType) - Constructor for class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ConstraintElement
 
-  
 
- GrammarConstraintProvider.ConstraintElement(EObject, IGrammarConstraintProvider.ConstraintElementType, AbstractElement) - Constructor for class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ConstraintElement
 
-  
 
- GrammarConstraintProvider.ConstraintElement(EObject, IGrammarConstraintProvider.ConstraintElementType, AbstractElement, boolean, boolean) - Constructor for class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ConstraintElement
 
-  
 
- GrammarConstraintProvider.FeatureInfo - Class in org.eclipse.xtext.serializer.analysis
 
-  
 
- GrammarConstraintProvider.FeatureInfo(IGrammarConstraintProvider.IConstraint, EStructuralFeature, IGrammarConstraintProvider.IConstraintElement[]) - Constructor for class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.FeatureInfo
 
-  
 
- GrammarConstraintProvider.ParserRuleConstraintContext - Class in org.eclipse.xtext.serializer.analysis
 
-  
 
- GrammarConstraintProvider.ParserRuleConstraintContext(ParserRule, String) - Constructor for class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.ParserRuleConstraintContext
 
-  
 
- GrammarConstraintProvider.RuleConstraint - Class in org.eclipse.xtext.serializer.analysis
 
-  
 
- GrammarConstraintProvider.RuleConstraint(ParserRule, EClass, GrammarConstraintProvider.ConstraintElement, GrammarConstraintProvider) - Constructor for class org.eclipse.xtext.serializer.analysis.GrammarConstraintProvider.RuleConstraint
 
-  
 
- GrammarConstraints - Class in org.eclipse.xtext.generator.serializer
 
-  
 
- GrammarConstraints() - Constructor for class org.eclipse.xtext.generator.serializer.GrammarConstraints
 
-  
 
- grammarConstraints - Variable in class org.eclipse.xtext.serializer.diagnostic.SequencerDiagnosticProvider
 
-  
 
- grammarElement - Variable in class org.eclipse.xtext.formatting.impl.FormattingConfigBasedStream.LineEntry
 
-  
 
- grammarElement - Variable in class org.eclipse.xtext.serializer.analysis.SerializerPDA.SerializerPDAState
 
-  
 
- grammarElements - Variable in class org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser
 
-  
 
- GrammarElementTitleSwitch - Class in org.eclipse.xtext.grammaranalysis.impl
 
-  
 
- GrammarElementTitleSwitch() - Constructor for class org.eclipse.xtext.grammaranalysis.impl.GrammarElementTitleSwitch
 
-  
 
- GrammarElementTitleSwitch.Node - Class in org.eclipse.xtext.grammaranalysis.impl
 
-  
 
- GrammarElementTitleSwitch.Node(CompoundElement, String) - Constructor for class org.eclipse.xtext.grammaranalysis.impl.GrammarElementTitleSwitch.Node
 
-  
 
- grammarFragmentToStr(EObject, String) - Method in class org.eclipse.xtext.generator.grammarAccess.GrammarAccess
 
-  
 
- GrammarID() - Method in class org.eclipse.xtext.xtext.XtextValueConverters
 
-  
 
- GrammarImpl - Class in org.eclipse.xtext.impl
 
- 
An implementation of the model object 'Grammar'
 
- GrammarImpl() - Constructor for class org.eclipse.xtext.impl.GrammarImpl
 
-  
 
- GrammarProvider - Class in org.eclipse.xtext.service
 
-  
 
- GrammarProvider(String, Provider<XtextResourceSet>) - Constructor for class org.eclipse.xtext.service.GrammarProvider
 
-  
 
- GrammarResource - Class in org.eclipse.xtext.xtext
 
- 
Resource implementation that instantiates the infered packages as part of the
 derived state computation.
 
- GrammarResource() - Constructor for class org.eclipse.xtext.xtext.GrammarResource
 
-  
 
- GrammarResource.LinkingTrigger - Class in org.eclipse.xtext.xtext
 
- 
Triggers the ecore inference as soon as someone wants to access the contents
 of a 
GrammarResource.
 
 
- GrammarResource.LinkingTrigger() - Constructor for class org.eclipse.xtext.xtext.GrammarResource.LinkingTrigger
 
-  
 
- GrammarToDot - Class in org.eclipse.xtext
 
-  
 
- GrammarToDot() - Constructor for class org.eclipse.xtext.GrammarToDot
 
-  
 
- GrammarUtil - Class in org.eclipse.xtext
 
-  
 
- GrammarUtil() - Constructor for class org.eclipse.xtext.GrammarUtil
 
-  
 
- GrammarWithoutLeftRecursionInspector - Class in org.eclipse.xtext.xtext
 
-  
 
- GrammarWithoutLeftRecursionInspector(ValidationMessageAcceptor) - Constructor for class org.eclipse.xtext.xtext.GrammarWithoutLeftRecursionInspector
 
-  
 
- GraphvizDotBuilder - Class in org.eclipse.xtext.util
 
-  
 
- GraphvizDotBuilder() - Constructor for class org.eclipse.xtext.util.GraphvizDotBuilder
 
-  
 
- GraphvizDotBuilder.Digraph - Class in org.eclipse.xtext.util
 
-  
 
- GraphvizDotBuilder.Digraph() - Constructor for class org.eclipse.xtext.util.GraphvizDotBuilder.Digraph
 
-  
 
- GraphvizDotBuilder.Edge - Class in org.eclipse.xtext.util
 
-  
 
- GraphvizDotBuilder.Edge(Object, Object) - Constructor for class org.eclipse.xtext.util.GraphvizDotBuilder.Edge
 
-  
 
- GraphvizDotBuilder.Node - Class in org.eclipse.xtext.util
 
-  
 
- GraphvizDotBuilder.Node(Object) - Constructor for class org.eclipse.xtext.util.GraphvizDotBuilder.Node
 
-  
 
- GraphvizDotBuilder.Node(Object, String) - Constructor for class org.eclipse.xtext.util.GraphvizDotBuilder.Node
 
-  
 
- GraphvizDotBuilder.Node(Object, String, String) - Constructor for class org.eclipse.xtext.util.GraphvizDotBuilder.Node
 
-  
 
- GraphvizDotBuilder.Props - Class in org.eclipse.xtext.util
 
-  
 
- GraphvizDotBuilder.Props() - Constructor for class org.eclipse.xtext.util.GraphvizDotBuilder.Props
 
-  
 
- GREATER_EQUALS_THAN - Static variable in class org.eclipse.xtext.xbase.scoping.featurecalls.OperatorMapping
 
-  
 
- GREATER_THAN - Static variable in class org.eclipse.xtext.xbase.scoping.featurecalls.OperatorMapping
 
-  
 
- GREATER_THAN_DOUBLE_DOT - Static variable in class org.eclipse.xtext.xbase.scoping.featurecalls.OperatorMapping
 
-  
 
- gridDataForCombo(int) - Static method in class org.eclipse.xtext.ui.editor.tasks.dialogfields.ComboDialogField
 
-  
 
- gridDataForLabel(int) - Static method in class org.eclipse.xtext.ui.editor.tasks.dialogfields.DialogField
 
-  
 
- gridDataForText(int) - Static method in class org.eclipse.xtext.ui.editor.tasks.dialogfields.StringDialogField
 
-  
 
- Group - Interface in org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr
 
- 
A representation of the model object 'Group'
 
- GROUP - Static variable in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
The meta object id for the '
Group' class
 
 
- GROUP - Static variable in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage.Literals
 
- 
The meta object literal for the '
Group' class
 
 
- Group - Interface in org.eclipse.xtext
 
- 
A representation of the model object 'Group'
 
- GROUP - Static variable in interface org.eclipse.xtext.XtextPackage
 
- 
The meta object id for the '
Group' class
 
 
- GROUP - Static variable in interface org.eclipse.xtext.XtextPackage.Literals
 
- 
The meta object literal for the '
Group' class
 
 
- GROUP__CARDINALITY - Static variable in interface org.eclipse.xtext.XtextPackage
 
- 
The feature id for the 'Cardinality' attribute
 
- GROUP__ELEMENTS - Static variable in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
The feature id for the 'Elements' containment reference list
 
- GROUP__ELEMENTS - Static variable in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage.Literals
 
- 
The meta object literal for the 'Elements' containment reference list feature
 
- GROUP__ELEMENTS - Static variable in interface org.eclipse.xtext.XtextPackage
 
- 
The feature id for the 'Elements' containment reference list
 
- GROUP__PREDICATED - Static variable in interface org.eclipse.xtext.XtextPackage
 
- 
The feature id for the 'Predicated' attribute
 
- GROUP_FEATURE_COUNT - Static variable in interface org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.SimpleAntlrPackage
 
- 
The number of structural features of the 'Group' class
 
- GROUP_FEATURE_COUNT - Static variable in interface org.eclipse.xtext.XtextPackage
 
- 
The number of structural features of the 'Group' class
 
- groupByFeature() - Method in interface org.eclipse.xtext.validation.IAssignmentQuantityAllocator.IQuantities
 
-  
 
- groupByFeature() - Method in class org.eclipse.xtext.validation.impl.AssignmentQuantityAllocator.Quantities
 
-  
 
- groupByURI(MWEDiagnostic[]) - Method in class org.eclipse.xtext.mwe.Validator
 
-  
 
- GroupImpl - Class in org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl
 
- 
An implementation of the model object 'Group'
 
- GroupImpl() - Constructor for class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.GroupImpl
 
-  
 
- GroupImpl - Class in org.eclipse.xtext.impl
 
- 
An implementation of the model object 'Group'
 
- GroupImpl() - Constructor for class org.eclipse.xtext.impl.GroupImpl
 
-  
 
- groups - Variable in class org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.impl.AlternativesImpl
 
- 
The cached value of the '
Groups' containment reference list
 
 
- GroupToken - Class in org.eclipse.xtext.parser.packrat.tokens
 
-  
 
- GroupToken(int, Group, IParsedTokenSource, boolean) - Constructor for class org.eclipse.xtext.parser.packrat.tokens.GroupToken
 
-  
 
- GroupToken.End - Class in org.eclipse.xtext.parser.packrat.tokens
 
-  
 
- GroupToken.End(int) - Constructor for class org.eclipse.xtext.parser.packrat.tokens.GroupToken.End
 
-  
 
- guard(boolean) - Method in class org.eclipse.xtext.validation.AbstractDeclarativeValidator
 
-  
 
- GUARDED_GROUP_PATTERN_01 - Static variable in class org.eclipse.xtext.generator.parser.antlr.splitting.BacktrackingGuardForUnorderedGroupsRemover
 
-  
 
- GUARDED_GROUP_PATTERN_02 - Static variable in class org.eclipse.xtext.generator.parser.antlr.splitting.BacktrackingGuardForUnorderedGroupsRemover
 
-  
 
- guardedPatterns - Variable in class org.eclipse.xtext.formatting.impl.MatcherTransition
 
-  
 
- guessPackageAndTypeName(EObject, String) - Method in class org.eclipse.xtext.xbase.ui.quickfix.TypeNameGuesser
 
-  
 
- GUICEKEY - Static variable in class org.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory
 
-  
 
- guiceModuleRt(Grammar) - Method in class org.eclipse.xtext.generator.Naming
 
-  
 
- guiceModuleRtGenerated(Grammar) - Method in class org.eclipse.xtext.generator.Naming
 
-  
 
- guiceModuleUi(Grammar) - Method in class org.eclipse.xtext.generator.Naming
 
-  
 
- guiceModuleUiGenerated(Grammar) - Method in class org.eclipse.xtext.generator.Naming
 
-