Uses of Class
org.kefirsf.bb.conf.Scope

Packages that use Scope
org.kefirsf.bb.conf   
 

Uses of Scope in org.kefirsf.bb.conf
 

Methods in org.kefirsf.bb.conf that return Scope
 Scope Scope.getParent()
          Get parent scope.
 Scope Configuration.getRootScope()
          Get root scope
 Scope Text.getScope()
          Code scope for parse text.
 

Methods in org.kefirsf.bb.conf with parameters of type Scope
 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.
 

Constructors in org.kefirsf.bb.conf with parameters of type Scope
Scope(String name, Scope parent, boolean ignoreText)
          Create a scope.
Text(String name, Scope scope, boolean transparent)
           
 



Copyright © 2013. All Rights Reserved.