Show / Hide Table of Contents

Class PeopleCodeParser.ExprContext

Inheritance
System.Object
PeopleCodeParser.ExprContext
PeopleCodeParser.ExprAddSubContext
PeopleCodeParser.ExprArrayIndexContext
PeopleCodeParser.ExprBooleanContext
PeopleCodeParser.ExprComparisonContext
PeopleCodeParser.ExprConcatContext
PeopleCodeParser.ExprCreateContext
PeopleCodeParser.ExprDotAccessContext
PeopleCodeParser.ExprDynamicReferenceContext
PeopleCodeParser.ExprEqualityContext
PeopleCodeParser.ExprFnOrIdxCallContext
PeopleCodeParser.ExprIdContext
PeopleCodeParser.ExprLiteralContext
PeopleCodeParser.ExprMulDivContext
PeopleCodeParser.ExprNegateContext
PeopleCodeParser.ExprNotContext
PeopleCodeParser.ExprParenthesizedContext
Namespace: GCore.Antlr.Grammers.Peoplecode
Assembly: Peoplecode.dll
Syntax
public class ExprContext : ParserRuleContext

Constructors

| Improve this Doc View Source

ExprContext()

Declaration
public ExprContext()
| Improve this Doc View Source

ExprContext(ParserRuleContext, Int32)

Declaration
public ExprContext(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(PeopleCodeParser.ExprContext)

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