NumericInstructionValidator

NumericInstructionValidator

object NumericInstructionValidator

Validates NumericInstruction nodes.

From the docs:


t.unop

t.binop

t.testop

t.relop

t2.cvtop_t1_sx?

Methods

visit

fun visit(node: NumericInstruction, context: FunctionBody): FunctionBody

Validates the given node, and if necessary: its children (recursively, using other ValidationVisitor instances).

Parameters

Name Description
node: NumericInstruction
context: FunctionBody

ReturnValue

Name Description
FunctionBody