Uses of Class
org.tentackle.model.SourceInfo
-
Packages that use SourceInfo Package Description org.tentackle.model Entity model.org.tentackle.model.impl Default model implementation.org.tentackle.model.parse Model parsing. -
-
Uses of SourceInfo in org.tentackle.model
Methods in org.tentackle.model that return SourceInfo Modifier and Type Method Description SourceInfoSourceInfo. add(int lineOffset, int positionOffset)Returns a source info with offsets added.SourceInfoModelElement. getSourceInfo()Gets the information about the source where this element is defined.Methods in org.tentackle.model with parameters of type SourceInfo Modifier and Type Method Description AttributeEntityFactory. createAttribute(Entity entity, SourceInfo sourceInfo, boolean implicit)Creates an attribute.AttributeOptionsEntityFactory. createAttributeOptions(Attribute attribute, SourceInfo sourceInfo)Creates attribute options.EntityEntityFactory. createEntity(SourceInfo sourceInfo)Creates an empty entity.EntityOptionsEntityFactory. createEntityOptions(Entity entity, SourceInfo sourceInfo)Creates entity options.IndexEntityFactory. createIndex(Entity entity, SourceInfo sourceInfo)Creates an index.RelationEntityFactory. createRelation(Entity entity, SourceInfo sourceInfo)Creates a relation. -
Uses of SourceInfo in org.tentackle.model.impl
Methods in org.tentackle.model.impl that return SourceInfo Modifier and Type Method Description SourceInfoAttributeImpl. getSourceInfo()SourceInfoCommonOptionsImpl. getSourceInfo()Gets the source info.SourceInfoEntityImpl. getSourceInfo()SourceInfoIndexImpl. getSourceInfo()SourceInfoRelationImpl. getSourceInfo()Gets the source info.Methods in org.tentackle.model.impl with parameters of type SourceInfo Modifier and Type Method Description AttributeImplEntityFactoryImpl. createAttribute(Entity entity, SourceInfo sourceInfo, boolean implicit)AttributeOptionsImplEntityFactoryImpl. createAttributeOptions(Attribute attribute, SourceInfo sourceInfo)EntityImplEntityFactoryImpl. createEntity(SourceInfo sourceInfo)EntityOptionsImplEntityFactoryImpl. createEntityOptions(Entity entity, SourceInfo sourceInfo)IndexImplEntityFactoryImpl. createIndex(Entity entity, SourceInfo sourceInfo)RelationImplEntityFactoryImpl. createRelation(Entity entity, SourceInfo sourceInfo)Constructors in org.tentackle.model.impl with parameters of type SourceInfo Constructor Description AttributeImpl(EntityFactoryImpl factory, Entity entity, SourceInfo sourceInfo, boolean implicit)Creates an attribute.AttributeOptionsImpl(Attribute attribute, SourceInfo sourceInfo)Creates attribute options.CommonOptionsImpl(SourceInfo sourceInfo)Creates options.EntityImpl(EntityFactoryImpl factory, SourceInfo sourceInfo)Creates an entity.EntityOptionsImpl(EntityFactory factory, Entity entity, SourceInfo sourceInfo)Creates entity options.IndexImpl(EntityFactoryImpl factory, Entity entity, SourceInfo sourceInfo)Creates an index.RelationImpl(Entity entity, SourceInfo sourceInfo)Creates a relation. -
Uses of SourceInfo in org.tentackle.model.parse
Methods in org.tentackle.model.parse that return SourceInfo Modifier and Type Method Description SourceInfoDocument. getSourceInfo()Gets the source info.SourceInfoLine. getSourceInfo()Gets the source info for this line.
-