Class IfStatement


public final class IfStatement extends Statement
 if (condition)
     true-statement
 else
     false-statement