ConditionAstResult

io.joern.csharpsrc2cpg.astcreation.AstForStatementsCreator.ConditionAstResult
final case class ConditionAstResult(conditionAst: Ast, prependIfBody: List[Ast])

Separates the AST result of a conditional expression into the condition as well as any declared variables to prepend.

Value parameters

conditionAst

the condition.

prependIfBody

statements to prepend to the if/then body.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product