public abstract class HNElement extends Object
| Constructor and Description |
|---|
HNElement(HNElementKind kind) |
| Modifier and Type | Method and Description |
|---|---|
HNElement |
copy() |
net.thevpc.jeep.JInvokable |
getConvertInvokable() |
HNElementKind |
getKind() |
net.thevpc.jeep.JToken |
getLocation() |
net.thevpc.common.textsource.JTextSource |
getSource() |
net.thevpc.jeep.JType |
getType() |
abstract net.thevpc.jeep.JTypePattern |
getTypePattern() |
void |
setConverterInvokable(net.thevpc.jeep.JInvokable convertInvokable) |
HNElement |
setLocation(net.thevpc.jeep.JToken location) |
HNElement |
setSource(net.thevpc.common.textsource.JTextSource source) |
String |
toDescString() |
String |
toString() |
public HNElement(HNElementKind kind)
public net.thevpc.jeep.JToken getLocation()
public HNElement setLocation(net.thevpc.jeep.JToken location)
public net.thevpc.common.textsource.JTextSource getSource()
public HNElement setSource(net.thevpc.common.textsource.JTextSource source)
public HNElementKind getKind()
public abstract net.thevpc.jeep.JTypePattern getTypePattern()
public net.thevpc.jeep.JType getType()
public String toDescString()
public void setConverterInvokable(net.thevpc.jeep.JInvokable convertInvokable)
public net.thevpc.jeep.JInvokable getConvertInvokable()
public HNElement copy()
Copyright © 2021 vpc open source initiative. All rights reserved.