Show / Hide Table of Contents

Class COOLParser.ExpressionContext

Inheritance
System.Object
COOLParser.ExpressionContext
COOLParser.AddContext
COOLParser.AssignmentContext
COOLParser.BlockContext
COOLParser.BoolNotContext
COOLParser.CaseContext
COOLParser.DivisionContext
COOLParser.EqualContext
COOLParser.FalseContext
COOLParser.IdContext
COOLParser.IfContext
COOLParser.IntContext
COOLParser.IsvoidContext
COOLParser.LessEqualContext
COOLParser.LessThanContext
COOLParser.LetInContext
COOLParser.MethodCallContext
COOLParser.MinusContext
COOLParser.MultiplyContext
COOLParser.NegativeContext
COOLParser.NewContext
COOLParser.OwnMethodCallContext
COOLParser.ParenthesesContext
COOLParser.StringContext
COOLParser.TrueContext
COOLParser.WhileContext
Namespace: GCore.Antlr.Grammers.Cool
Assembly: Cool.dll
Syntax
public class ExpressionContext : ParserRuleContext

Constructors

| Improve this Doc View Source

ExpressionContext()

Declaration
public ExpressionContext()
| Improve this Doc View Source

ExpressionContext(ParserRuleContext, Int32)

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

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