Uses of Class
org.gwe.p2elv2.model.PVariable

Packages that use PVariable
org.gwe.app.client.web.view   
org.gwe.p2elv2   
org.gwe.p2elv2.macro   
org.gwe.p2elv2.model   
 

Uses of PVariable in org.gwe.app.client.web.view
 

Method parameters in org.gwe.app.client.web.view with type arguments of type PVariable
 java.lang.String Renderer.render(java.util.List<PVariable> vars)
           
 

Constructor parameters in org.gwe.app.client.web.view with type arguments of type PVariable
HtmlPVarTable(java.util.List<PVariable> vars)
           
 

Uses of PVariable in org.gwe.p2elv2
 

Methods in org.gwe.p2elv2 with parameters of type PVariable
 void PPermutation.addPendingVar(PVariable var)
           
 PPermutation PPermutation.cloneAddingVar(PVariable var, PVarValue<?> value)
           
 void P2ELMultiValueVarDependentOnRuntimeVarException.setVariable(PVariable var)
           
 void P2ELDependentVariableNotResolvedException.setVariable(PVariable var)
           
 

Constructors in org.gwe.p2elv2 with parameters of type PVariable
P2ELDependentVariableNotResolvedException(java.util.Set<java.lang.String> dependencies, PVariable var)
           
P2ELMultiValueVarDependentOnRuntimeVarException(PVariable var)
           
 

Uses of PVariable in org.gwe.p2elv2.macro
 

Methods in org.gwe.p2elv2.macro that return types with arguments of type PVariable
 java.util.List<PVariable> PMacro.getVars()
           
 

Methods in org.gwe.p2elv2.macro with parameters of type PVariable
 java.lang.String PMacro.getDescription(PVariable var)
           
 PMacro PMacroLibrary.getInvocationMacro(PVariable var)
           
 

Method parameters in org.gwe.p2elv2.macro with type arguments of type PVariable
 void PMacro.setVars(java.util.List<PVariable> vars)
           
 

Uses of PVariable in org.gwe.p2elv2.model
 

Subclasses of PVariable in org.gwe.p2elv2.model
 class PVariableArray
           
 

Methods in org.gwe.p2elv2.model that return types with arguments of type PVariable
 java.util.List<PVariable> PVariableArray.getVars()
           
 java.util.List<PVariable> PStatement.getVars()
           
 java.util.List<PVariable> PStatement.getVarsSortedByDependencies()
           
 

Methods in org.gwe.p2elv2.model with parameters of type PVariable
 void PVariableArray.addVar(PVariable var)
           
 

Method parameters in org.gwe.p2elv2.model with type arguments of type PVariable
 int PVariableArray.getDependencyOrder(java.util.List<PVariable> varsSortedByDependencyLevel)
           
 int PVariable.getDependencyOrder(java.util.List<PVariable> varsSortedByDependencyLevel)
           
 boolean PVariable.isVarResolvedBy(java.util.List<PVariable> varsResolved, java.lang.String... varsResolvedGroups)
           
 void PStatement.setVars(java.util.List<PVariable> vars)
           
 



Copyright © 2007-2009. All Rights Reserved.