public class NPlatformSignatureImpl extends NSignatureBase<Type,net.thevpc.nuts.reflect.NPlatformSignature> implements net.thevpc.nuts.reflect.NPlatformSignature
| Modifier and Type | Field and Description |
|---|---|
static net.thevpc.nuts.reflect.NSignatureDomain<Type> |
DOMAIN |
| Modifier and Type | Method and Description |
|---|---|
protected net.thevpc.nuts.reflect.NPlatformSignature |
_create(String name,
Type[] types,
boolean vararg) |
static net.thevpc.nuts.reflect.NPlatformSignature |
of(String name,
Type... types) |
static net.thevpc.nuts.reflect.NPlatformSignature |
of(Type... types) |
static net.thevpc.nuts.reflect.NPlatformSignature |
ofVarArgs(String name,
Type... types) |
static net.thevpc.nuts.reflect.NPlatformSignature |
ofVarArgs(Type... 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<Type> DOMAIN
public static net.thevpc.nuts.reflect.NPlatformSignature of(Type... types)
of in interface net.thevpc.nuts.reflect.NPlatformSignaturepublic static net.thevpc.nuts.reflect.NPlatformSignature ofVarArgs(Type... types)
ofVarArgs in interface net.thevpc.nuts.reflect.NPlatformSignaturepublic static net.thevpc.nuts.reflect.NPlatformSignature of(String name, Type... types)
of in interface net.thevpc.nuts.reflect.NPlatformSignaturepublic static net.thevpc.nuts.reflect.NPlatformSignature ofVarArgs(String name, Type... types)
ofVarArgs in interface net.thevpc.nuts.reflect.NPlatformSignatureprotected net.thevpc.nuts.reflect.NPlatformSignature _create(String name, Type[] types, boolean vararg)
_create in class NSignatureBase<Type,net.thevpc.nuts.reflect.NPlatformSignature>Copyright © 2026 vpc open source initiative. All rights reserved.