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 ScanObj
Constructors
| 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 token
Field Value
Type | Description |
---|---|
System.Int32 |
yylloc
Declaration
public LexLocation yylloc
Field Value
Type | Description |
---|---|
LexLocation |
yylval
Declaration
public ValueType yylval
Field Value
Type | Description |
---|---|
ValueType |