Package org.robovm.compiler
Class MarshalerLookup
java.lang.Object
org.robovm.compiler.MarshalerLookup
public class MarshalerLookup extends Object
Looks up Bro marshalers.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classMarshalerLookup.ArrayMarshalerMethodclassMarshalerLookup.MarshalerclassMarshalerLookup.MarshalerMethodstatic classMarshalerLookup.MarshalSiteclassMarshalerLookup.PointerMarshalerMethodclassMarshalerLookup.ValueMarshalerMethod -
Constructor Summary
Constructors Constructor Description MarshalerLookup(Config config) -
Method Summary
Modifier and Type Method Description MarshalerLookup.MarshalerMethodfindMarshalerMethod(MarshalerLookup.MarshalSite marshalSite)MarshalerLookup.MarshalerfindMarshalers(MarshalerLookup.MarshalSite marshalSite)List<MarshalerLookup.Marshaler>findMarshalers(soot.SootClass sc)MarshalerLookupsearchBuiltins(boolean b)Sets whether a call to#findMarshalers(Clazz)should include the builtin marshalers.
-
Constructor Details
-
MarshalerLookup
-
-
Method Details
-
searchBuiltins
Sets whether a call to#findMarshalers(Clazz)should include the builtin marshalers.- Parameters:
b-trueto include builtins,falseotherwise.- Returns:
- this
MarshalerLookup.
-
findMarshalers
-
findMarshalers
-
findMarshalerMethod
public MarshalerLookup.MarshalerMethod findMarshalerMethod(MarshalerLookup.MarshalSite marshalSite)
-