Show / Hide Table of Contents

Class modelicaParser.Element_replaceableContext

Inheritance
System.Object
modelicaParser.Element_replaceableContext
Namespace: GCore.Antlr.Grammers.Modelica
Assembly: Modelica.dll
Syntax
public class Element_replaceableContext : ParserRuleContext

Constructors

| Improve this Doc View Source

Element_replaceableContext(ParserRuleContext, Int32)

Declaration
public Element_replaceableContext(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

Accept<TResult>(IParseTreeVisitor<TResult>)

Declaration
public override TResult Accept<TResult>(IParseTreeVisitor<TResult> visitor)
Parameters
Type Name Description
IParseTreeVisitor<TResult> visitor
Returns
Type Description
TResult
Type Parameters
Name Description
TResult
| Improve this Doc View Source

component_clause1()

Declaration
public modelicaParser.Component_clause1Context component_clause1()
Returns
Type Description
modelicaParser.Component_clause1Context
| Improve this Doc View Source

constraining_clause()

Declaration
public modelicaParser.Constraining_clauseContext constraining_clause()
Returns
Type Description
modelicaParser.Constraining_clauseContext
| Improve this Doc View Source

EnterRule(IParseTreeListener)

Declaration
public override void EnterRule(IParseTreeListener listener)
Parameters
Type Name Description
IParseTreeListener listener
| Improve this Doc View Source

ExitRule(IParseTreeListener)

Declaration
public override void ExitRule(IParseTreeListener listener)
Parameters
Type Name Description
IParseTreeListener listener
| Improve this Doc View Source

short_class_definition()

Declaration
public modelicaParser.Short_class_definitionContext short_class_definition()
Returns
Type Description
modelicaParser.Short_class_definitionContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX