Class BlockGoto


  • public class BlockGoto
    extends BlockGraph
    A "plain" goto block possible multiple incoming edges no outgoing edges 1 (implied) outgoing edge representing the unstructured goto
    • Constructor Detail

      • BlockGoto

        public BlockGoto()
    • Method Detail

      • getGotoTarget

        public PcodeBlock getGotoTarget()
      • getGotoType

        public int getGotoType()
      • setGotoTarget

        public void setGotoTarget​(PcodeBlock gt)
      • saveXmlBody

        public void saveXmlBody​(java.io.Writer writer)
                         throws java.io.IOException
        Description copied from class: PcodeBlock
        Serialize information about the block to XML, other than header and edge info
        Overrides:
        saveXmlBody in class BlockGraph
        Parameters:
        writer - is where to serialize to
        Throws:
        java.io.IOException - if there is a problem with the stream