|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XpandDefinition | |
|---|---|
| org.eclipse.internal.xpand2.ast | AST of the Xpand language |
| org.eclipse.internal.xpand2.codeassist | Codeassist for the Xpand language |
| org.eclipse.internal.xpand2.model | Basic abstractions of the Xpand language |
| org.eclipse.internal.xpand2.type | Basic types of the Xpand language |
| org.eclipse.xpand2 | Implementation of the Xpand language |
| Uses of XpandDefinition in org.eclipse.internal.xpand2.ast |
|---|
| Classes in org.eclipse.internal.xpand2.ast that implement XpandDefinition | |
|---|---|
class |
AbstractDefinition
|
class |
Advice
|
class |
Definition
|
| Methods in org.eclipse.internal.xpand2.ast that return XpandDefinition | |
|---|---|
XpandDefinition[] |
Template.getDefinitions()
|
XpandDefinition[] |
Template.getDefinitionsByName(String aName)
|
| Methods in org.eclipse.internal.xpand2.ast that return types with arguments of type XpandDefinition | |
|---|---|
List<XpandDefinition> |
Template.getDefinitionsAsList()
|
| Methods in org.eclipse.internal.xpand2.ast with parameters of type XpandDefinition | |
|---|---|
boolean |
Advice.matches(XpandDefinition def,
XpandExecutionContext ctx)
|
| Uses of XpandDefinition in org.eclipse.internal.xpand2.codeassist |
|---|
| Methods in org.eclipse.internal.xpand2.codeassist with parameters of type XpandDefinition | |
|---|---|
static XpandExecutionContext |
FastAnalyzer.computeExecutionContext(String str,
XpandExecutionContext ctx,
XpandDefinition[] definitions)
|
| Uses of XpandDefinition in org.eclipse.internal.xpand2.model |
|---|
| Subinterfaces of XpandDefinition in org.eclipse.internal.xpand2.model | |
|---|---|
interface |
XpandAdvice
|
| Classes in org.eclipse.internal.xpand2.model that implement XpandDefinition | |
|---|---|
class |
AdvicedDefinition
|
| Methods in org.eclipse.internal.xpand2.model that return XpandDefinition | |
|---|---|
XpandDefinition[] |
XpandResource.getDefinitions()
|
XpandDefinition[] |
XpandResource.getDefinitionsByName(String name)
|
| Methods in org.eclipse.internal.xpand2.model with parameters of type XpandDefinition | |
|---|---|
boolean |
XpandAdvice.matches(XpandDefinition def,
XpandExecutionContext ctx)
|
| Constructors in org.eclipse.internal.xpand2.model with parameters of type XpandDefinition | |
|---|---|
AdvicedDefinition(XpandAdvice adv,
XpandDefinition def)
|
|
| Uses of XpandDefinition in org.eclipse.internal.xpand2.type |
|---|
| Constructors in org.eclipse.internal.xpand2.type with parameters of type XpandDefinition | |
|---|---|
XpandDefinitionImpl(XpandDefinition def,
XpandExecutionContext ctx,
Object this1,
Object[] params)
|
|
| Uses of XpandDefinition in org.eclipse.xpand2 |
|---|
| Fields in org.eclipse.xpand2 declared as XpandDefinition | |
|---|---|
XpandDefinition |
XpandExecutionContextImpl.DefinitionOperationAdapter.def
|
| Methods in org.eclipse.xpand2 that return XpandDefinition | |
|---|---|
XpandDefinition |
XpandExecutionContextImpl.findDefinition(String name,
Type target,
Type[] paramTypes)
|
XpandDefinition |
XpandExecutionContext.findDefinition(String name,
Type target,
Type[] paramTypes)
|
protected XpandDefinition |
XpandExecutionContextImpl.findDefinition(XpandDefinition[] definitions,
String name,
Type target,
Type[] paramTypes,
XpandExecutionContext ctx)
resolves the correct definition (using parametric polymorphism) |
| Methods in org.eclipse.xpand2 that return types with arguments of type XpandDefinition | |
|---|---|
List<XpandDefinition> |
XpandExecutionContextImpl.getAllDefinitions()
|
List<XpandDefinition> |
XpandExecutionContext.getAllDefinitions()
|
| Methods in org.eclipse.xpand2 with parameters of type XpandDefinition | |
|---|---|
protected XpandDefinition |
XpandExecutionContextImpl.findDefinition(XpandDefinition[] definitions,
String name,
Type target,
Type[] paramTypes,
XpandExecutionContext ctx)
resolves the correct definition (using parametric polymorphism) |
| Constructors in org.eclipse.xpand2 with parameters of type XpandDefinition | |
|---|---|
XpandExecutionContextImpl.DefinitionOperationAdapter(XpandDefinition def,
String name,
Type owner,
List<Type> paramTypes)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||