| Package | Description |
|---|---|
| com.github.sommeri.less4j.core.compiler.expressions | |
| com.github.sommeri.less4j.core.compiler.scopes | |
| com.github.sommeri.less4j.core.compiler.stages |
| Constructor and Description |
|---|
ExpressionEvaluator(Scope scope,
ProblemsHandler problemsHandler) |
| Modifier and Type | Method and Description |
|---|---|
Scope |
Scope.copyWithChildChain() |
Scope |
Scope.copyWithChildChain(Scope parent) |
Scope |
Scope.copyWithParentsChain() |
static Scope |
Scope.createDefaultScope(ASTCssNode owner) |
static Scope |
Scope.createScope(ASTCssNode owner,
List<String> names,
Scope parent) |
static Scope |
Scope.createScope(ASTCssNode owner,
String name,
Scope parent) |
static Scope |
Scope.createUnnamedScope(ASTCssNode owner,
Scope parent) |
Scope |
Scope.getChildOwnerOf(ASTCssNode body) |
Scope |
IteratedScope.getNextChild() |
Scope |
Scope.getParent() |
Scope |
Scope.getRootScope() |
Scope |
IteratedScope.getScope() |
Scope |
FullMixinDefinition.getScope() |
| Modifier and Type | Method and Description |
|---|---|
List<Scope> |
Scope.findMatchingChilds(List<String> nameChain) |
List<Scope> |
Scope.getChilds() |
| Modifier and Type | Method and Description |
|---|---|
Scope |
Scope.copyWithChildChain(Scope parent) |
static Scope |
Scope.createScope(ASTCssNode owner,
List<String> names,
Scope parent) |
static Scope |
Scope.createScope(ASTCssNode owner,
String name,
Scope parent) |
static Scope |
Scope.createUnnamedScope(ASTCssNode owner,
Scope parent) |
void |
Scope.registerMixin(ReusableStructure mixin,
Scope mixinsBodyScope) |
void |
Scope.setParent(Scope parent) |
| Constructor and Description |
|---|
FullMixinDefinition(ReusableStructure mixin,
Scope mixinsBodyScope) |
IteratedScope(Scope scope) |
Scope(ASTCssNode owner,
List<String> names,
Scope parent) |
| Modifier and Type | Method and Description |
|---|---|
Scope |
ScopeExtractor.extractScope(ASTCssNode node) |
static Scope |
ReferencesSolver.joinScopes(Scope mixinsScope,
Scope arguments,
Scope callerScope) |
| Modifier and Type | Method and Description |
|---|---|
static Scope |
ReferencesSolver.joinScopes(Scope mixinsScope,
Scope arguments,
Scope callerScope) |
void |
ReferencesSolver.solveReferences(ASTCssNode node,
Scope scope) |
| Constructor and Description |
|---|
MixinsReferenceMatcher(Scope scope,
ProblemsHandler problemsHandler) |
Copyright © 2012-2013. All Rights Reserved.