BadScript 2
Loading...
Searching...
No Matches
IBadNamedExpression.cs
Go to the documentation of this file.
1
namespace
BadScript2.Parser.Expressions
;
2
6
public
interface
IBadNamedExpression
7
{
12
string
?
GetName
();
13
}
BadScript2.Parser.Expressions.IBadNamedExpression
Gets inherited by all Expressions that have a Name(e.g. Variable Definitions, Function Definitions,...
Definition
IBadNamedExpression.cs:7
BadScript2.Parser.Expressions.IBadNamedExpression.GetName
string? GetName()
Returns the Name of the Expression.
BadScript2.Parser.Expressions
Contains the Expressions for the BadScript2 Language.
Definition
BadArrayAccessExpression.cs:11
src
BadScript2
Parser
Expressions
IBadNamedExpression.cs
Generated by
1.9.8