JaCIL Framework API

BaseMemberContext Class

Straightforward implementation of a member context which implementations may leverage.

For a list of all members of this type, see BaseMemberContext Members.

System.Object
   JaCIL.Compiler.Context.BaseContext
      JaCIL.Compiler.Context.BaseMemberContext
         JaCIL.Compiler.Context.FieldContext
         JaCIL.Compiler.Context.MethodContext

public abstract class BaseMemberContext : BaseContext, IMemberContext

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: JaCIL.Compiler.Context

Assembly: JaCIL.Compiler (in JaCIL.Compiler.dll)

See Also

BaseMemberContext Members | JaCIL.Compiler.Context Namespace