public class NReflectSignatureImpl extends NSignatureBase<NReflectType,NReflectSignature> implements NReflectSignature
| Modifier and Type | Field and Description |
|---|---|
static NSignatureDomain<NReflectType> |
DOMAIN |
| Modifier and Type | Method and Description |
|---|---|
protected NReflectSignature |
_create(String name,
NReflectType[] types,
boolean vararg) |
static NReflectSignature |
of(NReflectType... types) |
static NReflectSignature |
of(String name,
NReflectType... types) |
static NReflectSignature |
ofVarArgs(NReflectType... types) |
static NReflectSignature |
ofVarArgs(String name,
NReflectType... 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<NReflectType> DOMAIN
public static NReflectSignature of(NReflectType... types)
of in interface NReflectSignaturepublic static NReflectSignature ofVarArgs(NReflectType... types)
ofVarArgs in interface NReflectSignaturepublic static NReflectSignature of(String name, NReflectType... types)
of in interface NReflectSignaturepublic static NReflectSignature ofVarArgs(String name, NReflectType... types)
ofVarArgs in interface NReflectSignatureprotected NReflectSignature _create(String name, NReflectType[] types, boolean vararg)
_create in class NSignatureBase<NReflectType,NReflectSignature>Copyright © 2026 vpc open source initiative. All rights reserved.