Uses of Class
com.safi.asterisk.ast_include

Packages that use ast_include
com.safi.asterisk   
 

Uses of ast_include in com.safi.asterisk
 

Methods in com.safi.asterisk that return ast_include
static ast_include pbx.ast_walk_context_includes(ast_context con, ast_include inc)
           
 ast_include ast_context.getIncludes()
           
 ast_include ast_include.getNext()
           
 

Methods in com.safi.asterisk with parameters of type ast_include
static java.lang.String pbx.ast_get_include_name(ast_include include)
           
static java.lang.String pbx.ast_get_include_registrar(ast_include i)
           
static ast_include pbx.ast_walk_context_includes(ast_context con, ast_include inc)
           
 void ast_context.setIncludes(ast_include includes)
           
 void ast_include.setNext(ast_include next)