Class ClangLabelToken

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

public class ClangLabelToken extends ClangToken
A source code token representing a control-flow label.
  • Constructor Details

    • ClangLabelToken

      public ClangLabelToken(ClangNode par)
  • Method Details

    • isVariableRef

      public boolean isVariableRef()
      Overrides:
      isVariableRef in class ClangToken
      Returns:
      true if this token represents a variable (in source code)
    • getMinAddress

      public Address getMinAddress()
      Description copied from interface: ClangNode
      Get the smallest Program address associated with the code that this text represents
      Specified by:
      getMinAddress in interface ClangNode
      Overrides:
      getMinAddress in class ClangToken
      Returns:
      the smallest Address
    • getMaxAddress

      public Address getMaxAddress()
      Description copied from interface: ClangNode
      Get the biggest Program address associated with the code that this text represents
      Specified by:
      getMaxAddress in interface ClangNode
      Overrides:
      getMaxAddress in class ClangToken
      Returns:
      the biggest Address
    • 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