org.apache.flex.compiler.tree.mxml

Interface IMXMLLiteralNode

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      Object getValue()
      Returns the primitive value represented by this node.
    • Method Detail

      • getValue

        Object getValue()
        Returns the primitive value represented by this node.
        Returns:
        A Boolean, Integer, Long, Number, or String instance, to represent a value of type boolean, int, uint, Number, or String, or null for a null String.

Copyright © 2016 The Apache Software Foundation. All rights reserved.