Search Results for

    Show / Hide Table of Contents

    Class ScanBase

    Inheritance
    System.Object
    AbstractScanner<ValueType, LexLocation>
    ScanBase
    Scanner
    Inherited Members
    AbstractScanner<ValueType, LexLocation>.yylval
    AbstractScanner<ValueType, LexLocation>.yylloc
    AbstractScanner<ValueType, LexLocation>.yylex()
    AbstractScanner<ValueType, LexLocation>.yyerror(String, Object[])
    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 abstract class ScanBase : AbstractScanner<ValueType, LexLocation>

    Properties

    | Improve this Doc View Source

    yylloc

    Declaration
    public override LexLocation yylloc { get; set; }
    Property Value
    Type Description
    LexLocation
    Overrides
    QUT.Gppg.AbstractScanner<Xbim.IO.Parser.ValueType, QUT.Gppg.LexLocation>.yylloc

    Methods

    | Improve this Doc View Source

    yywrap()

    Declaration
    protected virtual bool yywrap()
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim