Searched refs:STATIC (Results 1 – 4 of 4) sorted by relevance
8 # Creates and names a library, sets it as either STATIC
55 if (m & STATIC) { in WriteModifiers()87 WriteModifiers(to, this->modifiers, SCOPE_MASK | STATIC | FINAL | OVERRIDE); in Write()341 SCOPE_MASK | STATIC | ABSTRACT | FINAL | OVERRIDE); in Write()
113 this->modifiers = PUBLIC | ABSTRACT | STATIC; in StubClass()154 getDefaultTransactionName->modifiers = PUBLIC | STATIC; in StubClass()259 m->modifiers = PUBLIC | STATIC; in make_as_interface()311 this->modifiers = PRIVATE | STATIC; in ProxyClass()753 std::make_shared<Field>(STATIC | FINAL, std::make_shared<Variable>("int", transactCodeName)); in generate_methods()922 STATIC | FINAL | PUBLIC, std::make_shared<Variable>("java.lang.String", "DESCRIPTOR")); in generate_interface_descriptors()999 default_class->modifiers = PUBLIC | STATIC; in generate_default_impl_class()
34 STATIC = 0x00000010, enumerator