Uses of Class
org.ek9lang.compiler.phase7.synthesis.AbstractSyntheticGenerator
Packages that use AbstractSyntheticGenerator
Package
Description
Synthetic operator and method generation for EK9.
-
Uses of AbstractSyntheticGenerator in org.ek9lang.compiler.phase7.synthesis
Subclasses of AbstractSyntheticGenerator in org.ek9lang.compiler.phase7.synthesisModifier and TypeClassDescription(package private) final classGenerates synthetic IR for the _cmp (<=>) operator.(package private) final classGenerates synthetic IR for the _copy (:=:) operator.(package private) final classGenerates synthetic IR for derived comparison operators: <, <=, >, >=.(package private) final classGenerates synthetic IR for the _eq (==) operator.(package private) final classGenerates synthetic IR for the _fieldSetStatus() method.(package private) final classGenerates synthetic IR for the _hashcode (#?) operator.(package private) final classGenerates synthetic IR for the _isSet (?) operator.(package private) final classGenerates synthetic IR for the _neq (<>) operator.(package private) final classGenerates synthetic IR for the _string ($) operator.