| Modifier and Type | Method and Description |
|---|---|
IScope |
IScopeAware.getScope() |
IScope |
Expression.getScope() |
| Modifier and Type | Method and Description |
|---|---|
void |
IScopeAware.setScope(IScope scope) |
void |
Expression.setScope(IScope scope) |
| Constructor and Description |
|---|
ListExpression(HiddenTokenAwareTree token,
List<Expression> expressions,
ListExpressionOperator operator,
IScope scope) |
NamedExpression(HiddenTokenAwareTree underlyingStructure,
String name,
Expression evaluate,
IScope scope) |
| Modifier and Type | Method and Description |
|---|---|
IScope |
ExpressionEvaluator.evaluateValues(IScope scope) |
| Modifier and Type | Method and Description |
|---|---|
IScope |
ExpressionEvaluator.evaluateValues(IScope scope) |
| Constructor and Description |
|---|
ExpressionEvaluator(IScope scope,
ProblemsHandler problemsHandler,
LessCompiler.Configuration configuration) |
MixinsGuardsValidator(IScope scope,
ProblemsHandler problemsHandler,
LessCompiler.Configuration configuration) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicScope |
class |
NullScope |
class |
PlaceholderScope |
| Modifier and Type | Method and Description |
|---|---|
List<IScope> |
ScopesTree.getChilds() |
List<IScope> |
NullScope.getChilds() |
List<IScope> |
IScopesTree.getChilds() |
List<IScope> |
ComposedDumbScope.getChilds() |
| Modifier and Type | Method and Description |
|---|---|
void |
NullScope.add(IScope otherSope) |
void |
ILocalScope.add(IScope otherSope) |
void |
ComposedDumbScope.add(IScope otherSope) |
void |
ScopesTree.addChild(IScope child) |
void |
IScopesTree.addChild(IScope child) |
void |
ComposedDumbScope.addChild(IScope child) |
void |
NullScope.addFilteredVariables(ExpressionFilter filter,
IScope source) |
void |
ILocalScope.addFilteredVariables(ExpressionFilter filter,
IScope source) |
void |
ComposedDumbScope.addFilteredVariables(ExpressionFilter filter,
IScope source) |
void |
NullScope.addToDataPlaceholder(IScope otherScope) |
void |
ILocalScope.addToDataPlaceholder(IScope otherScope) |
void |
ComposedDumbScope.addToDataPlaceholder(IScope otherScope) |
static IScope |
ScopeFactory.createBodyOwnerScope(ASTCssNode owner,
IScope parent) |
static ScopeView |
ScopeFactory.createChildScopeView(IScope underlying,
ScopeView publicParent,
IScope joinToParentTree) |
static ScopeView |
ScopeFactory.createJoinedScopesView(IScope parent,
IScope underlyingChild) |
static ScopeView |
ScopeFactory.createParentScopeView(IScope underlying,
ScopeView fakeChild,
IScope joinToParentTree) |
static PlaceholderScope |
ScopeFactory.createPlaceholderScope(ASTCssNode owner,
IScope parent) |
static ScopeView |
ScopeFactory.createSaveableView(IScope scope) |
static IScope |
ScopeFactory.createScope(ASTCssNode owner,
IScope parent) |
static ScopeView |
ScopeFactory.createScopeViewJoint(IScope underlyingParent,
IScope additionalChild) |
void |
NullScope.registerMixin(ReusableStructure mixin,
IScope mixinsBodyScope) |
void |
ILocalScope.registerMixin(ReusableStructure mixin,
IScope mixinsBodyScope) |
void |
ComposedDumbScope.registerMixin(ReusableStructure mixin,
IScope mixinsBodyScope) |
void |
BasicScope.replaceChild(IScope parent,
IScope child,
List<IScope> replacements) |
void |
ILocalScope.replacePlaceholder(ILocalScope.DataPlaceholder placeholder,
IScope otherScope) |
void |
ComposedDumbScope.replacePlaceholder(ILocalScope.DataPlaceholder placeholder,
IScope otherScope) |
void |
PlaceholderScope.replaceSelf(IScope by) |
static <T> T |
InScopeSnapshotRunner.runInLocalDataSnapshot(IScope scope,
InScopeSnapshotRunner.IFunction<T> task)
Convenience method.
|
static void |
InScopeSnapshotRunner.runInLocalDataSnapshot(IScope scope,
InScopeSnapshotRunner.ITask task)
Convenience method.
|
static <T> T |
InScopeSnapshotRunner.runInOriginalDataSnapshot(IScope scope,
InScopeSnapshotRunner.IFunction<T> task)
Convenience method.
|
static void |
InScopeSnapshotRunner.runInOriginalDataSnapshot(IScope scope,
InScopeSnapshotRunner.ITask task)
Convenience method.
|
boolean |
IScope.seesAllDataOf(IScope otherScope) |
boolean |
BasicScope.seesAllDataOf(IScope otherScope) |
boolean |
NullScope.seesLocalDataOf(IScope otherScope) |
boolean |
IScope.seesLocalDataOf(IScope otherScope) |
boolean |
BasicScope.seesLocalDataOf(IScope otherScope) |
void |
ScopesTree.setParent(IScope parent) |
void |
IScopesTree.setParent(IScope parent) |
void |
ComposedDumbScope.setParent(IScope parent) |
void |
BasicScope.setParent(IScope parent) |
void |
PlaceholderScope.setParentKeepConsistency(IScope parent) |
void |
IScope.setParentKeepConsistency(IScope parent) |
void |
BasicScope.setParentKeepConsistency(IScope parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicScope.replaceChild(IScope parent,
IScope child,
List<IScope> replacements) |
| Constructor and Description |
|---|
FoundMixin(ReusableStructure mixin,
IScope mixinsBodyScope) |
FullMixinDefinition(ReusableStructure mixin,
IScope mixinsBodyScope) |
InScopeSnapshotRunner(IScope scope) |
IteratedScope(IScope scope) |
PlaceholderScope(IScope parent,
ILocalScope localScope,
IScopesTree surroundingScopes) |
ScopesTree(IScope parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
SaveableLocalScope.add(IScope otherSope) |
void |
LocalScope.add(IScope otherSope) |
void |
SaveableLocalScope.addFilteredVariables(ExpressionFilter filter,
IScope source) |
void |
LocalScope.addFilteredVariables(ExpressionFilter filter,
IScope source) |
void |
SaveableLocalScope.addToDataPlaceholder(IScope otherScope) |
void |
LocalScope.addToDataPlaceholder(IScope otherScope) |
void |
SaveableLocalScope.registerMixin(ReusableStructure mixin,
IScope mixinsBodyScope) |
void |
LocalScope.registerMixin(ReusableStructure mixin,
IScope mixinsBodyScope) |
void |
SaveableLocalScope.replacePlaceholder(ILocalScope.DataPlaceholder placeholder,
IScope otherScope) |
void |
LocalScope.replacePlaceholder(ILocalScope.DataPlaceholder placeholder,
IScope otherScope) |
| Modifier and Type | Class and Description |
|---|---|
class |
ScopeView |
| Modifier and Type | Method and Description |
|---|---|
IScope |
ScopeView.getUnderlying() |
| Modifier and Type | Method and Description |
|---|---|
List<IScope> |
ScopesTreeViewJoint.createPublicChilds() |
List<IScope> |
ScopesTreeView.createPublicChilds() |
List<IScope> |
ScopesTreeView.getChilds() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScopesTreeView.addChild(IScope child) |
void |
ScopesTreeView.setParent(IScope parent) |
| Constructor and Description |
|---|
ScopesTreeView(IScopesTree originalStructure,
IScope joinToParentTree,
ScopeView publicParent,
ScopeView publicChild) |
ScopesTreeViewJoint(IScopesTree originalStructure,
ScopeView publicParent,
IScope additionalChild) |
ScopeView(IScope underlying,
IScopesTree surroundingScopes) |
| Modifier and Type | Method and Description |
|---|---|
IScope |
ImportsAndScopeSolver.buildImportsAndScope(StyleSheet less,
LessSource source) |
IScope |
InitialScopeExtractor.extractScope(ASTCssNode node) |
IScope |
BodyCompilationData.getArguments() |
| Modifier and Type | Method and Description |
|---|---|
protected List<FoundMixin> |
ReferencesSolver.findReferencedMixins(MixinReference mixinReference,
IScope scope) |
List<FoundMixin> |
MixinReferenceFinder.getNearestMixins(IScope scope,
MixinReference reference)
Find referenced mixins by name.
|
ScopeView |
CallerCalleeScopeJoiner.joinIfIndependent(IScope callerScope,
IScope bodyScope) |
ScopeView |
CallerCalleeScopeJoiner.joinIfIndependentAndPreserveContent(IScope callerScope,
IScope bodyScope) |
List<FullMixinDefinition> |
CallerCalleeScopeJoiner.mixinsToImport(IScope callerScope,
IScope calleeScope,
List<FullMixinDefinition> unmodifiedMixinsToImport) |
void |
BodyCompilationData.setArguments(IScope arguments) |
void |
ReferencesSolver.solveReferences(ASTCssNode node,
IScope scope) |
protected void |
ReferencesSolver.unsafeDoSolveReferences(ASTCssNode node,
IScope scope) |
| Constructor and Description |
|---|
MixinsReferenceMatcher(IScope scope,
ProblemsHandler problemsHandler,
LessCompiler.Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
DebugUtils.scopeTest(IScope scope,
Object id,
String variableName)
Deprecated.
Variable name should contain @ too e.g.
|
void |
AdHocScopeChecker.validate(IScope scope)
Deprecated.
|
Copyright © 2012-2015. All Rights Reserved.