Show / Hide Table of Contents

Class TealParser.NewtypeContext

Inheritance
System.Object
TealParser.NewtypeContext
TealParser.EnumNewTypeContext
TealParser.FuncNewTypeContext
TealParser.RecordNewTypeContext
Namespace: GCore.Antlr.Grammers.Teal
Assembly: Teal.dll
Syntax
public class NewtypeContext : ParserRuleContext

Constructors

| Improve this Doc View Source

NewtypeContext()

Declaration
public NewtypeContext()
| Improve this Doc View Source

NewtypeContext(ParserRuleContext, Int32)

Declaration
public NewtypeContext(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.NewtypeContext)

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