| Modifier and Type | Field and Description |
|---|---|
net.thevpc.jeep.JInvokable |
invokable |
String |
methodName |
| Constructor and Description |
|---|
HNElementWhenDo(String methodName) |
HNElementWhenDo(String methodName,
net.thevpc.jeep.JInvokable invokable,
net.thevpc.jeep.JType condType,
net.thevpc.jeep.JType resultType,
HNIf.WhenDoBranchNode[] branches,
net.thevpc.jeep.JNode elseNode) |
| Modifier and Type | Method and Description |
|---|---|
HNIf.WhenDoBranchNode[] |
getBranches() |
net.thevpc.jeep.JType |
getCondType() |
net.thevpc.jeep.JNode |
getElseNode() |
net.thevpc.jeep.JInvokable |
getInvokable() |
String |
getMethodName() |
net.thevpc.jeep.JType |
getResultType() |
net.thevpc.jeep.JType |
getReturnType() |
net.thevpc.jeep.JType |
getType() |
net.thevpc.jeep.JTypePattern |
getTypePattern() |
HNElementWhenDo |
setInvokable(net.thevpc.jeep.JInvokable invokable) |
String |
toString() |
copy, getConvertInvokable, getKind, getLocation, getSource, setConverterInvokable, setLocation, setSource, toDescStringpublic String methodName
public net.thevpc.jeep.JInvokable invokable
public HNElementWhenDo(String methodName, net.thevpc.jeep.JInvokable invokable, net.thevpc.jeep.JType condType, net.thevpc.jeep.JType resultType, HNIf.WhenDoBranchNode[] branches, net.thevpc.jeep.JNode elseNode)
public HNElementWhenDo(String methodName)
public net.thevpc.jeep.JType getResultType()
public net.thevpc.jeep.JType getCondType()
public HNIf.WhenDoBranchNode[] getBranches()
public net.thevpc.jeep.JNode getElseNode()
public net.thevpc.jeep.JInvokable getInvokable()
public net.thevpc.jeep.JType getReturnType()
public net.thevpc.jeep.JTypePattern getTypePattern()
getTypePattern in class HNElementpublic HNElementWhenDo setInvokable(net.thevpc.jeep.JInvokable invokable)
public String getMethodName()
Copyright © 2021 vpc open source initiative. All rights reserved.