Searched refs:STATIC (Results 1 – 4 of 4) sorted by relevance
8 # Creates and names a library, sets it as either STATIC
116 this->modifiers = PUBLIC | ABSTRACT | STATIC; in StubClass()123 Field* descriptor = new Field(STATIC | FINAL | PRIVATE, in StubClass()158 getDefaultTransactionName->modifiers = PUBLIC | STATIC; in StubClass()264 m->modifiers = PUBLIC | STATIC; in make_as_interface()320 this->modifiers = PRIVATE | STATIC; in ProxyClass()761 new Field(STATIC | FINAL, new Variable(types->IntType()->JavaType(), transactCodeName)); in generate_methods()939 default_class->modifiers = PUBLIC | STATIC; in generate_default_impl_class()
55 if (m & STATIC) { in WriteModifiers()87 WriteModifiers(to, this->modifiers, SCOPE_MASK | STATIC | FINAL | OVERRIDE); in Write()366 SCOPE_MASK | STATIC | ABSTRACT | FINAL | OVERRIDE); in Write()
34 STATIC = 0x00000010, enumerator