Show / Hide Table of Contents

Class acmeParser.AcmePropertyTypeDeclarationContext

Inheritance
System.Object
acmeParser.AcmePropertyTypeDeclarationContext
Namespace: GCore.Antlr.Grammers.Acme
Assembly: Acme.dll
Syntax
public class AcmePropertyTypeDeclarationContext : ParserRuleContext

Constructors

| Improve this Doc View Source

AcmePropertyTypeDeclarationContext(ParserRuleContext, Int32)

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

acmePropertyTypeAny()

Declaration
public acmeParser.AcmePropertyTypeAnyContext acmePropertyTypeAny()
Returns
Type Description
acmeParser.AcmePropertyTypeAnyContext
| Improve this Doc View Source

acmePropertyTypeBoolean()

Declaration
public acmeParser.AcmePropertyTypeBooleanContext acmePropertyTypeBoolean()
Returns
Type Description
acmeParser.AcmePropertyTypeBooleanContext
| Improve this Doc View Source

acmePropertyTypeDouble()

Declaration
public acmeParser.AcmePropertyTypeDoubleContext acmePropertyTypeDouble()
Returns
Type Description
acmeParser.AcmePropertyTypeDoubleContext
| Improve this Doc View Source

acmePropertyTypeEnum()

Declaration
public acmeParser.AcmePropertyTypeEnumContext acmePropertyTypeEnum()
Returns
Type Description
acmeParser.AcmePropertyTypeEnumContext
| Improve this Doc View Source

acmePropertyTypeFloat()

Declaration
public acmeParser.AcmePropertyTypeFloatContext acmePropertyTypeFloat()
Returns
Type Description
acmeParser.AcmePropertyTypeFloatContext
| Improve this Doc View Source

acmePropertyTypeInt()

Declaration
public acmeParser.AcmePropertyTypeIntContext acmePropertyTypeInt()
Returns
Type Description
acmeParser.AcmePropertyTypeIntContext
| Improve this Doc View Source

acmePropertyTypeRecord()

Declaration
public acmeParser.AcmePropertyTypeRecordContext acmePropertyTypeRecord()
Returns
Type Description
acmeParser.AcmePropertyTypeRecordContext
| Improve this Doc View Source

acmePropertyTypeSequence()

Declaration
public acmeParser.AcmePropertyTypeSequenceContext acmePropertyTypeSequence()
Returns
Type Description
acmeParser.AcmePropertyTypeSequenceContext
| Improve this Doc View Source

acmePropertyTypeSet()

Declaration
public acmeParser.AcmePropertyTypeSetContext acmePropertyTypeSet()
Returns
Type Description
acmeParser.AcmePropertyTypeSetContext
| Improve this Doc View Source

acmePropertyTypeString()

Declaration
public acmeParser.AcmePropertyTypeStringContext acmePropertyTypeString()
Returns
Type Description
acmeParser.AcmePropertyTypeStringContext
| Improve this Doc View Source

ASSIGN()

Declaration
public ITerminalNode ASSIGN()
Returns
Type Description
ITerminalNode
| 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

identifier()

Declaration
public acmeParser.IdentifierContext identifier()
Returns
Type Description
acmeParser.IdentifierContext
| Improve this Doc View Source

PROPERTY()

Declaration
public ITerminalNode PROPERTY()
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

SEMICOLON()

Declaration
public ITerminalNode SEMICOLON()
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

TYPE()

Declaration
public ITerminalNode TYPE()
Returns
Type Description
ITerminalNode
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX