mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-0: Fixing some javadoc
This commit is contained in:
parent
8bc682537f
commit
7468e5f5f4
2 changed files with 5 additions and 7 deletions
|
@ -36,16 +36,16 @@ public class InputContextScraper {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get set of all valid input contexts that affect constructor selection.
|
* {@return the set of all valid input contexts that affect constructor selection.}
|
||||||
*
|
*
|
||||||
* <ol>
|
* <ol>
|
||||||
* <li>Start with mask of the language's default context
|
* <li>Start with mask of the language's default context</li>
|
||||||
* <li>Scrape language for <code>globalset</code> context variables and OR their masks into our
|
* <li>Scrape language for <code>globalset</code> context variables and OR their masks into our
|
||||||
* mask
|
* mask</li>
|
||||||
* <li>Flip bits of our mask to get mask of context variables not used as input
|
* <li>Flip bits of our mask to get mask of context variables not used as input
|
||||||
* (local/transient)
|
* (local/transient)</li>
|
||||||
* <li>Check constructor constraints and use mask to get values of relevant input context
|
* <li>Check constructor constraints and use mask to get values of relevant input context
|
||||||
* variables
|
* variables</li>
|
||||||
* </ol>
|
* </ol>
|
||||||
*/
|
*/
|
||||||
public Set<AssemblyPatternBlock> scrapeInputContexts() {
|
public Set<AssemblyPatternBlock> scrapeInputContexts() {
|
||||||
|
|
|
@ -36,8 +36,6 @@ public class HighCodeSymbol extends HighSymbol {
|
||||||
/**
|
/**
|
||||||
* Construct with a backing CodeSymbol. An attempt is made to also find a backing Data object.
|
* Construct with a backing CodeSymbol. An attempt is made to also find a backing Data object.
|
||||||
* @param sym is the backing CodeSymbol
|
* @param sym is the backing CodeSymbol
|
||||||
* @param dataType is the (possibly distinct) data-type associated with the new HighSymbol
|
|
||||||
* @param sz is the storage size, in bytes, of the symbol
|
|
||||||
* @param func is the decompiler function model owning the new HighSymbol
|
* @param func is the decompiler function model owning the new HighSymbol
|
||||||
*/
|
*/
|
||||||
public HighCodeSymbol(CodeSymbol sym, HighFunction func) {
|
public HighCodeSymbol(CodeSymbol sym, HighFunction func) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue