Home
last modified time | relevance | path

Searched refs:typeFieldLocation (Results 1 – 6 of 6) sorted by relevance

/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DReferenceExp.java258 : Compilation.typeFieldLocation; in calculateType()
H A DModuleInfo.java201 || ftype.isSubtype(Compilation.typeFieldLocation))) { in setupModuleExp()
H A DDeclaration.java286 ltype = Compilation.typeFieldLocation; in loadFieldLocation()
H A DCompilation.java355 static public ClassType typeFieldLocation field in Compilation
/dports/lang/kawa/kawa-3.1.1/kawa/standard/
H A Drequire.java394 adecl.setType(Compilation.typeFieldLocation); in importDefinitions()
/dports/lang/kawa/kawa-3.1.1/
H A DChangeLog2646 type to typeFieldLocation, since getType should be post-indirection.