public class NReflectSignatureImpl extends NSignatureBase<net.thevpc.nuts.reflect.NReflectType,net.thevpc.nuts.reflect.NReflectSignature> implements net.thevpc.nuts.reflect.NReflectSignature
| Modifier and Type | Field and Description |
|---|---|
static net.thevpc.nuts.reflect.NSignatureDomain<net.thevpc.nuts.reflect.NReflectType> |
DOMAIN |
| Modifier and Type | Method and Description |
|---|---|
protected net.thevpc.nuts.reflect.NReflectSignature |
_create(String name,
net.thevpc.nuts.reflect.NReflectType[] types,
boolean vararg) |
static net.thevpc.nuts.reflect.NReflectSignature |
of(net.thevpc.nuts.reflect.NReflectType... types) |
static net.thevpc.nuts.reflect.NReflectSignature |
of(String name,
net.thevpc.nuts.reflect.NReflectType... types) |
static net.thevpc.nuts.reflect.NReflectSignature |
ofVarArgs(net.thevpc.nuts.reflect.NReflectType... types) |
static net.thevpc.nuts.reflect.NReflectSignature |
ofVarArgs(String name,
net.thevpc.nuts.reflect.NReflectType... types) |
calculateScore, checkVararg, domain, equals, getDistance, getType, hashCode, isNamed, isVarArgs, matches, name, set, setVararg, size, toNamed, toString, toUnnamed, typespublic static final net.thevpc.nuts.reflect.NSignatureDomain<net.thevpc.nuts.reflect.NReflectType> DOMAIN
public static net.thevpc.nuts.reflect.NReflectSignature of(net.thevpc.nuts.reflect.NReflectType... types)
of in interface net.thevpc.nuts.reflect.NReflectSignaturepublic static net.thevpc.nuts.reflect.NReflectSignature ofVarArgs(net.thevpc.nuts.reflect.NReflectType... types)
ofVarArgs in interface net.thevpc.nuts.reflect.NReflectSignaturepublic static net.thevpc.nuts.reflect.NReflectSignature of(String name, net.thevpc.nuts.reflect.NReflectType... types)
of in interface net.thevpc.nuts.reflect.NReflectSignaturepublic static net.thevpc.nuts.reflect.NReflectSignature ofVarArgs(String name, net.thevpc.nuts.reflect.NReflectType... types)
ofVarArgs in interface net.thevpc.nuts.reflect.NReflectSignatureprotected net.thevpc.nuts.reflect.NReflectSignature _create(String name, net.thevpc.nuts.reflect.NReflectType[] types, boolean vararg)
_create in class NSignatureBase<net.thevpc.nuts.reflect.NReflectType,net.thevpc.nuts.reflect.NReflectSignature>Copyright © 2026 vpc open source initiative. All rights reserved.