Search Results for

    Show / Hide Table of Contents

    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 Source

    ScanObj(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 Source

    token

    Declaration
    public int token
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    yylloc

    Declaration
    public LexLocation yylloc
    Field Value
    Type Description
    LexLocation
    | Improve this Doc View Source

    yylval

    Declaration
    public ValueType yylval
    Field Value
    Type Description
    ValueType
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim