| Package | Description |
|---|---|
| com.github.sommeri.less4j.core.ast | |
| com.github.sommeri.less4j.core.compiler.scopes |
| Modifier and Type | Class and Description |
|---|---|
class |
ArgumentDeclaration |
class |
VariableDeclaration |
| Modifier and Type | Method and Description |
|---|---|
AbstractVariableDeclaration |
ArgumentDeclaration.clone() |
AbstractVariableDeclaration |
AbstractVariableDeclaration.clone() |
| Constructor and Description |
|---|
AbstractVariableDeclaration(AbstractVariableDeclaration copy) |
ArgumentDeclaration(AbstractVariableDeclaration copy) |
VariableDeclaration(AbstractVariableDeclaration copy) |
| Modifier and Type | Method and Description |
|---|---|
void |
VariablesScope.addDeclaration(AbstractVariableDeclaration node) |
void |
VariablesScope.addDeclaration(AbstractVariableDeclaration node,
Expression replacementValue) |
void |
Scope.registerVariable(AbstractVariableDeclaration declaration) |
void |
Scope.registerVariable(AbstractVariableDeclaration node,
Expression replacementValue) |
Copyright © 2012-2013. All Rights Reserved.