Class StaticTypesBinaryExpressionMultiTypeDispatcher

  • All Implemented Interfaces:
    org.objectweb.asm.Opcodes
    Direct Known Subclasses:
    IndyStaticTypesMultiTypeDispatcher

    public class StaticTypesBinaryExpressionMultiTypeDispatcher
    extends BinaryExpressionMultiTypeDispatcher
    implements org.objectweb.asm.Opcodes
    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.