public class MixinCompilationResult extends Object
| Constructor and Description |
|---|
MixinCompilationResult(ReusableStructure mixin,
List<ASTCssNode> replacement,
IScope returnValues) |
| Modifier and Type | Method and Description |
|---|---|
protected MixinCompilationResult |
clone() |
GuardValue |
getGuardValue() |
ReusableStructure |
getMixin() |
List<ASTCssNode> |
getReplacement() |
IScope |
getReturnValues() |
void |
setGuardValue(GuardValue guardValue) |
void |
setMixin(ReusableStructure mixin) |
void |
setReplacement(List<ASTCssNode> replacement) |
void |
setReturnValues(IScope returnValues) |
public MixinCompilationResult(ReusableStructure mixin, List<ASTCssNode> replacement, IScope returnValues)
public void setGuardValue(GuardValue guardValue)
public GuardValue getGuardValue()
public List<ASTCssNode> getReplacement()
public void setReplacement(List<ASTCssNode> replacement)
public IScope getReturnValues()
public void setReturnValues(IScope returnValues)
public ReusableStructure getMixin()
public void setMixin(ReusableStructure mixin)
protected MixinCompilationResult clone()
Copyright © 2012-2014. All Rights Reserved.