Uses of Interface
org.eclipse.jpt.core.utility.TextRange

Packages that use TextRange
org.eclipse.jpt.core   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.context.persistence   
org.eclipse.jpt.core.resource.common   
org.eclipse.jpt.core.resource.java   
org.eclipse.jpt.core.resource.orm   
org.eclipse.jpt.core.utility   
org.eclipse.jpt.core.utility.jdt   
 

Uses of TextRange in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return TextRange
 TextRange JpaStructureNode.getSelectionTextRange()
          Return the text range to be used to select text in the editor corresponding to this node.
 

Uses of TextRange in org.eclipse.jpt.core.context.java
 

Methods in org.eclipse.jpt.core.context.java that return TextRange
 TextRange JavaGeneratedValue.getGeneratorTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the (best guess) text location of the generator.
 TextRange JavaGenerator.getNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
           
 TextRange JavaNamedColumn.getNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the (best guess) text location of the column's name.
 TextRange JavaQuery.getNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
           
 TextRange JavaBaseJoinColumn.getReferencedColumnNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the (best guess) text location of the referenced column name
 TextRange JavaBaseColumn.getTableTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the (best guess) text location of the column's table.
 TextRange JavaJpaContextNode.getValidationTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
           
 TextRange JavaNamedColumn.Owner.getValidationTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the column owner's text range.
 

Uses of TextRange in org.eclipse.jpt.core.context.orm
 

Methods in org.eclipse.jpt.core.context.orm that return TextRange
 TextRange OrmTypeMapping.getAttributesTextRange()
           
 TextRange OrmGeneratedValue.getGeneratorTextRange()
          Return the (best guess) text location of the generator.
 TextRange OrmGenerator.getNameTextRange()
           
 TextRange OrmNamedColumn.getNameTextRange()
          Return the (best guess) text location of the column's name.
 TextRange OrmQuery.getNameTextRange()
           
 TextRange OrmBaseJoinColumn.getReferencedColumnNameTextRange()
          Return the (best guess) text location of the referenced column name
 TextRange OrmAttributeMapping.getSelectionTextRange()
           
 TextRange OrmTypeMapping.getSelectionTextRange()
           
 TextRange OrmBaseColumn.getTableTextRange()
          Return the (best guess) text location of the column's table.
 TextRange OrmJpaContextNode.getValidationTextRange()
           
 TextRange OrmNamedColumn.Owner.getValidationTextRange()
          Return the column owner's text range.
 

Uses of TextRange in org.eclipse.jpt.core.context.persistence
 

Methods in org.eclipse.jpt.core.context.persistence that return TextRange
 TextRange PersistenceJpaContextNode.getValidationTextRange()
           
 

Uses of TextRange in org.eclipse.jpt.core.resource.common
 

Methods in org.eclipse.jpt.core.resource.common that return TextRange
 TextRange AbstractJpaEObject.getFullTextRange()
           
 TextRange AbstractJpaEObject.getSelectionTextRange()
           
 TextRange JpaEObject.getSelectionTextRange()
          Return the text range to be used for selection.
 TextRange AbstractJpaEObject.getValidationTextRange()
           
 TextRange JpaEObject.getValidationTextRange()
          Return the text range to be used for validation.
 

Uses of TextRange in org.eclipse.jpt.core.resource.java
 

Methods in org.eclipse.jpt.core.resource.java that return TextRange
 TextRange GeneratorAnnotation.getAllocationSizeTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the allocationSize element.
 TextRange RelationshipMappingAnnotation.getCascadeTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the cascade element.
 TextRange TableAnnotation.getCatalogTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the catalog element.
 TextRange TableGeneratorAnnotation.getCatalogTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the catalog element.
 TextRange NamedColumnAnnotation.getColumnDefinitionTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the columnDefinition element.
 TextRange BasicAnnotation.getFetchTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the fetch element.
 TextRange RelationshipMappingAnnotation.getFetchTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the fetch element.
 TextRange GeneratedValueAnnotation.getGeneratorTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the generator element.
 TextRange GeneratorAnnotation.getInitialValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the initialValue element.
 TextRange BaseColumnAnnotation.getInsertableTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the insertable element.
 TextRange ColumnAnnotation.getLengthTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the length element.
 TextRange ManyToManyAnnotation.getMappedByTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the mappedBy element.
 TextRange OneToManyAnnotation.getMappedByTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the mappedBy element.
 TextRange OneToOneAnnotation.getMappedByTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the mappedBy element.
 TextRange EntityAnnotation.getNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the name element.
 TextRange GeneratorAnnotation.getNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the name element.
 TextRange JavaResourcePersistentMember.getNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          return the text range for the name of the persistent resource
 TextRange MapKeyAnnotation.getNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the name element.
 TextRange NamedColumnAnnotation.getNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the name element.
 TextRange OverrideAnnotation.getNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the name element.
 TextRange QueryAnnotation.getNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the name element.
 TextRange QueryHintAnnotation.getNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the name element.
 TextRange TableAnnotation.getNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the name element.
 TextRange BaseColumnAnnotation.getNullableTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the nullable element.
 TextRange BasicAnnotation.getOptionalTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the optional element.
 TextRange ManyToOneAnnotation.getOptionalTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the optional element.
 TextRange OneToOneAnnotation.getOptionalTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the optional element.
 TextRange TableGeneratorAnnotation.getPkColumnNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the pkColumnName element.
 TextRange TableGeneratorAnnotation.getPkColumnValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the pkColumnValue element.
 TextRange ColumnAnnotation.getPrecisionTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the precision element.
 TextRange QueryAnnotation.getQueryTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the query element.
 TextRange JoinColumnAnnotation.getReferencedColumnNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the referencedColumnName element.
 TextRange PrimaryKeyJoinColumnAnnotation.getReferencedColumnNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the referencedColumnName element.
 TextRange NamedNativeQueryAnnotation.getResultClassTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the resultClass element.
 TextRange NamedNativeQueryAnnotation.getResultSetMappingTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the resultSetMapping element.
 TextRange ColumnAnnotation.getScaleTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the scale element.
 TextRange TableAnnotation.getSchemaTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the schema element.
 TextRange TableGeneratorAnnotation.getSchemaTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the schema element.
 TextRange SequenceGeneratorAnnotation.getSequenceNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the sequenceName element.
 TextRange GeneratedValueAnnotation.getStrategyTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the strategy element.
 TextRange InheritanceAnnotation.getStrategyTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the strategy element.
 TextRange BaseColumnAnnotation.getTableTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the table element.
 TextRange TableGeneratorAnnotation.getTableTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the table element.
 TextRange RelationshipMappingAnnotation.getTargetEntityTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the targetEntity element.
 TextRange JavaResourceNode.getTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
           
 TextRange BaseColumnAnnotation.getUniqueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the unique element.
 TextRange BaseColumnAnnotation.getUpdatableTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the updatable element.
 TextRange TableGeneratorAnnotation.getValueColumnNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the valueColumnName element.
 TextRange DiscriminatorValueAnnotation.getValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the value element.
 TextRange EnumeratedAnnotation.getValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the value element.
 TextRange IdClassAnnotation.getValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the value element.
 TextRange OrderByAnnotation.getValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the value element.
 TextRange QueryHintAnnotation.getValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the value element.
 TextRange TemporalAnnotation.getValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the value element.
 

Uses of TextRange in org.eclipse.jpt.core.resource.orm
 

Methods in org.eclipse.jpt.core.resource.orm that return TextRange
 TextRange AbstractXmlTypeMapping.getAttributesTextRange()
           
 TextRange AbstractXmlBaseTable.getCatalogTextRange()
           
 TextRange XmlBaseTable.getCatalogTextRange()
          Return the TextRange for the catalog attibute.
 TextRange AbstractXmlTypeMapping.getClassTextRange()
           
 TextRange XmlGeneratedValue.getGeneratorTextRange()
          Return the TextRange for the generator attibute.
 TextRange XmlGeneratedValueImpl.getGeneratorTextRange()
           
 TextRange XmlManyToManyImpl.getMappedByTextRange()
           
 TextRange XmlMultiRelationshipMapping.getMappedByTextRange()
           
 TextRange XmlOneToManyImpl.getMappedByTextRange()
           
 TextRange XmlOneToOne.getMappedByTextRange()
           
 TextRange XmlOneToOneImpl.getMappedByTextRange()
           
 TextRange AbstractXmlAttributeMapping.getNameTextRange()
           
 TextRange AbstractXmlBaseTable.getNameTextRange()
           
 TextRange AbstractXmlNamedColumn.getNameTextRange()
           
 TextRange XmlAttributeMapping.getNameTextRange()
           
 TextRange XmlBaseTable.getNameTextRange()
          Return the TextRange for the name attibute.
 TextRange XmlGenerator.getNameTextRange()
           
 TextRange XmlNamedColumn.getNameTextRange()
          Return the TextRange for the name attibute.
 TextRange XmlNamedNativeQuery.getNameTextRange()
           
 TextRange XmlNamedQuery.getNameTextRange()
           
 TextRange XmlQuery.getNameTextRange()
           
 TextRange XmlSequenceGeneratorImpl.getNameTextRange()
           
 TextRange XmlTableGeneratorImpl.getNameTextRange()
           
 TextRange XmlJoinColumn.getReferencedColumnNameTextRange()
           
 TextRange XmlJoinColumnImpl.getReferencedColumnNameTextRange()
           
 TextRange XmlPrimaryKeyJoinColumn.getReferencedColumnNameTextRange()
          Return the TextRange for the referenced-column-name attibute.
 TextRange XmlPrimaryKeyJoinColumnImpl.getReferencedColumnNameTextRange()
           
 TextRange AbstractXmlBaseTable.getSchemaTextRange()
           
 TextRange XmlBaseTable.getSchemaTextRange()
          Return the TextRange for the schema attibute.
 TextRange AbstractXmlAbstractColumn.getTableTextRange()
           
 TextRange XmlAbstractColumn.getTableTextRange()
          Return the TextRange for the table attibute.
 

Uses of TextRange in org.eclipse.jpt.core.utility
 

Classes in org.eclipse.jpt.core.utility that implement TextRange
 class AbstractTextRange
          Partial implementation of text range.
static class TextRange.Empty
          Empty implementation of text range.
 

Fields in org.eclipse.jpt.core.utility declared as TextRange
static TextRange TextRange.Empty.INSTANCE
           
 

Methods in org.eclipse.jpt.core.utility that return TextRange
static TextRange TextRange.Empty.instance()
           
 

Uses of TextRange in org.eclipse.jpt.core.utility.jdt
 

Methods in org.eclipse.jpt.core.utility.jdt that return TextRange
 TextRange Member.getNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the member's name text range from the specified AST.