public abstract class AbstractJInvokableAdapterSpecial extends AbstractJInvokableAdapter
| Modifier and Type | Field and Description |
|---|---|
protected net.thevpc.jeep.JContext |
context |
protected net.thevpc.jeep.impl.functions.JSignature |
signature |
| Constructor and Description |
|---|
AbstractJInvokableAdapterSpecial(net.thevpc.jeep.JInvokable base,
net.thevpc.jeep.impl.functions.JSignature signature,
net.thevpc.jeep.JContext context) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.jeep.JContext |
context() |
net.thevpc.jeep.JType |
getReturnType() |
net.thevpc.jeep.impl.functions.JSignature |
getSignature() |
String |
getSourceName() |
getBase, getTypesgetAnnotations, getDeclaration, getModifiers, getName, isPublicprotected final net.thevpc.jeep.impl.functions.JSignature signature
protected final net.thevpc.jeep.JContext context
public AbstractJInvokableAdapterSpecial(net.thevpc.jeep.JInvokable base,
net.thevpc.jeep.impl.functions.JSignature signature,
net.thevpc.jeep.JContext context)
public net.thevpc.jeep.JContext context()
public net.thevpc.jeep.impl.functions.JSignature getSignature()
public net.thevpc.jeep.JType getReturnType()
public String getSourceName()
Copyright © 2021 vpc open source initiative. All rights reserved.