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 )
		{
		}