public class JConstructorFromIndex
extends net.thevpc.jeep.impl.types.AbstractJConstructor
| Constructor and Description |
|---|
JConstructorFromIndex(HIndexedConstructor ctr,
net.thevpc.jeep.JType declaringType,
HIndexer indexer,
net.thevpc.jeep.JTypes types) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.jeep.impl.types.JAnnotationInstanceList |
getAnnotations() |
String[] |
getArgNames() |
net.thevpc.jeep.JType[] |
getArgTypes() |
net.thevpc.jeep.JDeclaration |
getDeclaration() |
net.thevpc.jeep.JType |
getDeclaringType() |
net.thevpc.jeep.JType |
getGenericReturnType() |
net.thevpc.jeep.impl.types.JModifierList |
getModifiers() |
String |
getName() |
net.thevpc.jeep.JType |
getReturnType() |
net.thevpc.jeep.impl.functions.JSignature |
getSignature() |
String |
getSourceName() |
net.thevpc.jeep.JTypeVariable[] |
getTypeParameters() |
net.thevpc.jeep.JTypes |
getTypes() |
Object |
invoke(net.thevpc.jeep.JInvokeContext context) |
public JConstructorFromIndex(HIndexedConstructor ctr, net.thevpc.jeep.JType declaringType, HIndexer indexer, net.thevpc.jeep.JTypes types)
public net.thevpc.jeep.JType getDeclaringType()
public String getName()
public net.thevpc.jeep.impl.types.JModifierList getModifiers()
public net.thevpc.jeep.impl.types.JAnnotationInstanceList getAnnotations()
public Object invoke(net.thevpc.jeep.JInvokeContext context)
public String getSourceName()
public net.thevpc.jeep.JTypes getTypes()
public String[] getArgNames()
public net.thevpc.jeep.JType[] getArgTypes()
public net.thevpc.jeep.JTypeVariable[] getTypeParameters()
public net.thevpc.jeep.JType getReturnType()
public net.thevpc.jeep.impl.functions.JSignature getSignature()
public net.thevpc.jeep.JDeclaration getDeclaration()
public net.thevpc.jeep.JType getGenericReturnType()
Copyright © 2025 vpc open source initiative. All rights reserved.