Package org.robovm.compiler.plugin.objc
Class TypeEncoder
java.lang.Object
org.robovm.compiler.plugin.objc.TypeEncoder
public class TypeEncoder extends Object
Encodes Objective-C method signatures as specified by the Objective-C runtime Type Encodings documentation. For now this just
does enough to encode
IBOutlet/Property annotated
methods that take/return primitives and instances of types deriving from
.-
Field Summary
Fields Modifier and Type Field Description static StringOBJC_BLOCKstatic StringOBJC_CLASSstatic StringSELECTOR -
Constructor Summary
Constructors Constructor Description TypeEncoder() -
Method Summary
-
Field Details
-
SELECTOR
- See Also:
- Constant Field Values
-
OBJC_CLASS
- See Also:
- Constant Field Values
-
OBJC_BLOCK
- See Also:
- Constant Field Values
-
-
Constructor Details
-
TypeEncoder
public TypeEncoder()
-
-
Method Details
-
encode
-