Class ZeroParamOp
Inheritance
System.Object
Spruce.Tokens.Token
Spruce.Tokens.ObjectList<System.String>
Spruce.Tokens.StringList
Spruce.Tokens.AlphaNumList
ZeroParamOp
Inherited Members
Spruce.Tokens.ObjectList<System.String>.mList
Spruce.Tokens.ObjectList<System.String>.Check(System.String)
Spruce.Tokens.Token.mChildren
Spruce.Tokens.Token.Emitter
Spruce.Tokens.Token.mMaxLength
Spruce.Tokens.Token.mIgnoreCase
Spruce.Tokens.Token.mFirstChars
Spruce.Tokens.Token.mChars
Spruce.Tokens.Token.SetChars(System.String, System.String)
Spruce.Tokens.Token.BuildChars(System.String[], System.String)
Spruce.Tokens.Token.CheckChar(System.Int32, System.Char)
Spruce.Tokens.Token.Parse(System.String, System.Int32)
Spruce.Tokens.Token.AddEmitter(Spruce.Tokens.Token.Action, Type[])
Spruce.Tokens.Token.AddToken(Type)
Spruce.Tokens.Token.SkipWhiteSpace(System.String, System.Int32)
Spruce.Tokens.Token.Next(System.String, System.Int32)
Namespace: XSharp.Tokens
Assembly: XSharp.dll
Syntax
public class ZeroParamOp : AlphaNumList
Constructors
| Improve this Doc View SourceZeroParamOp(String, OpCode)
Declaration
protected ZeroParamOp(string aText, OpCode aOpCode)
Parameters
Type | Name | Description |
---|---|---|
System.String | aText | |
OpCode | aOpCode |
Fields
| Improve this Doc View SourcemOpCode
Declaration
protected OpCode mOpCode
Field Value
Type | Description |
---|---|
OpCode |
Methods
| Improve this Doc View SourceTransform(String)
Declaration
protected override object Transform(string aText)
Parameters
Type | Name | Description |
---|---|---|
System.String | aText |
Returns
Type | Description |
---|---|
System.Object |