MixedLanguageInfos ================== .. java:package:: fr.inria.tapenade.representation :noindex: .. java:type:: public final class MixedLanguageInfos Mixed language information. Constructors ------------ MixedLanguageInfos ^^^^^^^^^^^^^^^^^^ .. java:constructor:: public MixedLanguageInfos(int caller, int callee, String passing, String binding, String suffix) :outertype: MixedLanguageInfos Methods ------- defaultMixedLangInfos ^^^^^^^^^^^^^^^^^^^^^ .. java:method:: public static TapList defaultMixedLangInfos() :outertype: MixedLanguageInfos getDestLangCallee ^^^^^^^^^^^^^^^^^ .. java:method:: public int getDestLangCallee() :outertype: MixedLanguageInfos getFunctionBinding ^^^^^^^^^^^^^^^^^^ .. java:method:: public String getFunctionBinding() :outertype: MixedLanguageInfos getOrigLangCaller ^^^^^^^^^^^^^^^^^ .. java:method:: public int getOrigLangCaller() :outertype: MixedLanguageInfos getParameterPassing ^^^^^^^^^^^^^^^^^^^ .. java:method:: public static String getParameterPassing(int origLang, int destLang, TapList infos) :outertype: MixedLanguageInfos getSuffix ^^^^^^^^^ .. java:method:: public String getSuffix() :outertype: MixedLanguageInfos passesByValue ^^^^^^^^^^^^^ .. java:method:: public static boolean passesByValue(int callerLanguage, int calledLanguage) :outertype: MixedLanguageInfos toString ^^^^^^^^ .. java:method:: @Override public String toString() :outertype: MixedLanguageInfos