| 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) |
MixinsGuardsValidator(IScope scope,
ProblemsHandler problemsHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicScope |
class |
PlaceholderScope |
| Modifier and Type | Method and Description |
|---|---|
List<IScope> |
ScopesTree.getChilds() |
List<IScope> |
IScopesTree.getChilds() |
List<IScope> |
ComposedDumbScope.getChilds() |
| Modifier and Type | Method and Description |
|---|---|
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 |
ILocalScope.addFilteredVariables(ExpressionFilter filter,
IScope source) |
void |
ComposedDumbScope.addFilteredVariables(ExpressionFilter filter,
IScope source) |
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 IScope |
ScopeFactory.createScope(ASTCssNode owner,
IScope parent) |
static ScopeView |
ScopeFactory.createScopeViewJoint(IScope underlyingParent,
IScope additionalChild) |
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.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 |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
protected List<FullMixinDefinition> |
ReferencesSolver.findReferencedMixins(MixinReference mixinReference,
IScope scope) |
List<FullMixinDefinition> |
MixinReferenceFinder.getNearestMixins(IScope scope,
MixinReference reference)
Find referenced mixins by name.
|
void |
ReferencesSolver.solveReferences(ASTCssNode node,
IScope scope) |
protected void |
ReferencesSolver.unsafeDoSolveReferences(ASTCssNode node,
IScope scope) |
| Constructor and Description |
|---|
MixinsReferenceMatcher(IScope scope,
ProblemsHandler problemsHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
AdHocScopeChecker.validate(IScope scope)
Deprecated.
|
Copyright © 2012-2014. All Rights Reserved.