MindFusion.Java Package Programmer's Guide
ByteCode.getIdentifiers Method
See Also
 






Gets the list with all identifiers within the code. There is no guarantee that this list will contain unique entries, thus, if an identifier is encountered several times in the initial sequence, it will appear several times in the returned list.

Namespace: com.mindfusion.scripting
Package: com.mindfusion.scripting

 Syntax

Java  Copy Code

public String[] getIdentifiers ()

 Return Value

 See Also

ByteCode Members
ByteCode Class
com.mindfusion.scripting Namespace