Show / Hide Table of Contents

Class angelscriptParser.ExprvalueContext

Inheritance
System.Object
angelscriptParser.ExprvalueContext
Namespace: GCore.Antlr.Grammers.Angelscript
Assembly: Angelscript.dll
Syntax
public class ExprvalueContext : ParserRuleContext

Constructors

| Improve this Doc View Source

ExprvalueContext(ParserRuleContext, Int32)

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

assign()

Declaration
public angelscriptParser.AssignContext assign()
Returns
Type Description
angelscriptParser.AssignContext
| Improve this Doc View Source

cast()

Declaration
public angelscriptParser.CastContext cast()
Returns
Type Description
angelscriptParser.CastContext
| Improve this Doc View Source

constructcall()

Declaration
public angelscriptParser.ConstructcallContext constructcall()
Returns
Type Description
angelscriptParser.ConstructcallContext
| 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

funccall()

Declaration
public angelscriptParser.FunccallContext funccall()
Returns
Type Description
angelscriptParser.FunccallContext
| Improve this Doc View Source

lambda_()

Declaration
public angelscriptParser.Lambda_Context lambda_()
Returns
Type Description
angelscriptParser.Lambda_Context
| Improve this Doc View Source

LITERAL()

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

varaccess()

Declaration
public angelscriptParser.VaraccessContext varaccess()
Returns
Type Description
angelscriptParser.VaraccessContext
| Improve this Doc View Source

VOID()

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