Show / Hide Table of Contents

Class EDIF300Parser.Property_Context

Inheritance
System.Object
EDIF300Parser.Property_Context
Namespace: GCore.Antlr.Grammers.Edif300
Assembly: Edif300.dll
Syntax
public class Property_Context : ParserRuleContext

Constructors

| Improve this Doc View Source

Property_Context(ParserRuleContext, Int32)

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

comment()

Declaration
public EDIF300Parser.CommentContext[] comment()
Returns
Type Description
EDIF300Parser.CommentContext[]
| Improve this Doc View Source

comment(Int32)

Declaration
public EDIF300Parser.CommentContext comment(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
EDIF300Parser.CommentContext
| 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

nameInformation()

Declaration
public EDIF300Parser.NameInformationContext[] nameInformation()
Returns
Type Description
EDIF300Parser.NameInformationContext[]
| Improve this Doc View Source

nameInformation(Int32)

Declaration
public EDIF300Parser.NameInformationContext nameInformation(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
EDIF300Parser.NameInformationContext
| Improve this Doc View Source

owner()

Declaration
public EDIF300Parser.OwnerContext[] owner()
Returns
Type Description
EDIF300Parser.OwnerContext[]
| Improve this Doc View Source

owner(Int32)

Declaration
public EDIF300Parser.OwnerContext owner(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
EDIF300Parser.OwnerContext
| Improve this Doc View Source

property_()

Declaration
public EDIF300Parser.Property_Context[] property_()
Returns
Type Description
EDIF300Parser.Property_Context[]
| Improve this Doc View Source

property_(Int32)

Declaration
public EDIF300Parser.Property_Context property_(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
EDIF300Parser.Property_Context
| Improve this Doc View Source

propertyInheritanceControl()

Declaration
public EDIF300Parser.PropertyInheritanceControlContext[] propertyInheritanceControl()
Returns
Type Description
EDIF300Parser.PropertyInheritanceControlContext[]
| Improve this Doc View Source

propertyInheritanceControl(Int32)

Declaration
public EDIF300Parser.PropertyInheritanceControlContext propertyInheritanceControl(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
EDIF300Parser.PropertyInheritanceControlContext
| Improve this Doc View Source

propertyNameDef()

Declaration
public EDIF300Parser.PropertyNameDefContext propertyNameDef()
Returns
Type Description
EDIF300Parser.PropertyNameDefContext
| Improve this Doc View Source

typedValue()

Declaration
public EDIF300Parser.TypedValueContext typedValue()
Returns
Type Description
EDIF300Parser.TypedValueContext
| Improve this Doc View Source

unitRef()

Declaration
public EDIF300Parser.UnitRefContext[] unitRef()
Returns
Type Description
EDIF300Parser.UnitRefContext[]
| Improve this Doc View Source

unitRef(Int32)

Declaration
public EDIF300Parser.UnitRefContext unitRef(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
EDIF300Parser.UnitRefContext
| Improve this Doc View Source

untyped()

Declaration
public EDIF300Parser.UntypedContext untyped()
Returns
Type Description
EDIF300Parser.UntypedContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX