Interface ModelInterpreter<ElementType extends EObject>
-
- All Known Subinterfaces:
ModelInterpreter.WithResult<ElementType,ResultType>
public interface ModelInterpreter<ElementType extends EObject>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ModelInterpreter.WithResult<ElementType extends EObject,ResultType>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
interpret(ElementType element)
-
-
-
Method Detail
-
interpret
void interpret(ElementType element)
-
-