예제 #1
0
 public void ExitOperatorPower([NotNull] LuaParser.OperatorPowerContext context)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public virtual Result VisitOperatorPower([NotNull] LuaParser.OperatorPowerContext context)
 {
     return(VisitChildren(context));
 }
예제 #3
0
 public virtual void ExitOperatorPower([NotNull] LuaParser.OperatorPowerContext context)
 {
 }
예제 #4
0
 public void EnterOperatorPower([NotNull] LuaParser.OperatorPowerContext context) => DefaultEnter(context);