|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractASTBase | |
|---|---|
| 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 |
| org.eclipse.emf.mwe.internal.core.ast.util | Utility classes for the AST of the workflow engine |
| Uses of AbstractASTBase in org.eclipse.emf.mwe.internal.core.ast |
|---|
| Subclasses of AbstractASTBase in org.eclipse.emf.mwe.internal.core.ast | |
|---|---|
class |
ComponentAST
|
class |
DeclaredPropertyAST
|
class |
DeclaredPropertyFileAST
|
class |
InclusionAST
|
class |
ReferenceAST
|
class |
SimpleParamAST
|
| Methods in org.eclipse.emf.mwe.internal.core.ast that return AbstractASTBase | |
|---|---|
AbstractASTBase |
InclusionAST.getImportedElement()
|
| Methods in org.eclipse.emf.mwe.internal.core.ast that return types with arguments of type AbstractASTBase | |
|---|---|
java.util.List<AbstractASTBase> |
ComponentAST.getChildren()
|
| Methods in org.eclipse.emf.mwe.internal.core.ast with parameters of type AbstractASTBase | |
|---|---|
void |
ComponentAST.addChild(AbstractASTBase ele)
|
void |
InclusionAST.setImportedElement(AbstractASTBase referenced)
|
| Uses of AbstractASTBase in org.eclipse.emf.mwe.internal.core.ast.parser |
|---|
| Methods in org.eclipse.emf.mwe.internal.core.ast.parser that return AbstractASTBase | |
|---|---|
protected AbstractASTBase |
WorkflowParser.handleComp(java.lang.String name,
org.xml.sax.Attributes attributes)
|
protected AbstractASTBase |
WorkflowParser.handleProperty(java.lang.String localName,
org.xml.sax.Attributes attributes)
|
AbstractASTBase |
WorkflowParser.parse(java.io.InputStream in,
java.lang.String resourceName,
Issues issues)
|
| Uses of AbstractASTBase in org.eclipse.emf.mwe.internal.core.ast.util |
|---|
| Methods in org.eclipse.emf.mwe.internal.core.ast.util that return AbstractASTBase | |
|---|---|
AbstractASTBase |
WorkflowFactory.parseAndInitialize(java.io.InputStream in,
java.lang.String resourceName,
Issues issues,
java.util.Map<java.lang.String,java.lang.String> properties)
|
AbstractASTBase |
WorkflowFactory.parseAndInitialize(java.lang.String uri,
Issues issues,
java.util.Map<java.lang.String,java.lang.String> properties)
|
| Methods in org.eclipse.emf.mwe.internal.core.ast.util with parameters of type AbstractASTBase | |
|---|---|
protected java.lang.String |
VisitorInitializer.replaceProperties(java.lang.String toResolve,
AbstractASTBase ast)
|
protected java.lang.String |
VisitorInitializer.replaceProperties(java.lang.String toResolve,
boolean logIssues,
AbstractASTBase ast)
|
java.lang.Object |
VisitorBase.visit(AbstractASTBase ele)
|
java.lang.Object |
VisitorBase.visitAbstractASTBase(AbstractASTBase ele)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||