public class BindingContext extends Object
| Constructor and Description |
|---|
BindingContext(Location location,
MethodProcessor methodProcessor,
StackSaver stackSaver) |
| Modifier and Type | Method and Description |
|---|---|
Location |
getLocation() |
MethodProcessor |
getMethodProcessor() |
StackSaver |
getStackSaver() |
void |
setLocation(Location location) |
void |
setMethodProcessor(MethodProcessor methodProcessor) |
void |
setStackSaver(StackSaver stackSaver) |
public BindingContext(Location location, MethodProcessor methodProcessor, StackSaver stackSaver)
public MethodProcessor getMethodProcessor()
public void setMethodProcessor(MethodProcessor methodProcessor)
public Location getLocation()
public void setLocation(Location location)
public StackSaver getStackSaver()
public void setStackSaver(StackSaver stackSaver)
Copyright © 2018–2021. All rights reserved.