tokenizer.AST : dylan.NET.Tokenizer.AST.Tokens.Ops Namespace

NLikeOp Class

Represents a negated VB.NET Like '!like' operator.

Syntax

public class NLikeOp : ConditionalOp

Remarks

Checks if the string LChild is non-conformant to the pattern string RChild. The VB.NET runtime is required.

Requirements

Namespace: dylan.NET.Tokenizer.AST.Tokens.Ops
Assembly: tokenizer.AST (in tokenizer.AST.dll)
Assembly Versions: 11.2.7.2, 11.2.7.3, 11.2.7.4

Members

See Also: Inherited members from ConditionalOp.

Public Constructors

Cosntructs a new NLikeOp.

Public Fields

LChild dylan.NET.Tokenizer.AST.Tokens.Token . In an AST made by the codegen module this holds the Left Child this Op operates on. (Inherited from Op.)
Line int . The Line where this Token was found. (Inherited from dylan.NET.Tokenizer.AST.Tokens.Token.)
PrecNo int . This is the order of precedence number used during RPN expression making. (Inherited from Op.)
RChild dylan.NET.Tokenizer.AST.Tokens.Token . In an AST made by the codegen module this holds the Right Child this Op operates on. (Inherited from Op.)
Value string . The textual value of the Token. (Inherited from dylan.NET.Tokenizer.AST.Tokens.Token.)

Member Details

NLikeOp Constructor

Cosntructs a new NLikeOp.

Syntax

public NLikeOp ()

Remarks

Also sets PrecNo accordingly.

Requirements

Namespace: dylan.NET.Tokenizer.AST.Tokens.Ops
Assembly: tokenizer.AST (in tokenizer.AST.dll)
Assembly Versions: 11.2.7.2, 11.2.7.3, 11.2.7.4