Package org.eclipse.xtext.build
Class IndexState
- java.lang.Object
-
- org.eclipse.xtext.build.IndexState
-
public class IndexState extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IndexState()IndexState(ResourceDescriptionsData resourceDescriptions, Source2GeneratedMapping fileMappings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Source2GeneratedMappinggetFileMappings()ResourceDescriptionsDatagetResourceDescriptions()
-
-
-
Constructor Detail
-
IndexState
public IndexState()
-
IndexState
public IndexState(ResourceDescriptionsData resourceDescriptions, Source2GeneratedMapping fileMappings)
-
-
Method Detail
-
getResourceDescriptions
public ResourceDescriptionsData getResourceDescriptions()
-
getFileMappings
public Source2GeneratedMapping getFileMappings()
-
-