DecodeName - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


CodeTools

  

DecodeName

  

decode an encoded procedure name for use with the CodeTools package

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

DecodeName(e, opts)

Parameters

e

-

name encoded using the CodeTools[EncodeName] command

opts

-

equation(s) of the form output=value where value is one of string or name; specify the type of output

Description

• 

The DecodeName(e) command decodes e into a procedure name.

• 

If you specify the optional argument output = string, the decoded name returns as a string.  The string represents the fully qualified version of the specified name.

• 

Encoded names can be created using CodeTools[EncodeName] function. They also occur occasionally in data returned from CodeTools functions.

• 

Encoding and decoding names is generally only required if you want to interact with the data used in the CodeTools subpackages directly.  If the provided functions are sufficient for your purposes, you may not need to use the DecodeName and EncodeName functions.

Examples

aCodeToolsEncodeNamesolve

a_Inert_ASSIGNEDNAMEsolve,PROC,_Inert_ATTRIBUTE_Inert_EXPSEQ_Inert_NAMEprotected,_Inert_ATTRIBUTE_Inert_NAMEprotected,_Inert_NAME_syslib

(1)

CodeToolsDecodeNamea

solve

(2)

aCodeToolsEncodeNameCodeToolsDecodeName:

CodeToolsDecodeNamea

CodeTools:−DecodeName

(3)

CodeToolsDecodeNamea,output=string

CodeTools:-DecodeName

(4)

See Also

CodeTools

CodeTools[EncodeName]

CodeTools[Profiling][Build]

CodeTools[Profiling][GetProfileTable]

CodeTools[Profiling][Remove]

CodeTools[Profiling][Select]