Show / Hide Table of Contents

Class Input

Inheritance
System.Object
Input
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CdlToCSharp
Assembly: CADability.dll
Syntax
public class Input

Constructors

| Improve this Doc View Source

Input(String)

Declaration
public Input(string filename)
Parameters
Type Name Description
System.String filename

Fields

| Improve this Doc View Source

Comment

Declaration
public string Comment
Field Value
Type Description
System.String
| Improve this Doc View Source

Index

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

Token

Declaration
public string[] Token
Field Value
Type Description
System.String[]

Properties

| Improve this Doc View Source

IsIdentifier

Declaration
public bool IsIdentifier { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsKeyWord

Declaration
public bool IsKeyWord { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsLiteral

Declaration
public bool IsLiteral { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNumeric

Declaration
public bool IsNumeric { get; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

Assert(String)

Declaration
public void Assert(string ToCheck)
Parameters
Type Name Description
System.String ToCheck
| Improve this Doc View Source

Eat(String)

Declaration
public bool Eat(string ToCheck)
Parameters
Type Name Description
System.String ToCheck
Returns
Type Description
System.Boolean
| Improve this Doc View Source

EatComment()

Declaration
public void EatComment()
| Improve this Doc View Source

GetComment()

Declaration
public string GetComment()
Returns
Type Description
System.String
| Improve this Doc View Source

Next()

Declaration
public string Next()
Returns
Type Description
System.String
| Improve this Doc View Source

NextIdentifier()

Declaration
public string NextIdentifier()
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX