Class TraceInstruction

    • Constructor Detail

      • TraceInstruction

        public TraceInstruction​(Expression child,
                                InstructionInfo details)
        Create a Trace instruction
        Parameters:
        child - the child instruction to be evaluated
        details - the details to be output. This will usually relate to a function or template header.
    • Method Detail

      • getInstructionInfo

        public InstructionInfo getInstructionInfo()
        Get the instruction details
        Overrides:
        getInstructionInfo in class TraceWrapper
        Returns:
        the details of the child instruction (the instruction being traced)