Class SomSymbol

java.lang.Object
org.eclipse.cdt.utils.Symbol
org.eclipse.cdt.utils.som.parser.SomSymbol
All Implemented Interfaces:
Comparable<Object>, IBinaryParser.ISymbol

public class SomSymbol extends Symbol
SOM symbol specialization
  • Constructor Details

    • SomSymbol

      public SomSymbol(BinaryObjectAdapter binary, String name, int type, IAddress addr, long size, org.eclipse.core.runtime.IPath sourceFile, int startLine, int endLine)
      Parameters:
      binary -
      name -
      type -
      addr -
      size -
      sourceFile -
      startLine -
      endLine -
    • SomSymbol

      public SomSymbol(BinaryObjectAdapter binary, String name, int type, IAddress addr, long size)
      Parameters:
      binary -
      name -
      type -
      addr -
      size -
  • Method Details