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()
Assembly: CADability.dll
Constructors
|
Improve this Doc
View Source
Declaration
public Input(string filename)
Parameters
| Type |
Name |
Description |
| System.String |
filename |
|
Fields
|
Improve this Doc
View Source
Declaration
Field Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
Declaration
Field Value
| Type |
Description |
| System.String[] |
|
Properties
|
Improve this Doc
View Source
Declaration
public bool IsIdentifier { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool IsKeyWord { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool IsLiteral { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool IsNumeric { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
|
Improve this Doc
View Source
Declaration
public void Assert(string ToCheck)
Parameters
| Type |
Name |
Description |
| System.String |
ToCheck |
|
|
Improve this Doc
View Source
Declaration
public bool Eat(string ToCheck)
Parameters
| Type |
Name |
Description |
| System.String |
ToCheck |
|
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
public string GetComment()
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Declaration
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Declaration
public string NextIdentifier()
Returns
| Type |
Description |
| System.String |
|