Uses of Class
org.eclipse.emf.mwe.internal.core.ast.parser.Location
Packages that use Location
Package
Description
Main package of the workflow module
Basic containers
Basic abstractions of the workflow engine
AST of the workflow engine
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 LocationModifier and TypeMethodDescriptionWorkflowComponent.getLocation()
Returns the location in the source file that invokes the current component.Methods in org.eclipse.emf.mwe.core with parameters of type LocationModifier and TypeMethodDescriptionvoid
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 LocationModifier and TypeMethodDescriptionCompositeComponent.getLocation()
Returns the location of the entry in the parent workflow file.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 LocationModifier and TypeMethodDescriptionvoid
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 LocationMethods in org.eclipse.emf.mwe.core.lib with parameters of type Location -
Uses of Location in org.eclipse.emf.mwe.internal.core.ast
Methods in org.eclipse.emf.mwe.internal.core.ast that return LocationMethods in org.eclipse.emf.mwe.internal.core.ast with parameters of type LocationConstructors in org.eclipse.emf.mwe.internal.core.ast with parameters of type LocationModifierConstructorDescriptionAbstractASTBase
(Location location) protected
ComponentAST
(Location location, String string) ComponentAST
(Location location, String name, String clazz, String id) DeclaredPropertyAST
(Location location, String name) DeclaredPropertyAST
(Location location, String name, String value) DeclaredPropertyFileAST
(Location location, String file) InclusionAST
(Location location, String name, String file, String id, boolean inheritAll) ReferenceAST
(Location location, String name, String idRef) SimpleParamAST
(Location location, String name, 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 LocationModifier and TypeMethodDescriptionthe SAX parser has no exact location handling.protected Location
ParseException.getLocation()
Methods in org.eclipse.emf.mwe.internal.core.ast.parser with parameters of type LocationModifier and TypeMethodDescriptionthe SAX parser has no exact location handling.protected Location
protected XmlLocationAnalyser.XmlTagValues
Constructors in org.eclipse.emf.mwe.internal.core.ast.parser with parameters of type Location -
Uses of Location in test.res