org.apache.flex.compiler.tree.as

Interface ILiteralNode

    • Method Detail

      • getValue

        String getValue()
        Returns the value of this literal as a String
        Returns:
        the value of this literal as a String
      • getValue

        String getValue(boolean rawValue)
        Returns the value of this literal as a String
        Parameters:
        rawValue - True if you want the raw value, otherwise some massaging of the value will be done before returning the value if it's a String (enclosing quotes will be removed).
        Returns:
        the value of this literal as a String

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