package org.mvel2.util; /** * @author Mike Brock . */ public abstract class VariableSpaceModel { protected String[] allVars; }