Uses of Class
gw.internal.gosu.ir.transform.IRScope
-
Packages that use IRScope Package Description gw.internal.gosu.ir.transform -
-
Uses of IRScope in gw.internal.gosu.ir.transform
Fields in gw.internal.gosu.ir.transform declared as IRScope Modifier and Type Field Description private IRScopeIRScope. _parentFields in gw.internal.gosu.ir.transform with type parameters of type IRScope Modifier and Type Field Description private Stack<IRScope>FunctionBodyTransformationContext. _scopesMethods in gw.internal.gosu.ir.transform that return types with arguments of type IRScope Modifier and Type Method Description Stack<IRScope>FunctionBodyTransformationContext. getScopes()Stack<IRScope>TopLevelTransformationContext. getScopes()Stack<IRScope>TransformationContextBase. getScopes()Constructors in gw.internal.gosu.ir.transform with parameters of type IRScope Constructor Description IRScope(IRScope parent)
-