Package gen.lib.gvc

Class gvcontext__c


  • public class gvcontext__c
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static __ptr__ LibInfo  
    • Constructor Summary

      Constructors 
      Constructor Description
      gvcontext__c()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object gvFinalize​(java.lang.Object... arg)  
      static java.lang.Object gvFreeContext​(java.lang.Object... arg)  
      static ST_GVC_s gvNEWcontext​(lt_symlist_t builtins, boolean demand_loading)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LibInfo

        public static __ptr__ LibInfo
    • Constructor Detail

      • gvcontext__c

        public gvcontext__c()
    • Method Detail

      • gvNEWcontext

        public static ST_GVC_s gvNEWcontext​(lt_symlist_t builtins,
                                            boolean demand_loading)
      • gvFinalize

        public static java.lang.Object gvFinalize​(java.lang.Object... arg)
      • gvFreeContext

        public static java.lang.Object gvFreeContext​(java.lang.Object... arg)