| Package | Description |
|---|---|
| com.github.sommeri.less4j.core.compiler.scopes | |
| com.github.sommeri.less4j.core.compiler.scopes.local | |
| com.github.sommeri.less4j.core.compiler.scopes.view |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IScope |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicScope |
class |
ComposedDumbScope |
class |
NullScope |
class |
PlaceholderScope |
| Modifier and Type | Method and Description |
|---|---|
ILocalScope |
ILocalScope.cloneCurrentDataSnapshot() |
ILocalScope |
ComposedDumbScope.cloneCurrentDataSnapshot() |
ILocalScope |
IScope.getLocalScope() |
ILocalScope |
ComposedDumbScope.getLocalScope() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ILocalScope.hasTheSameLocalData(ILocalScope otherScope) |
boolean |
ComposedDumbScope.hasTheSameLocalData(ILocalScope otherScope) |
void |
ComposedDumbScope.setLocalScope(ILocalScope localScope) |
| 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 |
LocalScope |
class |
SaveableLocalScope |
| Modifier and Type | Method and Description |
|---|---|
ILocalScope |
SaveableLocalScope.cloneCurrentDataSnapshot() |
ILocalScope |
LocalScope.cloneCurrentDataSnapshot() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SaveableLocalScope.hasTheSameLocalData(ILocalScope otherScope) |
boolean |
LocalScope.hasTheSameLocalData(ILocalScope otherScope) |
| Constructor and Description |
|---|
SaveableLocalScope(ILocalScope originalLocalScope) |
| Modifier and Type | Class and Description |
|---|---|
class |
ScopeView |
Copyright © 2012-2015. All Rights Reserved.