Uses of Class
gw.internal.gosu.parser.fragments.GosuFragment
-
Packages that use GosuFragment Package Description gw.internal.gosu.ir.transform gw.internal.gosu.parser.fragments -
-
Uses of GosuFragment in gw.internal.gosu.ir.transform
Fields in gw.internal.gosu.ir.transform declared as GosuFragment Modifier and Type Field Description private GosuFragmentGosuFragmentTransformationContext. _fragmentprivate GosuFragmentGosuFragmentTransformer. _fragmentMethods in gw.internal.gosu.ir.transform with parameters of type GosuFragment Modifier and Type Method Description static IRClassGosuFragmentTransformer. transform(GosuFragment fragment)Constructors in gw.internal.gosu.ir.transform with parameters of type GosuFragment Constructor Description GosuFragmentTransformationContext(GosuFragment fragment, IRType compilingType, java.lang.String sourceFile, boolean instrument)GosuFragmentTransformer(GosuFragment fragment) -
Uses of GosuFragment in gw.internal.gosu.parser.fragments
Fields in gw.internal.gosu.parser.fragments declared as GosuFragment Modifier and Type Field Description private GosuFragmentGosuFragmentTypeInfo. _ownerConstructors in gw.internal.gosu.parser.fragments with parameters of type GosuFragment Constructor Description GosuFragmentTypeInfo(GosuFragment fragment)
-