| Modifier and Type | Method and Description |
|---|---|
Scope |
ExpressionEvaluator.evaluateValues(Scope scope) |
| Modifier and Type | Method and Description |
|---|---|
Scope |
ExpressionEvaluator.evaluateValues(Scope scope) |
| Constructor and Description |
|---|
ExpressionEvaluator(Scope scope,
ProblemsHandler problemsHandler) |
| Modifier and Type | Method and Description |
|---|---|
Scope |
Scope.childByOwners(ASTCssNode headNode,
ASTCssNode... restNodes) |
Scope |
Scope.copyWholeTree() |
Scope |
Scope.copyWithChildChain() |
Scope |
Scope.copyWithChildChain(Scope parent) |
Scope |
Scope.copyWithParentsChain() |
static Scope |
Scope.createBodyOwnerScope(ASTCssNode owner,
Scope parent) |
static Scope |
Scope.createDefaultScope(ASTCssNode owner) |
static Scope |
Scope.createDummyScope() |
static Scope |
Scope.createDummyScope(ASTCssNode owner,
String name) |
static Scope |
Scope.createScope(ASTCssNode owner,
Scope parent) |
Scope |
Scope.getChildOwnerOf(ASTCssNode body) |
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 |
|---|---|
void |
Scope.add(Scope otherSope) |
void |
Scope.addToPlaceholder(Scope otherScope) |
Scope |
Scope.copyWithChildChain(Scope parent) |
static Scope |
Scope.createBodyOwnerScope(ASTCssNode owner,
Scope parent) |
static Scope |
Scope.createScope(ASTCssNode owner,
Scope parent) |
void |
Scope.fillByFilteredVariables(ExpressionFilter filter,
Scope source) |
void |
Scope.insertAsParent(Scope parent) |
void |
Scope.registerMixin(ReusableStructure mixin,
Scope mixinsBodyScope) |
static void |
InScopeSnapshotRunner.runInLocalDataSnapshot(Scope scope,
InScopeSnapshotRunner.ITask task)
Convenience method.
|
boolean |
Scope.seesLocalDataOf(Scope otherScope) |
void |
Scope.setParent(Scope parent) |
| Constructor and Description |
|---|
FullMixinDefinition(ReusableStructure mixin,
Scope mixinsBodyScope) |
InScopeSnapshotRunner(Scope scope) |
IteratedScope(Scope scope) |
Scope(String type,
ASTCssNode owner,
List<String> names,
Scope parent) |
| Modifier and Type | Method and Description |
|---|---|
Scope |
InitialScopeExtractor.extractScope(ASTCssNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ReferencesSolver.doSolveReferences(ASTCssNode node,
Scope scope) |
protected List<FullMixinDefinition> |
ReferencesSolver.findReferencedMixins(MixinReference mixinReference,
Scope scope) |
void |
ReferencesSolver.solveReferences(ASTCssNode node,
Scope scope) |
| Constructor and Description |
|---|
MixinsReferenceMatcher(Scope scope,
ProblemsHandler problemsHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
AdHocScopeChecker.validate(Scope scope)
Deprecated.
|
Copyright © 2012-2013. All Rights Reserved.