Package flex2.compiler.swc

Examples of flex2.compiler.swc.SwcScript.toScript()


  // C: Only the Flex Compiler API (flex-compiler-oem.jar) uses this method.
  //    Do not use it in the mxmlc/compc codepath.
  public flex2.tools.oem.Script getScript(QName def, boolean includeBytecodes)
  {
    SwcScript s = def2script.get(def);
    return (s != null) ? s.toScript(includeBytecodes) : null;
  }

  // C: Only the Flex Compiler API (flex-compiler-oem.jar) uses this method.
  //    Do not use it in the mxmlc/compc codepath.
  public Iterator<SwcComponent> getComponentIterator()
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.