Package ghidra.app.decompiler
Class ClangLine
java.lang.Object
ghidra.app.decompiler.ClangLine
A line of C code. This is an independent grouping
of C tokens from the statement, vardecl retype groups
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToken(ClangToken tok) intintintgetToken(int i) intindexOfToken(ClangToken token) toDebugString(List<ClangToken> calloutTokens) toDebugString(List<ClangToken> calloutTokens, String start, String end) toString()
-
Constructor Details
-
ClangLine
public ClangLine(int lineNumber, int indent)
-
-
Method Details