Class CompilerSpecID

java.lang.Object
ghidra.program.model.lang.CompilerSpecID
All Implemented Interfaces:
Comparable<CompilerSpecID>

public final class CompilerSpecID extends Object implements Comparable<CompilerSpecID>
Represents an opinion's compiler (gcc, borlandcpp, etc).
  • Field Details

  • Constructor Details

    • CompilerSpecID

      public CompilerSpecID(String id)
      Creates a new compiler spec ID.
      Parameters:
      id - The compiler ID (gcc, borlandcpp, etc) as defined in the appropriate LanguageDescription. If null the value of "default" will be assumed.
  • Method Details