Class GosuFragmentTransformationContext

java.lang.Object
gw.internal.gosu.ir.transform.TransformationContextBase
gw.internal.gosu.ir.transform.GosuFragmentTransformationContext
All Implemented Interfaces:
TopLevelTransformationContext

public class GosuFragmentTransformationContext extends TransformationContextBase
  • Field Details

    • _fragment

      private GosuFragment _fragment
    • _compilingType

      private IRType _compilingType
    • _sourceFile

      private String _sourceFile
  • Constructor Details

    • GosuFragmentTransformationContext

      public GosuFragmentTransformationContext(GosuFragment fragment, IRType compilingType, String sourceFile, boolean instrument)
  • Method Details