public class NPlatformSignatureImpl extends NSignatureBase<Type,NPlatformSignature> implements NPlatformSignature
| Modifier and Type | Field and Description |
|---|---|
static NSignatureDomain<Type> |
DOMAIN |
| Modifier and Type | Method and Description |
|---|---|
protected NPlatformSignature |
_create(String name,
Type[] types,
boolean vararg) |
static NPlatformSignature |
of(String name,
Type... types) |
static NPlatformSignature |
of(Type... types) |
static NPlatformSignature |
ofVarArgs(String name,
Type... types) |
static NPlatformSignature |
ofVarArgs(Type... types) |
calculateScore, checkVararg, domain, equals, getDistance, getType, hashCode, isNamed, isVarArgs, matches, name, set, setVararg, size, toNamed, toString, toUnnamed, typesclone, finalize, getClass, notify, notifyAll, wait, wait, waitofMappublic static final NSignatureDomain<Type> DOMAIN
public static NPlatformSignature of(Type... types)
of in interface NPlatformSignaturepublic static NPlatformSignature ofVarArgs(Type... types)
ofVarArgs in interface NPlatformSignaturepublic static NPlatformSignature of(String name, Type... types)
of in interface NPlatformSignaturepublic static NPlatformSignature ofVarArgs(String name, Type... types)
ofVarArgs in interface NPlatformSignatureprotected NPlatformSignature _create(String name, Type[] types, boolean vararg)
_create in class NSignatureBase<Type,NPlatformSignature>Copyright © 2026 vpc open source initiative. All rights reserved.