|
Last change
on this file since 40 was
5,
checked in by zeiss, 15 years ago
|
|
|
-
Property svn:mime-type set to
text/plain
|
|
File size:
538 bytes
|
| Line | |
|---|
| 1 | /* |
|---|
| 2 | * generated by Xtext |
|---|
| 3 | */ |
|---|
| 4 | package de.ugoe.cs.swe.bnftools.ui.outline; |
|---|
| 5 | |
|---|
| 6 | import java.util.ArrayList; |
|---|
| 7 | import java.util.List; |
|---|
| 8 | |
|---|
| 9 | import org.eclipse.emf.ecore.EObject; |
|---|
| 10 | import org.eclipse.xtext.ui.editor.outline.transformer.AbstractDeclarativeSemanticModelTransformer; |
|---|
| 11 | |
|---|
| 12 | import de.ugoe.cs.swe.bnftools.ebnf.Rule; |
|---|
| 13 | |
|---|
| 14 | /** |
|---|
| 15 | * customization of the default outline structure |
|---|
| 16 | * |
|---|
| 17 | */ |
|---|
| 18 | public class EbnfTransformer extends AbstractDeclarativeSemanticModelTransformer { |
|---|
| 19 | public List<EObject> getChildren(Rule node) { |
|---|
| 20 | return new ArrayList<EObject>(); |
|---|
| 21 | } |
|---|
| 22 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.