Uses of Class
nl.tudelft.goal.EIS2Java.exception.TranslationException

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.
<T> T
Translator.translate2Java(eis.iilang.Parameter parameter, Class<T> parameterClass)
          Translates the given parameter into an object of type T.
<T> eis.iilang.Parameter[]
Translator.translate2Parameter(T o)
          Translates the given object into a Parameter.
 



Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.