| Modifier and Type | Class and Description |
|---|---|
class |
AnonymousExpression |
class |
ColorExpression |
static class |
ColorExpression.ColorWithAlphaExpression |
class |
ComparisonExpression |
class |
ComposedExpression |
class |
CssString |
class |
EmptyExpression |
class |
EscapedValue |
class |
FaultyExpression |
class |
FunctionExpression |
class |
IdentifierExpression |
class |
IndirectVariable |
class |
NamedColorExpression
The list of all valid colors is taken from: http://www.w3schools.com/cssref/css_colornames.asp
|
class |
NamedExpression |
class |
NumberExpression |
class |
ParenthesesExpression |
class |
SignedExpression |
class |
UnicodeRangeExpression |
class |
Variable |
| Modifier and Type | Method and Description |
|---|---|
Expression |
Expression.clone() |
Expression |
GuardCondition.getCondition() |
Expression |
ParenthesesExpression.getEnclosedExpression() |
Expression |
SignedExpression.getExpression() |
Expression |
NamedExpression.getExpression() |
Expression |
InterpolatedMediaExpression.getExpression() |
Expression |
FixedMediaExpression.getExpression() |
Expression |
Declaration.getExpression() |
Expression |
ComposedExpression.getLeft() |
Expression |
ComparisonExpression.getLeft() |
Expression |
MixinReference.getNamedParameter(Variable variable) |
Expression |
FunctionExpression.getParameter() |
Expression |
MixinReference.getPositionalParameter(int parameterNumber) |
Expression |
ComposedExpression.getRight() |
Expression |
ComparisonExpression.getRight() |
Expression |
Import.getUrlExpression() |
Expression |
SelectorAttribute.getValue() |
Expression |
AbstractVariableDeclaration.getValue() |
| Modifier and Type | Method and Description |
|---|---|
List<Expression> |
MixinReference.getAllPositionalArgumentsFrom(int startIndx) |
List<Expression> |
MixinReference.getPositionalParameters() |
List<Expression> |
Expression.splitByComma() |
List<Expression> |
ComposedExpression.splitByComma() |
| Modifier and Type | Method and Description |
|---|---|
void |
MixinReference.addPositionalParameter(Expression parameter) |
void |
GuardCondition.setCondition(Expression condition) |
void |
ParenthesesExpression.setEnclosedExpression(Expression enclosedExpression) |
void |
SignedExpression.setExpression(Expression expression) |
void |
NamedExpression.setExpression(Expression expression) |
void |
InterpolatedMediaExpression.setExpression(Expression expression) |
void |
FixedMediaExpression.setExpression(Expression expression) |
void |
Declaration.setExpression(Expression expression) |
void |
ComposedExpression.setLeft(Expression left) |
void |
ComparisonExpression.setLeft(Expression left) |
void |
FunctionExpression.setParameter(Expression parameter) |
void |
ComposedExpression.setRight(Expression right) |
void |
ComparisonExpression.setRight(Expression right) |
void |
Import.setUrlExpression(Expression urlExpression) |
void |
SelectorAttribute.setValue(Expression value) |
void |
AbstractVariableDeclaration.setValue(Expression value) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
ExpressionFilter.apply(Expression input) |
Expression |
ExpressionEvaluator.evaluate(ComposedExpression input) |
Expression |
ExpressionEvaluator.evaluate(CssString input) |
Expression |
ExpressionEvaluator.evaluate(EscapedValue input) |
Expression |
ExpressionEvaluator.evaluate(Expression input) |
Expression |
ExpressionEvaluator.evaluate(FunctionExpression input) |
Expression |
FunctionsPackage.evaluate(FunctionExpression input,
List<Expression> parameters,
Expression evaluatedParameter) |
Expression |
BuiltInFunctionsPack.evaluate(FunctionExpression input,
List<Expression> parameters,
Expression evaluatedParameter) |
Expression |
ExpressionEvaluator.evaluate(IndirectVariable input) |
Expression |
UnknownFunction.evaluate(List<Expression> parameters,
ProblemsHandler problemsHandler,
FunctionExpression call,
Expression evaluatedParameter) |
Expression |
ExpressionEvaluator.evaluate(NamedExpression input) |
Expression |
ExpressionEvaluator.evaluate(SignedExpression input) |
Expression |
ExpressionEvaluator.evaluate(Variable input) |
Expression |
ExpressionEvaluator.evaluateIfPresent(Variable input) |
Expression |
ExpressionEvaluator.joinAll(List<Expression> allArguments,
ASTCssNode parent) |
| Modifier and Type | Method and Description |
|---|---|
List<Expression> |
ExpressionEvaluator.evaluateAll(List<Expression> expressions) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
ExpressionFilter.apply(Expression input) |
String |
TypesConversionUtils.contentToString(Expression input) |
boolean |
ExpressionComparator.equal(Expression pattern,
Expression expression) |
protected boolean |
GuardsComparator.equalEscapedValue(EscapedValue pattern,
Expression expression) |
protected boolean |
ExpressionComparator.equalEscapedValue(EscapedValue pattern,
Expression expression) |
protected boolean |
GuardsComparator.equalIdentifier(IdentifierExpression pattern,
Expression expression) |
protected boolean |
ExpressionComparator.equalIdentifier(IdentifierExpression pattern,
Expression expression) |
Expression |
ExpressionEvaluator.evaluate(Expression input) |
Expression |
FunctionsPackage.evaluate(FunctionExpression input,
List<Expression> parameters,
Expression evaluatedParameter) |
Expression |
BuiltInFunctionsPack.evaluate(FunctionExpression input,
List<Expression> parameters,
Expression evaluatedParameter) |
Expression |
UnknownFunction.evaluate(List<Expression> parameters,
ProblemsHandler problemsHandler,
FunctionExpression call,
Expression evaluatedParameter) |
String |
TypesConversionUtils.extractFilename(Expression urlInput,
ProblemsHandler problemsHandler) |
boolean |
ExpressionEvaluator.isRatioExpression(Expression expression) |
protected abstract boolean |
AbstractMultiParameterFunction.validateParameter(Expression parameter,
int position,
ProblemsHandler problemsHandler) |
protected boolean |
AbstractMultiParameterFunction.validateParameterTypeDoNotReport(Expression parameter,
ProblemsHandler problemsHandler,
ASTCssNodeType... expected) |
protected boolean |
AbstractMultiParameterFunction.validateParameterTypeReportError(Expression parameter,
ProblemsHandler problemsHandler,
ASTCssNodeType... expected) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UnknownFunction.acceptsParameters(List<Expression> parameters) |
boolean |
CssNameClashMultiParameterFunction.acceptsParameters(List<Expression> parameters) |
boolean |
FunctionsPackage.canEvaluate(FunctionExpression input,
List<Expression> parameters) |
boolean |
BuiltInFunctionsPack.canEvaluate(FunctionExpression input,
List<Expression> parameters) |
Expression |
FunctionsPackage.evaluate(FunctionExpression input,
List<Expression> parameters,
Expression evaluatedParameter) |
Expression |
BuiltInFunctionsPack.evaluate(FunctionExpression input,
List<Expression> parameters,
Expression evaluatedParameter) |
Expression |
UnknownFunction.evaluate(List<Expression> parameters,
ProblemsHandler problemsHandler,
FunctionExpression call,
Expression evaluatedParameter) |
List<Expression> |
ExpressionEvaluator.evaluateAll(List<Expression> expressions) |
Expression |
ExpressionEvaluator.joinAll(List<Expression> allArguments,
ASTCssNode parent) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
StringFormatter.replacementValue(Iterator<Expression> replacements,
HiddenTokenAwareTree technicalUnderlying,
com.github.sommeri.less4j.core.compiler.expressions.strings.MatchRange matchRange) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
IScope.getLocalValue(String name) |
Expression |
ComposedDumbScope.getLocalValue(String name) |
Expression |
IScope.getLocalValue(Variable variable) |
Expression |
ComposedDumbScope.getLocalValue(Variable variable) |
Expression |
IScope.getValue(String name) |
Expression |
ILocalScope.getValue(String name) |
Expression |
BasicScope.getValue(String name) |
Expression |
IScope.getValue(Variable variable) |
Expression |
ILocalScope.getValue(Variable variable) |
Expression |
BasicScope.getValue(Variable variable) |
| Modifier and Type | Method and Description |
|---|---|
void |
ILocalScope.registerVariable(AbstractVariableDeclaration node,
Expression replacementValue) |
void |
ComposedDumbScope.registerVariable(AbstractVariableDeclaration node,
Expression replacementValue) |
void |
ILocalScope.registerVariable(String name,
Expression replacementValue) |
void |
ComposedDumbScope.registerVariable(String name,
Expression replacementValue) |
void |
ILocalScope.registerVariableIfNotPresent(String name,
Expression replacementValue) |
void |
ComposedDumbScope.registerVariableIfNotPresent(String name,
Expression replacementValue) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
VariablesDeclarationsStorage.getValue(String name) |
Expression |
SaveableLocalScope.getValue(String name) |
Expression |
LocalScope.getValue(String name) |
Expression |
SaveableLocalScope.getValue(Variable variable) |
Expression |
LocalScope.getValue(Variable variable) |
| Modifier and Type | Method and Description |
|---|---|
void |
SaveableLocalScope.registerVariable(AbstractVariableDeclaration node,
Expression replacementValue) |
void |
LocalScope.registerVariable(AbstractVariableDeclaration node,
Expression replacementValue) |
void |
SaveableLocalScope.registerVariable(String name,
Expression replacementValue) |
void |
LocalScope.registerVariable(String name,
Expression replacementValue) |
void |
SaveableLocalScope.registerVariableIfNotPresent(String name,
Expression replacementValue) |
void |
LocalScope.registerVariableIfNotPresent(String name,
Expression replacementValue) |
void |
VariablesDeclarationsStorage.store(AbstractVariableDeclaration node,
Expression replacementValue) |
void |
VariablesDeclarationsStorage.store(String name,
Expression replacementValue) |
void |
VariablesDeclarationsStorage.storeIfNotPresent(String name,
Expression replacementValue) |
| Constructor and Description |
|---|
VariablesDeclarationsStorage.VariablesPlaceholder(KeyValueStorage.ValuePlaceholder<String,Expression> coolPlaceholder) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
TermBuilder.buildFromTerm(HiddenTokenAwareTree token) |
Expression |
TermBuilder.buildFromTerm(HiddenTokenAwareTree token,
int offsetChildIndx) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemsHandler.cannotEvaluate(Expression errorNode) |
void |
ProblemsHandler.errFormatWrongFirstParameter(Expression param) |
void |
ProblemsHandler.errorWrongImport(Expression urlExpression) |
void |
ProblemsHandler.incompatibleComparisonOperand(Expression errorNode,
ComparisonExpressionOperator operator) |
void |
ProblemsHandler.mathFunctionParameterNotANumberWarn(String functionName,
Expression errorNode) |
void |
ProblemsHandler.nonStringIndirection(Expression errorNode) |
void |
ProblemsHandler.subtractOrDiveColorFromNumber(Expression errorNode) |
void |
ProblemsHandler.warnEFunctionArgument(Expression errorNode) |
void |
ProblemsHandler.warnEscapeFunctionArgument(Expression errorNode) |
void |
ProblemsHandler.warnLessImportNoBaseDirectory(Expression urlExpression) |
void |
ProblemsHandler.warnLessjsIncompatibleSelectorAttributeValue(Expression value) |
void |
ProblemsHandler.wrongArgumentTypeToFunction(Expression param,
String function,
ASTCssNodeType received,
ASTCssNodeType... expected) |
void |
ProblemsHandler.wrongNumberOfArgumentsToFunction(Expression param,
String function,
int expectedArguments) |
Copyright © 2012-2014. All Rights Reserved.