| Package | Description |
|---|---|
| org.kefirsf.bb.conf |
| Modifier and Type | Method and Description |
|---|---|
Scope |
Scope.getParent()
Get parent scope.
|
Scope |
Configuration.getRootScope()
Get root scope
|
Scope |
Text.getScope()
Code scope for parse text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Scope.setParent(Scope parent)
Set parent scope.
|
void |
Configuration.setRootScope(Scope rootScope)
Set root scope for configuration.
|
void |
Text.setScope(Scope scope)
Set scope for parse text.
|
| Constructor and Description |
|---|
Scope(String name,
Scope parent,
boolean ignoreText)
Create a scope.
|
Text(String name,
Scope scope,
boolean transparent) |
Copyright © 2016. All rights reserved.