Class ScanObj
Inheritance
System.Object
    ScanObj
  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: Xbim.IO.Parser
Assembly: Xbim.Common.dll
Syntax
public class ScanObjConstructors
| Improve this Doc View SourceScanObj(Int32, ValueType, LexLocation)
Declaration
public ScanObj(int t, ValueType val, LexLocation loc)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | t | |
| ValueType | val | |
| LexLocation | loc | 
Fields
| Improve this Doc View Sourcetoken
Declaration
public int tokenField Value
| Type | Description | 
|---|---|
| System.Int32 | 
yylloc
Declaration
public LexLocation yyllocField Value
| Type | Description | 
|---|---|
| LexLocation | 
yylval
Declaration
public ValueType yylvalField Value
| Type | Description | 
|---|---|
| ValueType |