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 trait delegation methods.(package private) final classGenerates synthetic IR for derived comparison operators: <, <=, >, >=.(package private) final classGenerates synthetic IR for the enum _cmp (<=>) operator.(package private) final classGenerates synthetic IR for enum constructors (copy and String).(package private) final classGenerates synthetic IR for the enum _eq (==) operator.(package private) final classGenerates synthetic IR for the enum #< (first) and #> (last) operators.(package private) final classGenerates synthetic IR for the enum _hashcode (#?) operator.(package private) final classGenerates synthetic IR for the enum ++ (_inc) and -- (_dec) operators.(package private) final classGenerates synthetic IR for the enum _isSet (?) operator.(package private) final classGenerates synthetic IR for the enum iterator() method.(package private) final classGenerates synthetic IR for the enum _json ($$) operator.(package private) final classGenerates synthetic IR for the enum _string ($) and _promote (#^) operators.(package private) final classGenerates synthetic IR for enum operators that accept a String parameter.(package private) final classGenerates synthetic IR for the _eq (==) operator.(package private) final classGenerates synthetic IR for the _fieldSetStatus() method.final classGenerates synthetic IR for the function _isSet (?) operator.(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 _json ($$) operator.(package private) final classGenerates synthetic IR for the _string ($) operator.