Uses of Class
org.eclipse.emf.mwe.internal.core.ast.parser.Location

Packages that use Location
org.eclipse.emf.mwe.core Main package of the workflow module 
org.eclipse.emf.mwe.core.container Basic containers 
org.eclipse.emf.mwe.core.lib Basic abstractions of the workflow engine 
org.eclipse.emf.mwe.internal.core.ast AST of the workflow engine 
org.eclipse.emf.mwe.internal.core.ast.parser Parser implementation for the AST of the workflow engine 
 

Uses of Location in org.eclipse.emf.mwe.core
 

Methods in org.eclipse.emf.mwe.core that return Location
 Location WorkflowComponent.getLocation()
          Returns the location in the source file that invokes the current component.
 

Methods in org.eclipse.emf.mwe.core with parameters of type Location
 void WorkflowComponent.setLocation(Location location)
          Sets the location in the source file that invokes the current component.
 

Uses of Location in org.eclipse.emf.mwe.core.container
 

Methods in org.eclipse.emf.mwe.core.container that return Location
 Location CompositeComponent.getLocation()
          Returns the location of the entry in the parent workflow file.
 Location CompositeComponent.getOwnLocation()
          Returns the location of the start and closing tags in the actual workflow file.
 

Methods in org.eclipse.emf.mwe.core.container with parameters of type Location
 void CompositeComponent.setLocation(Location location)
           
 void CompositeComponent.setOwnLocation(Location endLocation)
          Sets the location of the start and closing tags in the actual workflow file.
 

Uses of Location in org.eclipse.emf.mwe.core.lib
 

Methods in org.eclipse.emf.mwe.core.lib that return Location
 Location AbstractWorkflowComponent.getLocation()
           
 

Methods in org.eclipse.emf.mwe.core.lib with parameters of type Location
 void AbstractWorkflowComponent.setLocation(Location location)
           
 

Uses of Location in org.eclipse.emf.mwe.internal.core.ast
 

Methods in org.eclipse.emf.mwe.internal.core.ast that return Location
 Location AbstractASTBase.getLocation()
           
 

Methods in org.eclipse.emf.mwe.internal.core.ast with parameters of type Location
 void AbstractASTBase.setLocation(Location location)
           
 

Constructors in org.eclipse.emf.mwe.internal.core.ast with parameters of type Location
AbstractASTBase(Location location)
           
ComponentAST(Location location, java.lang.String string)
           
ComponentAST(Location location, java.lang.String name, java.lang.String clazz, java.lang.String id)
           
DeclaredPropertyAST(Location location, java.lang.String name)
           
DeclaredPropertyAST(Location location, java.lang.String name, java.lang.String value)
           
DeclaredPropertyFileAST(Location location, java.lang.String file)
           
InclusionAST(Location location, java.lang.String name, java.lang.String file, java.lang.String id, boolean inheritAll)
           
ReferenceAST(Location location, java.lang.String name, java.lang.String idRef)
           
SimpleParamAST(Location location, java.lang.String name, java.lang.String value)
           
 

Uses of Location in org.eclipse.emf.mwe.internal.core.ast.parser
 

Methods in org.eclipse.emf.mwe.internal.core.ast.parser that return Location
 Location XmlLocationAnalyser.adapt(Location loc)
          the SAX parser has no exact location handling.
 Location XmlLocationAnalyser.XmlFileEvaluator.adapt(Location rawLoc)
           
 Location XmlLocationAnalyser.adaptEnd(Location loc)
           
protected  Location XmlLocationAnalyser.XmlFileEvaluator.adaptEnd(Location rawLoc)
           
 Location ParseException.getLocation()
           
 

Methods in org.eclipse.emf.mwe.internal.core.ast.parser with parameters of type Location
 Location XmlLocationAnalyser.adapt(Location loc)
          the SAX parser has no exact location handling.
 Location XmlLocationAnalyser.XmlFileEvaluator.adapt(Location rawLoc)
           
 Location XmlLocationAnalyser.adaptEnd(Location loc)
           
protected  Location XmlLocationAnalyser.XmlFileEvaluator.adaptEnd(Location rawLoc)
           
protected  XmlLocationAnalyser.XmlTagValues XmlLocationAnalyser.XmlFileEvaluator.findLine(Location loc)
           
 

Constructors in org.eclipse.emf.mwe.internal.core.ast.parser with parameters of type Location
ParseException(java.lang.String string, Location location)