Uses of Class
com.dylibso.chicory.wasm.types.Element
-
Packages that use Element Package Description com.dylibso.chicory.wasm.types -
-
Uses of Element in com.dylibso.chicory.wasm.types
Subclasses of Element in com.dylibso.chicory.wasm.types Modifier and Type Class Description classActiveElementAn active element.classDeclarativeElementA declarative element.classPassiveElementA passive element.Methods in com.dylibso.chicory.wasm.types that return Element Modifier and Type Method Description Element[]ElementSection. elements()ElementElementSection. getElement(int idx)Methods in com.dylibso.chicory.wasm.types with parameters of type Element Modifier and Type Method Description intElementSection. addElement(Element element)Add an element definition to this section.
-