|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Definition | |
|---|---|
| org.eclipse.internal.xpand2.ast | AST of the Xpand language |
| org.eclipse.internal.xpand2.parser | Parser for the Xpand language |
| Uses of Definition in org.eclipse.internal.xpand2.ast |
|---|
| Methods in org.eclipse.internal.xpand2.ast with parameters of type Definition | |
|---|---|
protected Object |
AbstractXpandVisitor.visitDefinition(Definition node)
|
| Constructors in org.eclipse.internal.xpand2.ast with parameters of type Definition | |
|---|---|
Template(ImportDeclaration[] imports,
ExtensionImportDeclaration[] extensions,
Definition[] definitions,
Advice[] advices)
|
|
| Uses of Definition in org.eclipse.internal.xpand2.parser |
|---|
| Methods in org.eclipse.internal.xpand2.parser that return Definition | |
|---|---|
Definition |
XpandFactory.createDefinition(Identifier name,
List<DeclaredParameter> p,
Identifier type,
List<Statement> s)
|
Definition |
XpandParser.define()
|
| Method parameters in org.eclipse.internal.xpand2.parser with type arguments of type Definition | |
|---|---|
Template |
XpandFactory.createTemplate(List<ImportDeclaration> imports,
List<ExtensionImportDeclaration> extensions,
List<Definition> defines,
List<Advice> advices)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||