Class AssemblyParseHiddenNode
java.lang.Object
ghidra.app.plugin.assembler.sleigh.tree.AssemblyParseTreeNode
ghidra.app.plugin.assembler.sleigh.tree.AssemblyParseHiddenNode
-
Field Summary
Fields inherited from class ghidra.app.plugin.assembler.sleigh.tree.AssemblyParseTreeNode
grammar, parent
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGenerate the string that this node parsedgetSym()
Get the symbol for which this node is substitutedprotected void
print
(PrintStream out, String indent) For debugging: Display the tree with the given indentMethods inherited from class ghidra.app.plugin.assembler.sleigh.tree.AssemblyParseTreeNode
getGrammar, getParent, print, setParent
-
Constructor Details
-
AssemblyParseHiddenNode
-
-
Method Details
-
getSym
Description copied from class:AssemblyParseTreeNode
Get the symbol for which this node is substitutedFor a branch, this is the LHS of the corresponding production. For a token, this is the terminal whose tokenizer matched it.
- Specified by:
getSym
in classAssemblyParseTreeNode
- Returns:
- the symbol
-
print
Description copied from class:AssemblyParseTreeNode
For debugging: Display the tree with the given indent- Specified by:
print
in classAssemblyParseTreeNode
- Parameters:
out
- the streamindent
- the indent
-
generateString
Description copied from class:AssemblyParseTreeNode
Generate the string that this node parsed- Specified by:
generateString
in classAssemblyParseTreeNode
- Returns:
- the string
-