Class StaticTypesBinaryExpressionMultiTypeDispatcher

Direct Known Subclasses:
IndyStaticTypesMultiTypeDispatcher

public class StaticTypesBinaryExpressionMultiTypeDispatcher extends BinaryExpressionMultiTypeDispatcher
A specialized version of the multi type binary expression dispatcher which is aware of static compilation. It is able to generate optimized bytecode for some operations using JVM instructions when available.
  • Constructor Details

    • StaticTypesBinaryExpressionMultiTypeDispatcher

      public StaticTypesBinaryExpressionMultiTypeDispatcher(WriterController wc)
      Creates a binary-expression dispatcher for statically compiled bytecode generation.
  • Method Details