com.safi.asterisk
Class ast_generator

java.lang.Object
  extended by com.safi.asterisk.ast_generator

public class ast_generator
extends java.lang.Object


Constructor Summary
ast_generator()
           
 
Method Summary
 void delete()
           
 SWIGTYPE_p_f_p_struct_ast_channel_p_void__p_void getAlloc()
           
 SWIGTYPE_p_f_p_struct_ast_channel_p_void_int_int__int getGenerate()
           
 SWIGTYPE_p_f_p_struct_ast_channel_p_void__void getRelease()
           
 void setAlloc(SWIGTYPE_p_f_p_struct_ast_channel_p_void__p_void alloc)
           
 void setGenerate(SWIGTYPE_p_f_p_struct_ast_channel_p_void_int_int__int generate)
           
 void setRelease(SWIGTYPE_p_f_p_struct_ast_channel_p_void__void release)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ast_generator

public ast_generator()
Method Detail

delete

public void delete()

setAlloc

public void setAlloc(SWIGTYPE_p_f_p_struct_ast_channel_p_void__p_void alloc)

getAlloc

public SWIGTYPE_p_f_p_struct_ast_channel_p_void__p_void getAlloc()

setRelease

public void setRelease(SWIGTYPE_p_f_p_struct_ast_channel_p_void__void release)

getRelease

public SWIGTYPE_p_f_p_struct_ast_channel_p_void__void getRelease()

setGenerate

public void setGenerate(SWIGTYPE_p_f_p_struct_ast_channel_p_void_int_int__int generate)

getGenerate

public SWIGTYPE_p_f_p_struct_ast_channel_p_void_int_int__int getGenerate()