Search Results for

    Show / Hide Table of Contents

    Class Rule

    Rule representation at runtime.

    Inheritance
    System.Object
    Rule
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: QUT.Gppg
    Assembly: Xbim.Common.dll
    Syntax
    public class Rule

    Constructors

    | Improve this Doc View Source

    Rule(Int32, Int32[])

    Rule constructor. This holds the ordinal of the left hand side symbol, and the list of right hand side symbols, in lexical order.

    Declaration
    public Rule(int left, int[] right)
    Parameters
    Type Name Description
    System.Int32 left

    The LHS non-terminal

    System.Int32[] right

    The RHS symbols, in lexical order

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim