Documentation for this section has not yet been entered.
See Also: Inherited members from object.
|
Evaluator
()
|
Documentation for this section has not yet been entered. |
|
InstToken | dylan.NET.Tokenizer.AST.Tokens.Token . Documentation for this section has not yet been entered. |
|
Stack | OpStack . Documentation for this section has not yet been entered. |
|
ASTEmit
(dylan.NET.Tokenizer.AST.Tokens.Token, bool)Documentation for this section has not yet been entered. |
|
|
ASTEmitIdent
(dylan.NET.Tokenizer.AST.Tokens.Ident, bool, ASTEmitDelegate)Documentation for this section has not yet been entered. |
|
|
ASTEmitMethod
(dylan.NET.Tokenizer.AST.Tokens.MethodCallTok, bool, ASTEmitDelegate)Documentation for this section has not yet been entered. |
|
|
ASTEmitNew
(dylan.NET.Tokenizer.AST.Tokens.NewCallTok, bool, ASTEmitDelegate)Documentation for this section has not yet been entered. |
|
|
ConvToAST
(dylan.NET.Tokenizer.AST.Exprs.Expr)Documentation for this section has not yet been entered. |
|
|
ConvToAST
(dylan.NET.Tokenizer.AST.Exprs.Expr)Documentation for this section has not yet been entered. |
|
|
ConvToRPN
(dylan.NET.Tokenizer.AST.Exprs.Expr)Documentation for this section has not yet been entered. |
|
|
Evaluate
(dylan.NET.Tokenizer.AST.Exprs.Expr)Documentation for this section has not yet been entered. |
|
|
isLParen
(dylan.NET.Tokenizer.AST.Tokens.Token)Documentation for this section has not yet been entered. |
|
|
isOp
(dylan.NET.Tokenizer.AST.Tokens.Token)Documentation for this section has not yet been entered. |
|
|
isRParen
(dylan.NET.Tokenizer.AST.Tokens.Token)Documentation for this section has not yet been entered. |
|
|
RetPrec
(dylan.NET.Tokenizer.AST.Tokens.Token)Documentation for this section has not yet been entered. |
|
|
StoreEmit
(dylan.NET.Tokenizer.AST.Tokens.Ident)Documentation for this section has not yet been entered. |
|
|
StoreEmit
(dylan.NET.Tokenizer.AST.Tokens.Token, dylan.NET.Tokenizer.AST.Exprs.Expr)Documentation for this section has not yet been entered. |
Documentation for this section has not yet been entered.
Syntax
public Evaluator ()Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3
Documentation for this section has not yet been entered.
Syntax
Parameters
- tok
- Documentation for this section has not yet been entered.
- emt
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3
Documentation for this section has not yet been entered.
Syntax
Parameters
- idt
- Documentation for this section has not yet been entered.
- emt
- Documentation for this section has not yet been entered.
- aed
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3
Documentation for this section has not yet been entered.
Syntax
public void ASTEmitMethod (dylan.NET.Tokenizer.AST.Tokens.MethodCallTok mctok, bool emt, ASTEmitDelegate aed)Parameters
- mctok
- Documentation for this section has not yet been entered.
- emt
- Documentation for this section has not yet been entered.
- aed
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3
Documentation for this section has not yet been entered.
Syntax
public void ASTEmitNew (dylan.NET.Tokenizer.AST.Tokens.NewCallTok nctok, bool emt, ASTEmitDelegate aed)Parameters
- nctok
- Documentation for this section has not yet been entered.
- emt
- Documentation for this section has not yet been entered.
- aed
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.9.1, 11.2.9.2, 11.2.9.3
Documentation for this section has not yet been entered.
Syntax
public dylan.NET.Tokenizer.AST.Exprs.Expr ConvToAST (dylan.NET.Tokenizer.AST.Exprs.Expr exp)Parameters
- exp
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7
Documentation for this section has not yet been entered.
Syntax
public dylan.NET.Tokenizer.AST.Tokens.Token ConvToAST (dylan.NET.Tokenizer.AST.Exprs.Expr exp)Parameters
- exp
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3
Documentation for this section has not yet been entered.
Syntax
public dylan.NET.Tokenizer.AST.Exprs.Expr ConvToRPN (dylan.NET.Tokenizer.AST.Exprs.Expr exp)Parameters
- exp
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3
Documentation for this section has not yet been entered.
Syntax
public void Evaluate (dylan.NET.Tokenizer.AST.Exprs.Expr exp)Parameters
- exp
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3
Documentation for this section has not yet been entered.
Syntax
public dylan.NET.Tokenizer.AST.Tokens.Token InstTokenRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3
Documentation for this section has not yet been entered.
Syntax
public bool isLParen (dylan.NET.Tokenizer.AST.Tokens.Token tok)Parameters
- tok
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3
Documentation for this section has not yet been entered.
Syntax
public bool isOp (dylan.NET.Tokenizer.AST.Tokens.Token tok)Parameters
- tok
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3
Documentation for this section has not yet been entered.
Syntax
public bool isRParen (dylan.NET.Tokenizer.AST.Tokens.Token tok)Parameters
- tok
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3
Documentation for this section has not yet been entered.
Syntax
public int RetPrec (dylan.NET.Tokenizer.AST.Tokens.Token tok)Parameters
- tok
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3
Documentation for this section has not yet been entered.
Syntax
public OpStack StackRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3
Documentation for this section has not yet been entered.
Syntax
public void StoreEmit (dylan.NET.Tokenizer.AST.Tokens.Ident idt)Parameters
- idt
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.5, 11.2.7.6
Documentation for this section has not yet been entered.
Syntax
public void StoreEmit (dylan.NET.Tokenizer.AST.Tokens.Token tok, dylan.NET.Tokenizer.AST.Exprs.Expr exp)Parameters
- tok
- Documentation for this section has not yet been entered.
- exp
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3