Uses of Class
software.constructs.ConstructOrder
-
-
Uses of ConstructOrder in software.constructs
Methods in software.constructs that return ConstructOrder Modifier and Type Method Description static ConstructOrder
ConstructOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConstructOrder[]
ConstructOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.constructs with parameters of type ConstructOrder Modifier and Type Method Description List<IConstruct>
Node. findAll(ConstructOrder order)
Return this construct and all of its children in the given order.
-