Uses of Class
org.eclipse.internal.xpand2.ast.AbstractDefinition

Packages that use AbstractDefinition
org.eclipse.internal.xpand2.ast AST of the Xpand language 
org.eclipse.xpand.ui.editor   
org.eclipse.xtend.shared.ui.core.search   
 

Uses of AbstractDefinition in org.eclipse.internal.xpand2.ast
 

Subclasses of AbstractDefinition in org.eclipse.internal.xpand2.ast
 class Advice
           
 class Definition
           
 

Fields in org.eclipse.internal.xpand2.ast declared as AbstractDefinition
protected  AbstractDefinition Statement.containingDefinition
           
 

Methods in org.eclipse.internal.xpand2.ast that return AbstractDefinition
 AbstractDefinition[] Template.getAllDefinitions()
           
 AbstractDefinition Statement.getContainingDefinition()
           
 

Methods in org.eclipse.internal.xpand2.ast with parameters of type AbstractDefinition
 void IfStatement.setContainingDefinition(AbstractDefinition definition)
           
 void Statement.setContainingDefinition(AbstractDefinition definition)
           
 void StatementWithBody.setContainingDefinition(AbstractDefinition definition)
           
 

Uses of AbstractDefinition in org.eclipse.xpand.ui.editor
 

Methods in org.eclipse.xpand.ui.editor with parameters of type AbstractDefinition
protected  GenericHyperlink XpandHyperlinkDetector.createGenericTemplateHyperlink(java.lang.String hyperlinkedWord, ExpandStatement statement, AbstractDefinition definition)
           
 

Uses of AbstractDefinition in org.eclipse.xtend.shared.ui.core.search
 

Methods in org.eclipse.xtend.shared.ui.core.search that return types with arguments of type AbstractDefinition
static java.util.List<AbstractDefinition> XtendXpandSearchEngine.findDefinitionsByNameInResourceAndImports(IXtendXpandProject project, java.lang.String identifier, XpandResource resource)
          Find all reachable Xpand declarations by name in given template resource or imported templates.