Class S_GPROC32_NEW
- java.lang.Object
- 
- ghidra.app.util.bin.format.pe.debug.DebugSymbol
- 
- ghidra.app.util.bin.format.pe.debug.S_GPROC32_NEW
 
 
- 
 public class S_GPROC32_NEW extends DebugSymbol A class to represent the S_GPROC32_NEW data structure.
- 
- 
Constructor SummaryConstructors Constructor Description S_GPROC32_NEW()DO NOT USE THIS CONSTRUCTOR, USE create*(GenericFactory ...) FACTORY METHODS INSTEAD.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDebugEnd()intgetDebugStart()intgetEnd()intgetNext()intgetParent()intgetProcLen()Returns the procedure length.intgetProcOffset()Returns the procedure offset.shortgetProcType()Returns the procedure type.- 
Methods inherited from class ghidra.app.util.bin.format.pe.debug.DebugSymbolgetLength, getName, getOffset, getSection, getType, processDebugSymbol
 
- 
 
- 
- 
- 
Method Detail- 
getParentpublic int getParent() 
 - 
getEndpublic int getEnd() 
 - 
getNextpublic int getNext() 
 - 
getDebugStartpublic int getDebugStart() 
 - 
getDebugEndpublic int getDebugEnd() 
 - 
getProcLenpublic int getProcLen() Returns the procedure length.- Returns:
- the procedure length
 
 - 
getProcTypepublic short getProcType() Returns the procedure type.- Returns:
- the procedure type
 
 - 
getProcOffsetpublic int getProcOffset() Returns the procedure offset.- Returns:
- the procedure offset
 
 
- 
 
-