Home
last modified time | relevance | path

Searched refs:callInitMethods (Results 1 – 2 of 2) sorted by relevance

/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DCompilation.java1154 callInitMethods(cexp.getCompiledClassType(this), in generateConstructor()
1169 void callInitMethods (ClassType clas, ArrayList<ClassType> seen) in callInitMethods() method
1191 callInitMethods(interfaces[i], seen); in callInitMethods()
H A DClassExp.java675 comp.callInitMethods(getCompiledClassType(comp), in compileCallInitMethods()