Top Level Namespace

Defined Under Namespace

Modules: AE, AEM, AEMEncodingSupport, AEMReference, Appscript, BigEndianConverters, BigEndianPackers, Connect, DefaultTerminology, DisableObjectSpecifierCaching, FindApp, KAE, MacTypes, OSAX, Send, SmallEndianConverters, SmallEndianPackers, Terminology, TerminologyParser, TypeWrappers Classes: AS_SafeObject, Codecs, Module, ReferenceRenderer, UnitTypeCodecs

Constant Summary collapse

DefaultCodecs =
Codecs.new
ReservedKeywords =

This list is mirrored in ch.6 of the appscript manual and in py-osaterminology’s makeidentifier module

[
 "==",
 "===",
 "=~",
 "AS_aem_reference",
 "AS_aem_reference=",
 "AS_app_data",
 "AS_app_data=",
 "AS_new_reference",
 "AS_resolve",
 "ID",
 "[]",
 "__id__",
 "__send__",
 "_aem_application_class",
 "_call",
 "_resolve_range_boundary",
 "_send_command",
 "abort_transaction",
 "after",
 "and",
 "any",
 "app",
 "before",
 "begin_transaction",
 "beginning",
 "begins_with",
 "by_aem_app",
 "by_creator",
 "by_id",
 "by_name",
 "by_pid",
 "by_url",
 "class",
 "clone",
 "commands",
 "con",
 "contains",
 "current",
 "display",
 "does_not_contain",
 "does_not_end_with",
 "does_not_begin_with",
 "dup",
 "elements",
 "end",
 "end_transaction",
 "ends_with",
 "eq",
 "eql?",
 "equal?",
 "extend",
 "first",
 "freeze",
 "frozen?",
 "ge",
 "gt",
 "hash",
 "help",
 "id",
 "ignore",
 "inspect",
 "instance_eval",
 "instance_of?",
 "instance_variable_get",
 "instance_variable_set",
 "instance_variables",
 "is_a?",
 "is_in",
 "is_not_in",
 "is_running?",
 "its",
 "keywords",
 "kind_of?",
 "last",
 "launch",
 "le",
 "lt",
 "method",
 "method_missing",
 "methods",
 "middle",
 "ne",
 "next",
 "nil?",
 "not",
 "object_id",
 "or",
 "parameters",
 "previous",
 "private_methods",
 "properties",
 "protected_methods",
 "public_methods",
 "respond_to?",
 "result_type",
 "send",
 "singleton_methods",
 "taint",
 "tainted?",
 "timeout",
 "to_a",
 "to_s",
 "type",
 "untaint",
 "wait_reply",
]