Uses of Enum Class
net.hydromatic.filtex.ast.Unit
Packages that use Unit
Package
Description
Abstract syntax tree (AST).
Parser.
-
Uses of Unit in net.hydromatic.filtex.ast
Fields in net.hydromatic.filtex.ast declared as UnitMethods in net.hydromatic.filtex.ast that return UnitModifier and TypeMethodDescriptionstatic UnitReturns the enum constant of this class with the specified name.static Unit[]Unit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.hydromatic.filtex.ast with parameters of type UnitModifier and TypeMethodDescriptionAstBuilder.circle(BigDecimal distance, Unit unit, Location location) Creates a circular geographical region. -
Uses of Unit in net.hydromatic.filtex.parse
Methods in net.hydromatic.filtex.parse that return Unit