Show / Hide Table of Contents

Class EDIF300Parser.FigureContext

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

Constructors

| Improve this Doc View Source

FigureContext(ParserRuleContext, Int32)

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

circle()

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

circle(Int32)

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

complexGeometry()

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

complexGeometry(Int32)

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

dot()

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

dot(Int32)

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

figureGroupNameRef()

Declaration
public EDIF300Parser.FigureGroupNameRefContext figureGroupNameRef()
Returns
Type Description
EDIF300Parser.FigureGroupNameRefContext
| Improve this Doc View Source

figureGroupOverride()

Declaration
public EDIF300Parser.FigureGroupOverrideContext figureGroupOverride()
Returns
Type Description
EDIF300Parser.FigureGroupOverrideContext
| Improve this Doc View Source

openShape()

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

openShape(Int32)

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

path()

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

path(Int32)

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

polygon()

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

polygon(Int32)

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

rectangle()

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

rectangle(Int32)

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

shape()

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

shape(Int32)

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

userData()

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

userData(Int32)

Declaration
public EDIF300Parser.UserDataContext userData(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
EDIF300Parser.UserDataContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX