org.mvel2.util
Class SharedVariableSpaceModel

java.lang.Object
  extended by org.mvel2.util.VariableSpaceModel
      extended by org.mvel2.util.SharedVariableSpaceModel

public class SharedVariableSpaceModel
extends VariableSpaceModel

Author:
Mike Brock .

Field Summary
 
Fields inherited from class org.mvel2.util.VariableSpaceModel
allVars
 
Constructor Summary
SharedVariableSpaceModel(String[] allVars, Object[] vals)
           
 
Method Summary
 VariableResolverFactory createFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharedVariableSpaceModel

public SharedVariableSpaceModel(String[] allVars,
                                Object[] vals)
Method Detail

createFactory

public VariableResolverFactory createFactory()


Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.