1 2 3
package com.modulus.dataread.expressions; public enum FlowStatement { WHILE, FOR, IF, ELSE, RETURN, NONE }