Axiom.Scripting.Compiler.ScriptCompilerListener.PreConversion C# (CSharp) 메소드

PreConversion() 공개 메소드

Allows for responding to and overriding behavior before a CST is translated into an AST
public PreConversion ( ScriptCompiler compiler, IList nodes ) : void
compiler ScriptCompiler A reference to the compiler
nodes IList
리턴 void
		public virtual void PreConversion( ScriptCompiler compiler, IList<ConcreteNode> nodes )
		{
		}