JaCIL Framework API

IContextProfile Interface

Represents a profile for the context factories to be used by the compiler.

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

public interface IContextProfile

Types that implement IContextProfile

Type Description
ContextProfile The standard profile for the compiler context.

Remarks

Essentially, implementations of this interface control the context factories used within the compilation process. This is to help flexibility in extending or changing the compiler behavior.

Requirements

Namespace: JaCIL.Compiler.Context

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

See Also

IContextProfile Members | JaCIL.Compiler.Context Namespace