public class HNElementConstructor extends HNElementInvokable implements Cloneable
| Constructor and Description |
|---|
HNElementConstructor(net.thevpc.jeep.JType declaringType,
net.thevpc.jeep.JInvokable invokable,
HNode[] argNodes) |
| Modifier and Type | Method and Description |
|---|---|
HNode[] |
getArgNodes() |
HNDeclareInvokable |
getDeclaration() |
net.thevpc.jeep.JType |
getDeclaringType() |
net.thevpc.jeep.JInvokable |
getInvokable() |
net.thevpc.jeep.JTypePattern |
getTypePattern() |
HNElement |
setArgNodes(HNode[] argNodes) |
HNElementConstructor |
setDeclaration(HNDeclareInvokable declaration) |
HNElementConstructor |
setInvokable(net.thevpc.jeep.JInvokable invokable) |
String |
toString() |
copy, getConvertInvokable, getKind, getLocation, getSource, getType, setConverterInvokable, setLocation, setSource, toDescStringpublic HNode[] argNodes
public HNElementConstructor(net.thevpc.jeep.JType declaringType,
net.thevpc.jeep.JInvokable invokable,
HNode[] argNodes)
public HNode[] getArgNodes()
getArgNodes in class HNElementInvokablepublic HNElement setArgNodes(HNode[] argNodes)
setArgNodes in class HNElementInvokablepublic HNDeclareInvokable getDeclaration()
public HNElementConstructor setDeclaration(HNDeclareInvokable declaration)
public net.thevpc.jeep.JInvokable getInvokable()
getInvokable in class HNElementInvokablepublic HNElementConstructor setInvokable(net.thevpc.jeep.JInvokable invokable)
public net.thevpc.jeep.JType getDeclaringType()
public net.thevpc.jeep.JTypePattern getTypePattern()
getTypePattern in class HNElementCopyright © 2021 vpc open source initiative. All rights reserved.