Uses of Class
org.eolang.jeo.representation.xmir.XmlField
-
Packages that use XmlField Package Description org.eolang.jeo.representation.xmir Package for reading XMIR files and converting them into bytecode. -
-
Uses of XmlField in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return types with arguments of type XmlField Modifier and Type Method Description List<XmlField>XmlClass. fields()Fields.Methods in org.eolang.jeo.representation.xmir with parameters of type XmlField Modifier and Type Method Description XmlClassXmlClass. withField(XmlField field)Add field.
-