public class BodyCompilationData extends Object
| Constructor and Description |
|---|
BodyCompilationData(BodyOwner<?> compiledBodyOwner) |
| Modifier and Type | Method and Description |
|---|---|
protected BodyCompilationData |
clone() |
IScope |
getArguments() |
BodyOwner<?> |
getCompiledBodyOwner() |
GuardValue |
getGuardValue() |
ScopeView |
getMixinWorkingScope() |
void |
setArguments(IScope arguments) |
void |
setCompiledBodyOwner(BodyOwner<?> compiledBodyOwner) |
void |
setGuardValue(GuardValue guardValue) |
void |
setMixinWorkingScope(ScopeView mixinWorkingScope) |
public BodyCompilationData(BodyOwner<?> compiledBodyOwner)
public void setGuardValue(GuardValue guardValue)
public GuardValue getGuardValue()
public BodyOwner<?> getCompiledBodyOwner()
public void setCompiledBodyOwner(BodyOwner<?> compiledBodyOwner)
public ScopeView getMixinWorkingScope()
public void setMixinWorkingScope(ScopeView mixinWorkingScope)
protected BodyCompilationData clone()
public void setArguments(IScope arguments)
public IScope getArguments()
Copyright © 2012-2015. All Rights Reserved.