-
Methods in org.robovm.compiler.util.generic with parameters of type GenericDeclaration
| Modifier and Type |
Method |
Description |
void |
GenericSignatureParser.parseForClass(GenericDeclaration genericDecl,
soot.tagkit.SignatureTag signature) |
Parses the generic signature of a class and creates the data structure
representing the signature.
|
void |
GenericSignatureParser.parseForConstructor(GenericDeclaration genericDecl,
soot.tagkit.SignatureTag signature,
SootClassType[] rawExceptionTypes) |
Parses the generic signature of a constructor and creates the data
structure representing the signature.
|
void |
GenericSignatureParser.parseForField(GenericDeclaration genericDecl,
soot.tagkit.SignatureTag signature) |
Parses the generic signature of a field and creates the data structure
representing the signature.
|
void |
GenericSignatureParser.parseForMethod(GenericDeclaration genericDecl,
soot.tagkit.SignatureTag signature,
SootClassType[] rawExceptionTypes) |
Parses the generic signature of a method and creates the data structure
representing the signature.
|