Methods
| Modifier and Type |
Method and Description |
org.jetbrains.asm4.Type |
expressionType(JetExpression expr) |
JvmClassName |
getOwner(DeclarationDescriptor descriptor,
OwnerKind kind,
boolean isInsideModule) |
static java.lang.String |
getPropertyAccessorName(PropertyDescriptor descriptor,
boolean isGetter) |
org.jetbrains.asm4.Type |
getSharedVarType(DeclarationDescriptor descriptor) |
static boolean |
isAccessor(CallableMemberDescriptor descriptor) |
JvmMethodSignature |
mapConstructorSignature(ConstructorDescriptor descriptor) |
JvmMethodSignature |
mapConstructorSignature(ConstructorDescriptor descriptor,
CalculatedClosure closure) |
java.lang.String |
mapFieldSignature(JetType backingFieldType) |
JvmPropertyAccessorSignature |
mapGetterSignature(PropertyDescriptor descriptor,
OwnerKind kind) |
org.jetbrains.asm4.Type |
mapReturnType(JetType jetType) |
JvmMethodSignature |
mapScriptSignature(ScriptDescriptor script,
java.util.List<ScriptDescriptor> importedScripts) |
JvmPropertyAccessorSignature |
mapSetterSignature(PropertyDescriptor descriptor,
OwnerKind kind) |
JvmMethodSignature |
mapSignature(FunctionDescriptor f) |
JvmMethodSignature |
mapSignature(FunctionDescriptor f,
boolean needGenericSignature,
OwnerKind kind) |
JvmMethodSignature |
mapSignature(Name functionName,
FunctionDescriptor f) |
CallableMethod |
mapToCallableMethod(ConstructorDescriptor descriptor) |
CallableMethod |
mapToCallableMethod(ConstructorDescriptor descriptor,
CalculatedClosure closure) |
CallableMethod |
mapToCallableMethod(FunctionDescriptor functionDescriptor,
boolean superCall,
boolean isInsideClass,
boolean isInsideModule,
OwnerKind kind) |
CallableMethod |
mapToFunctionInvokeCallableMethod(FunctionDescriptor fd) |
org.jetbrains.asm4.Type |
mapType(ClassifierDescriptor classifierDescriptor) |
org.jetbrains.asm4.Type |
mapType(JetType jetType) |
org.jetbrains.asm4.Type |
mapType(JetType jetType,
BothSignatureWriter signatureVisitor,
JetTypeMapperMode kind) |
org.jetbrains.asm4.Type |
mapType(JetType jetType,
BothSignatureWriter signatureVisitor,
JetTypeMapperMode kind,
Variance howThisTypeIsUsed) |
org.jetbrains.asm4.Type |
mapType(JetType jetType,
JetTypeMapperMode kind) |
org.jetbrains.asm4.Type |
mapType(VariableDescriptor variableDescriptor) |
void |
writeFormalTypeParameters(java.util.List<TypeParameterDescriptor> typeParameters,
BothSignatureWriter signatureVisitor) |