| Package | Description |
|---|---|
| com.github.sommeri.less4j.core.compiler.scopes | |
| com.github.sommeri.less4j.core.compiler.scopes.view |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IScope |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractScopesTree |
class |
BasicScope |
class |
ComposedDumbScope |
class |
PlaceholderScope |
class |
ScopesTree |
| Modifier and Type | Method and Description |
|---|---|
IScopesTree |
IScope.getSurroundingScopes() |
IScopesTree |
ComposedDumbScope.getSurroundingScopes() |
| Constructor and Description |
|---|
BasicScope(ILocalScope localScope,
IScopesTree surroundingScopes) |
ComposedDumbScope(ILocalScope localScope,
IScopesTree surroundingScopes) |
PlaceholderScope(IScope parent,
ILocalScope localScope,
IScopesTree surroundingScopes) |
| Modifier and Type | Class and Description |
|---|---|
class |
ScopesTreeView |
class |
ScopesTreeViewJoint |
class |
ScopeView |
| Constructor and Description |
|---|
ScopesTreeView(IScopesTree originalStructure,
IScope joinToParentTree,
ScopeView publicParent,
ScopeView publicChild) |
ScopesTreeViewJoint(IScopesTree originalStructure,
ScopeView publicParent,
IScope additionalChild) |
ScopeView(IScope underlying,
IScopesTree surroundingScopes) |
Copyright © 2012-2014. All Rights Reserved.