Class ClangBreak

java.lang.Object
ghidra.app.decompiler.ClangToken
ghidra.app.decompiler.ClangBreak
All Implemented Interfaces:
ClangNode

public class ClangBreak extends ClangToken
A line break in source code plus the indenting for the following line.
  • Constructor Details

    • ClangBreak

      public ClangBreak(ClangNode par)
    • ClangBreak

      public ClangBreak(ClangNode par, int indent)
  • Method Details

    • getIndent

      public int getIndent()
      Returns:
      the number of indent levels following this line break
    • decode

      public void decode(Decoder decoder, PcodeFactory pfactory) throws DecoderException
      Description copied from class: ClangToken
      Decode this token from the current position in an encoded stream
      Overrides:
      decode in class ClangToken
      Parameters:
      decoder - is the decoder for the stream
      pfactory - is used to look up p-code objects associated with the token
      Throws:
      DecoderException - for problems decoding the stream