Package gw.lang.ir
Class SignatureUtil
java.lang.Object
gw.lang.ir.SignatureUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IType
getPureGenericType
(IType type) static String
getSimpleName
(String name) private static String
makeJavaName
(IType type) private static IType
makeRawType
(IType type) private static String
processName
(IType type) static void
visitIrType
(org.objectweb.asm.signature.SignatureVisitor sv, IRType type) static void
-
Constructor Details
-
SignatureUtil
public SignatureUtil()
-
-
Method Details
-
visitIrType
-
visitType
public static void visitType(org.objectweb.asm.signature.SignatureVisitor sv, IType type, boolean[] bGeneric) -
makeRawType
-
getPureGenericType
-
processName
-
makeJavaName
-
getSimpleName
-