|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TranslationException | |
|---|---|
| nl.tudelft.goal.EIS2Java.exception | |
| nl.tudelft.goal.EIS2Java.translation | |
| Uses of TranslationException in nl.tudelft.goal.EIS2Java.exception |
|---|
| Subclasses of TranslationException in nl.tudelft.goal.EIS2Java.exception | |
|---|---|
class |
NoTranslatorException
|
| Uses of TranslationException in nl.tudelft.goal.EIS2Java.translation |
|---|
| Methods in nl.tudelft.goal.EIS2Java.translation that throw TranslationException | ||
|---|---|---|
T |
Parameter2Java.translate(eis.iilang.Parameter parameter)
Translates the Parameter into an object of type T. |
|
eis.iilang.Parameter[] |
Java2Parameter.translate(T o)
Translates the object into an array of Parameter. |
|
|
Translator.translate2Java(eis.iilang.Parameter parameter,
Class<T> parameterClass)
Translates the given parameter into an object of type T. |
|
|
Translator.translate2Parameter(T o)
Translates the given object into a Parameter. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||