Show / Hide Table of Contents

Class TealParser.FieldContext

Inheritance
System.Object
TealParser.FieldContext
TealParser.AssignFieldContext
TealParser.AssignNewTypeFieldContext
TealParser.BracketAssginFieldContext
TealParser.ExprFieldContext
Namespace: GCore.Antlr.Grammers.Teal
Assembly: Teal.dll
Syntax
public class FieldContext : ParserRuleContext

Constructors

| Improve this Doc View Source

FieldContext()

Declaration
public FieldContext()
| Improve this Doc View Source

FieldContext(ParserRuleContext, Int32)

Declaration
public FieldContext(ParserRuleContext parent, int invokingState)
Parameters
Type Name Description
ParserRuleContext parent
System.Int32 invokingState

Properties

| Improve this Doc View Source

RuleIndex

Declaration
public override int RuleIndex { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

CopyFrom(TealParser.FieldContext)

Declaration
public virtual void CopyFrom(TealParser.FieldContext context)
Parameters
Type Name Description
TealParser.FieldContext context
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX