| Modifier and Type | Field and Description |
|---|---|
net.thevpc.jeep.JType |
declaringType |
net.thevpc.jeep.JField |
field |
HIndexedField |
indexedField |
String |
name |
| Constructor and Description |
|---|
HNElementField(net.thevpc.jeep.JField field) |
HNElementField(String name) |
HNElementField(String name,
net.thevpc.jeep.JType declaringType,
HNDeclareTokenBase declaration,
net.thevpc.jeep.JToken location) |
| Modifier and Type | Method and Description |
|---|---|
HNDeclareTokenBase |
getDeclaration() |
net.thevpc.jeep.JType |
getDeclaringType() |
net.thevpc.jeep.JType |
getEffectiveType() |
net.thevpc.jeep.JField |
getField() |
HIndexedField |
getIndexedField() |
String |
getName() |
net.thevpc.jeep.JTypePattern |
getTypePattern() |
HNElementField |
setDeclaration(HNDeclareTokenBase declaration) |
HNElementField |
setDeclaringType(net.thevpc.jeep.JType declaringType) |
HNElementField |
setEffectiveType(net.thevpc.jeep.JType effectiveType) |
HNElementField |
setField(net.thevpc.jeep.JField field) |
HNElementField |
setIndexedField(HIndexedField indexedField) |
HNElementField |
setName(String name) |
String |
toDescString() |
String |
toString() |
copy, getConvertInvokable, getKind, getLocation, getSource, getType, setConverterInvokable, setLocation, setSourcepublic net.thevpc.jeep.JType declaringType
public String name
public HIndexedField indexedField
public net.thevpc.jeep.JField field
public HNElementField(net.thevpc.jeep.JField field)
public HNElementField(String name, net.thevpc.jeep.JType declaringType, HNDeclareTokenBase declaration, net.thevpc.jeep.JToken location)
public HNElementField(String name)
public net.thevpc.jeep.JType getEffectiveType()
public HNElementField setEffectiveType(net.thevpc.jeep.JType effectiveType)
public HNDeclareTokenBase getDeclaration()
public HNElementField setDeclaration(HNDeclareTokenBase declaration)
public net.thevpc.jeep.JTypePattern getTypePattern()
getTypePattern in class HNElementpublic String toDescString()
toDescString in class HNElementpublic net.thevpc.jeep.JType getDeclaringType()
public HNElementField setDeclaringType(net.thevpc.jeep.JType declaringType)
public String getName()
public HNElementField setName(String name)
public HIndexedField getIndexedField()
public HNElementField setIndexedField(HIndexedField indexedField)
public net.thevpc.jeep.JField getField()
public HNElementField setField(net.thevpc.jeep.JField field)
Copyright © 2021 vpc open source initiative. All rights reserved.