Uses of Class
com.vaadin.sass.internal.parser.FormalArgumentList

Packages that use FormalArgumentList
com.vaadin.sass.internal.parser   
com.vaadin.sass.internal.parser.function   
com.vaadin.sass.internal.tree   
 

Uses of FormalArgumentList in com.vaadin.sass.internal.parser
 

Methods in com.vaadin.sass.internal.parser that return FormalArgumentList
 FormalArgumentList FormalArgumentList.replaceFormalArguments(ActualArgumentList actualArgumentList, boolean checkForUnsetParameters)
          Returns a new FormalArgumentList that is obtained from this list by replacing all formal arguments with the corresponding actual arguments.
 FormalArgumentList FormalArgumentList.replaceVariables(ScssContext context)
           
 FormalArgumentList FormalArgumentList.updateUrl(String prefix)
           
 

Uses of FormalArgumentList in com.vaadin.sass.internal.parser.function
 

Methods in com.vaadin.sass.internal.parser.function that return FormalArgumentList
protected static FormalArgumentList AbstractFunctionGenerator.createArgumentList(String[] argumentNames, boolean hasVariableArguments)
          Creates a new FormalArgumentList with no default values, i.e.
protected static FormalArgumentList AbstractFunctionGenerator.createArgumentList(String[] argumentNames, SassListItem[] defaultValues)
          Creates a new FormalArgumentList without variable arguments.
protected static FormalArgumentList AbstractFunctionGenerator.createArgumentList(String[] argumentNames, SassListItem[] defaultValues, boolean hasVariableArguments)
          Creates a formal argument list with the given argument names and default values.
protected  FormalArgumentList AbstractFunctionGenerator.getArguments()
           
 

Methods in com.vaadin.sass.internal.parser.function with parameters of type FormalArgumentList
protected  SassListItem TypeOfFunctionGenerator.computeForArgumentList(LexicalUnitImpl function, FormalArgumentList actualArguments)
           
protected  SassListItem ColorComponentFunctionGenerator.computeForArgumentList(LexicalUnitImpl function, FormalArgumentList actualArguments)
           
protected  SassListItem LightenFunctionGenerator.computeForArgumentList(LexicalUnitImpl function, FormalArgumentList actualArguments)
           
protected  SassListItem TransparencyModificationFunctionGenerator.computeForArgumentList(LexicalUnitImpl function, FormalArgumentList actualArguments)
           
protected  SassListItem DarkenFunctionGenerator.computeForArgumentList(LexicalUnitImpl function, FormalArgumentList actualArguments)
           
protected  SassListItem AlphaFunctionGenerator.computeForArgumentList(LexicalUnitImpl function, FormalArgumentList actualArguments)
           
protected  SassListItem ListNthFunctionGenerator.computeForArgumentList(LexicalUnitImpl function, FormalArgumentList actualArguments)
           
protected  SassListItem RectFunctionGenerator.computeForArgumentList(LexicalUnitImpl function, FormalArgumentList actualArguments)
           
protected  SassListItem ListAppendFunctionGenerator.computeForArgumentList(LexicalUnitImpl function, FormalArgumentList actualArguments)
           
protected  SassListItem MixFunctionGenerator.computeForArgumentList(LexicalUnitImpl function, FormalArgumentList actualArguments)
           
protected  SassListItem RGBFunctionGenerator.computeForArgumentList(LexicalUnitImpl function, FormalArgumentList actualArguments)
           
protected  SassListItem ListIndexFunctionGenerator.computeForArgumentList(LexicalUnitImpl function, FormalArgumentList actualArguments)
           
protected  SassListItem AdjustColorFunctionGenerator.computeForArgumentList(LexicalUnitImpl function, FormalArgumentList actualArguments)
           
protected  SassListItem MinMaxFunctionGenerator.computeForArgumentList(LexicalUnitImpl function, FormalArgumentList actualArguments)
           
protected  SassListItem AbstractSingleParameterFunctionGenerator.computeForArgumentList(LexicalUnitImpl function, FormalArgumentList arglist)
           
 SassListItem SaturationModificationFunctionGenerator.computeForArgumentList(LexicalUnitImpl function, FormalArgumentList actualArguments)
           
protected  SassListItem ListLengthFunctionGenerator.computeForArgumentList(LexicalUnitImpl function, FormalArgumentList actualArguments)
           
protected abstract  SassListItem AbstractFunctionGenerator.computeForArgumentList(LexicalUnitImpl function, FormalArgumentList actualArguments)
          Computes the value of the function with the given argument list.
protected  SassListItem ListJoinFunctionGenerator.computeForArgumentList(LexicalUnitImpl function, FormalArgumentList actualArguments)
           
protected  SassListItem IfFunctionGenerator.computeForArgumentList(ScssContext context, LexicalUnitImpl function, FormalArgumentList actualArguments)
           
protected static SassListItem AbstractFunctionGenerator.getParam(FormalArgumentList args, int index)
          Returns the value of the argument at the given index.
protected static SassListItem AbstractFunctionGenerator.getParam(FormalArgumentList args, String name)
          Returns the value of the argument with the given name.
 

Constructors in com.vaadin.sass.internal.parser.function with parameters of type FormalArgumentList
AbstractFunctionGenerator(FormalArgumentList arguments, String... functionNames)
           
AbstractSingleParameterFunctionGenerator(FormalArgumentList args, String... functionNames)
           
ListFunctionGenerator(FormalArgumentList formalArguments, String... functionNames)
           
 

Uses of FormalArgumentList in com.vaadin.sass.internal.tree
 

Methods in com.vaadin.sass.internal.tree that return FormalArgumentList
 FormalArgumentList DefNode.getArglist()
           
 



Copyright © 2013–2015 Vaadin. All rights reserved.