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 RuleConstructors
| Improve this Doc View SourceRule(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 |