| Package | Description |
|---|---|
| com.github.sommeri.less4j.core.compiler.scopes | |
| com.github.sommeri.less4j.core.compiler.scopes.view | |
| com.github.sommeri.less4j.core.compiler.stages |
| Modifier and Type | Method and Description |
|---|---|
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 ScopeView |
ScopeFactory.createSaveableView(IScope scope) |
static ScopeView |
ScopeFactory.createScopeViewJoint(IScope underlyingParent,
IScope additionalChild) |
| Modifier and Type | Method and Description |
|---|---|
static ScopeView |
ScopeFactory.createChildScopeView(IScope underlying,
ScopeView publicParent,
IScope joinToParentTree) |
static ScopeView |
ScopeFactory.createParentScopeView(IScope underlying,
ScopeView fakeChild,
IScope joinToParentTree) |
| Modifier and Type | Field and Description |
|---|---|
protected ScopeView |
ScopesTreeView.scope |
| Modifier and Type | Method and Description |
|---|---|
protected ScopeView |
ScopesTreeView.createPublicParent() |
ScopeView |
ScopeView.getParent() |
ScopeView |
ScopesTreeView.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScopesTreeView.setScope(ScopeView scope) |
| Constructor and Description |
|---|
ScopesTreeView(IScopesTree originalStructure,
IScope joinToParentTree,
ScopeView publicParent,
ScopeView publicChild) |
ScopesTreeViewJoint(IScopesTree originalStructure,
ScopeView publicParent,
IScope additionalChild) |
| Modifier and Type | Method and Description |
|---|---|
ScopeView |
BodyCompilationData.getMixinWorkingScope() |
ScopeView |
CallerCalleeScopeJoiner.joinIfIndependent(IScope callerScope,
IScope bodyScope) |
ScopeView |
CallerCalleeScopeJoiner.joinIfIndependentAndPreserveContent(IScope callerScope,
IScope bodyScope) |
| Modifier and Type | Method and Description |
|---|---|
void |
BodyCompilationData.setMixinWorkingScope(ScopeView mixinWorkingScope) |
Copyright © 2012-2015. All Rights Reserved.