- CALENDAR - Static variable in class com.ansca.corona.permissions.PermissionsServices.PermissionGroup
 
- 
Used for runtime permissions related to user's calendar.
 
- call(int, int) - Method in class com.naef.jnlua.LuaState
 
- 
Calls a Lua function.
 
- CALL_PHONE - Static variable in class com.ansca.corona.permissions.PermissionsServices.Permission
 
- 
Allows an application to initiate a phone call without going through the 
 Dialer user interface for the user to confirm the call.
 
- CAMERA - Static variable in class com.ansca.corona.permissions.PermissionsServices.Permission
 
- 
Required to be able to access the camera device.
 
- CAMERA - Static variable in class com.ansca.corona.permissions.PermissionsServices.PermissionGroup
 
- 
Used for permissions that are associated with accessing camera or capturing images/video from the device.
 
- checkArg(int, boolean, String) - Method in class com.naef.jnlua.LuaState
 
- 
Checks if a condition is true for the specified function argument.
 
- checkBoolean(int) - Method in class com.naef.jnlua.LuaState
 
- 
Checks if the value of the specified function argument is a boolean.
 
- checkBoolean(int, boolean) - Method in class com.naef.jnlua.LuaState
 
- 
Checks if the value of the specified function argument is a boolean.
 
- checkByteArray(int) - Method in class com.naef.jnlua.LuaState
 
- 
Checks if the value of the specified function argument is a string or a
 number.
 
- checkByteArray(int, byte[]) - Method in class com.naef.jnlua.LuaState
 
- 
Checks if the value of the specified function argument is a string or a
 number.
 
- checkInteger(int) - Method in class com.naef.jnlua.LuaState
 
- 
Checks if the value of the specified function argument is a number or a
 string convertible to a number.
 
- checkInteger(int, int) - Method in class com.naef.jnlua.LuaState
 
- 
Checks if the value of the specified function argument is a number or a
 string convertible to a number.
 
- checkJavaObject(int, Class<T>) - Method in class com.naef.jnlua.LuaState
 
- 
Checks if the value of the specified function argument is convertible to
 a Java object of the specified type.
 
- checkJavaObject(int, Class<T>, T) - Method in class com.naef.jnlua.LuaState
 
- 
Checks if the value of the specified function argument is convertible to
 a Java object of the specified type.
 
- checkNumber(int) - Method in class com.naef.jnlua.LuaState
 
- 
Checks if the value of the specified function argument is a number or a
 string convertible to a number.
 
- checkNumber(int, double) - Method in class com.naef.jnlua.LuaState
 
- 
Checks if the value of the specified function argument is a number or a
 string convertible to a number.
 
- checkOption(int, String[]) - Method in class com.naef.jnlua.LuaState
 
- 
Checks if the value of the specified function argument is a string or a
 number matching one of the specified options.
 
- checkOption(int, String[], String) - Method in class com.naef.jnlua.LuaState
 
- 
Checks if the value of the specified function argument is a string or a
 number matching one of the specified options.
 
- checkString(int) - Method in class com.naef.jnlua.LuaState
 
- 
Checks if the value of the specified function argument is a string or a
 number.
 
- checkString(int, String) - Method in class com.naef.jnlua.LuaState
 
- 
Checks if the value of the specified function argument is a string or a
 number.
 
- checkType(int, LuaType) - Method in class com.naef.jnlua.LuaState
 
- 
Checks if the value of the specified function argument is of the
 specified type.
 
- close() - Method in class com.ansca.corona.storage.ZipFileEntryInputStream
 
- 
Closes the input stream to the zip file.
 
- close() - Method in class com.naef.jnlua.LuaState
 
- 
Closes this Lua state and releases all resources.
 
- com.naef.jnlua - package com.naef.jnlua
 
- 
Provides the JNLua core types, such as the Lua state class and the core interfaces.
 
- concat(int) - Method in class com.naef.jnlua.LuaState
 
- 
Concatenates the specified number values on top of the stack and replaces
 them with the concatenated value.
 
- CONFIGURATION_ERROR - Static variable in class com.ansca.corona.CoronaLuaEvent
 
- 
Generic configuration key.
 
- CONTACTS - Static variable in class com.ansca.corona.permissions.PermissionsServices.PermissionGroup
 
- 
Used for runtime permissions related to contacts and profiles on this device.
 
- convertCoronaPointToAndroidPoint(int, int) - Method in class com.ansca.corona.CoronaActivity
 
-  
 
- Converter - Interface in com.naef.jnlua
 
- 
Converts between Lua values and Java objects.
 
- convertJavaObject(LuaState, Object) - Method in interface com.naef.jnlua.Converter
 
- 
Converts a Java object to a Lua value and pushes that value on the stack.
 
- convertJavaObject(LuaState, Object) - Method in class com.naef.jnlua.DefaultConverter
 
-  
 
- convertLuaValue(LuaState, int, Class<T>) - Method in interface com.naef.jnlua.Converter
 
- 
Converts a Lua value to a Java object of the specified formal type.
 
- convertLuaValue(LuaState, int, Class<T>) - Method in class com.naef.jnlua.DefaultConverter
 
-  
 
- copyFile(String, String) - Method in class com.ansca.corona.storage.FileServices
 
- 
Copies the given file to the given destination safely without exceptions.
 
- copyFile(File, File) - Method in class com.ansca.corona.storage.FileServices
 
- 
Copies the given file to the given destination safely without exceptions.
 
- CoronaActivity - Class in com.ansca.corona
 
- 
The activity window that hosts the Corona project.
 
- CoronaActivity() - Constructor for class com.ansca.corona.CoronaActivity
 
-  
 
- CoronaActivity.OnActivityResultHandler - Interface in com.ansca.corona
 
- 
 
- CoronaActivity.OnNewIntentResultHandler - Interface in com.ansca.corona
 
- 
Handler that is invoked by the 
CoronaActivity when it receives a new
 
Intent from outside the application.
 
 
- CoronaActivity.OnRequestPermissionsResultHandler - Interface in com.ansca.corona
 
- 
Handler that is invoked by the 
CoronaActivity when a result has been received from the request permission dialog.
 
 
- CoronaEnvironment - Class in com.ansca.corona
 
- 
Provides simple methods for launching and accessing a 
CoronaActivity as well as setting up 
 listeners for receiving events from the 
CoronaRuntime.
 
 
- CoronaLua - Class in com.ansca.corona
 
- 
Provides a set of convenience functions for use with the 
LuaState.
 
 
- CoronaLua() - Constructor for class com.ansca.corona.CoronaLua
 
-  
 
- CoronaLuaEvent - Class in com.ansca.corona
 
- 
CoronaLuaEvent.java contains generic property keys used in Corona 
 
events dispatched to Lua.
 
 
- CoronaLuaEvent() - Constructor for class com.ansca.corona.CoronaLuaEvent
 
-  
 
- CoronaRuntime - Class in com.ansca.corona
 
- 
Provides access to a running Corona project and its 
LuaState.
 
 
- CoronaRuntimeListener - Interface in com.ansca.corona
 
- 
Receives events from the 
CoronaRuntime to detect when it is loaded, started, suspended, etc.
 
 
- CoronaRuntimeTask - Interface in com.ansca.corona
 
- 
Represents a single task to be executed by the 
CoronaRuntime, 
 just before it renders a frame.
 
 
- CoronaRuntimeTaskDispatcher - Class in com.ansca.corona
 
- 
Allows you to send tasks to be executed on the 
CoronaRuntime's thread, just before Corona 
 renders a frame.
 
 
- CoronaRuntimeTaskDispatcher(CoronaRuntime) - Constructor for class com.ansca.corona.CoronaRuntimeTaskDispatcher
 
- 
Creates a new dispatcher which will send tasks to the given 
CoronaRuntime.
 
 
- CoronaRuntimeTaskDispatcher(LuaState) - Constructor for class com.ansca.corona.CoronaRuntimeTaskDispatcher
 
- 
 
- createAlertDialogBuilder(android.content.Context) - Method in class com.ansca.corona.CoronaActivity
 
- 
 
- createContentUriForFile(android.content.Context, File) - Static method in class com.ansca.corona.storage.FileContentProvider
 
- 
Creates a "content://" URI for the given file making it accessible to other applications via this provider.
 
- createContentUriForFile(android.content.Context, String) - Static method in class com.ansca.corona.storage.FileContentProvider
 
- 
Creates a "content://" URI for the given file making it accessible to other applications via this provider.
 
- createDarkAlertDialogBuilder(android.content.Context) - Method in class com.ansca.corona.CoronaActivity
 
- 
 
- createLightAlertDialogBuilder(android.content.Context) - Method in class com.ansca.corona.CoronaActivity
 
- 
 
- gc(LuaState.GcAction, int) - Method in class com.naef.jnlua.LuaState
 
- 
Performs a garbage collection operation.
 
- GET_ACCOUNTS - Static variable in class com.ansca.corona.permissions.PermissionsServices.Permission
 
- 
Allows access to the list of accounts in the Accounts Service.
 
- getApplicationContext() - Static method in class com.ansca.corona.ApplicationContextProvider
 
- 
 
- getApplicationContext() - Static method in class com.ansca.corona.CoronaEnvironment
 
- 
Provides easy access to this application's 
 
context.
 
 
- getApplicationName() - Static method in class com.ansca.corona.CoronaEnvironment
 
- 
Provides easy access to the application's name that is displayed to the end user.
 
- getAssetFileLocation(String) - Method in class com.ansca.corona.storage.FileServices
 
- 
Determines where the given asset file can be found.
 
- getBytesFromFile(String) - Method in class com.ansca.corona.storage.FileServices
 
- 
Fetches all bytes from the given file.
 
- getBytesFromFile(File) - Method in class com.ansca.corona.storage.FileServices
 
- 
Fetches all bytes from the given file.
 
- getCachesDirectory(android.content.Context) - Static method in class com.ansca.corona.CoronaEnvironment
 
- 
Gets the path to Corona's caches directory.
 
- getCause() - Method in class com.naef.jnlua.LuaError
 
- 
Returns the cause.
 
- getClassLoader() - Method in class com.naef.jnlua.LuaState
 
- 
Returns the class loader of this Lua state.
 
- getContentHeightInPixels() - Method in class com.ansca.corona.CoronaActivity
 
- 
Gets the height of the Corona content.
 
- getContentWidthInPixels() - Method in class com.ansca.corona.CoronaActivity
 
- 
Gets the width of the Corona content.
 
- getConverter() - Method in class com.naef.jnlua.LuaState
 
- 
Returns the converter of this Lua state.
 
- getCoronaActivity() - Static method in class com.ansca.corona.CoronaEnvironment
 
- 
 
- getDirectory() - Method in class com.ansca.corona.storage.UniqueFileNameBuilder
 
- 
Gets the directory this builder will generate a unique file name in.
 
- getDocumentsDirectory(android.content.Context) - Static method in class com.ansca.corona.CoronaEnvironment
 
- 
Gets the path to Corona's documents directory.
 
- getExpansionFileDirectory() - Method in class com.ansca.corona.storage.FileServices
 
- 
Gets the directory where this application's "main" and "patch" expansion files are supposed to reside in.
 
- getExtensionFrom(File) - Method in class com.ansca.corona.storage.FileServices
 
- 
Extracts the extension from the given file.
 
- getExtensionFrom(String) - Method in class com.ansca.corona.storage.FileServices
 
- 
Extracts the extension from the given file name.
 
- getFEnv(int) - Method in class com.naef.jnlua.LuaState
 
- 
Pushes on the stack the environment table of the value at the specified
 index.
 
- getField(int, String) - Method in class com.naef.jnlua.LuaState
 
- 
Pushes on the stack the value indexed by the specified string key in the
 table at the specified index.
 
- getFileExtension() - Method in class com.ansca.corona.storage.UniqueFileNameBuilder
 
- 
Gets the file extension to be appended to the file name.
 
- getFileNameFormat() - Method in class com.ansca.corona.storage.UniqueFileNameBuilder
 
- 
Gets the file name format string that this builder will use to generate a unique file name.
 
- getFunctionName() - Method in class com.naef.jnlua.LuaStackTraceElement
 
- 
Returns the name of the function containing the execution point
 represented by this stack trace element.
 
- getGlobal(String) - Method in class com.naef.jnlua.LuaState
 
- 
Pushes the value of a global variable on the stack.
 
- getHandler() - Method in class com.ansca.corona.CoronaActivity
 
- 
 
- getHorizontalMarginInPixels() - Method in class com.ansca.corona.CoronaActivity
 
- 
Gets the horizontal margin of the Corona content.
 
- getInitialIntent() - Method in class com.ansca.corona.CoronaActivity
 
- 
 
- getInstance() - Static method in class com.naef.jnlua.DefaultConverter
 
- 
Returns the instance of this class.
 
- getInstance() - Static method in class com.naef.jnlua.DefaultJavaReflector
 
- 
Returns the instance of this class.
 
- getInstance() - Static method in class com.naef.jnlua.JavaModule
 
- 
Returns the instance of the Java module.
 
- getInstance() - Static method in class com.naef.jnlua.NativeSupport
 
- 
Returns the instance.
 
- getIntent() - Method in class com.ansca.corona.CoronaActivity
 
- 
 
- getJavaReflector() - Method in class com.naef.jnlua.LuaState
 
- 
Returns the Java reflector of this Lua state.
 
- getLineNumber() - Method in class com.naef.jnlua.LuaStackTraceElement
 
- 
Returns the line number in the source containing the execution point
 represented by this stack trace element.
 
- getListener() - Method in class com.ansca.corona.permissions.PermissionsSettings
 
-  
 
- getLoader() - Method in class com.naef.jnlua.NativeSupport
 
- 
Return the native library loader.
 
- getLuaErrorHandler() - Static method in class com.ansca.corona.CoronaEnvironment
 
- 
 
- getLuaStackTrace() - Method in class com.naef.jnlua.LuaError
 
- 
Returns the Lua stack trace.
 
- getLuaStackTrace() - Method in exception com.naef.jnlua.LuaRuntimeException
 
- 
Returns the Lua stack trace of this runtime exception.
 
- getLuaState() - Method in class com.ansca.corona.CoronaRuntime
 
- 
Gets the 
LuaState object that the Corona project's code runs in.
 
 
- getLuaState() - Method in interface com.naef.jnlua.LuaValueProxy
 
- 
Returns the Lua state of this proxy.
 
- getMainExpansionFile() - Method in class com.ansca.corona.storage.FileServices
 
- 
Gets the path and file name of this application's "main" expansion file.
 
- getMessage() - Method in class com.naef.jnlua.LuaError
 
- 
Returns the message.
 
- getMetafield(int, String) - Method in class com.naef.jnlua.LuaState
 
- 
Pushes on the stack the value of the named field in the metatable of the
 value at the specified index and returns true.
 
- getMetamethod(JavaReflector.Metamethod) - Method in class com.naef.jnlua.DefaultJavaReflector
 
-  
 
- getMetamethod(JavaReflector.Metamethod) - Method in interface com.naef.jnlua.JavaReflector
 
- 
Returns the metamethod implementation of this Java reflector for the
 specified metamethod.
 
- getMetamethod(Object, JavaReflector.Metamethod) - Method in class com.naef.jnlua.LuaState
 
- 
Returns a metamethod for a specified object.
 
- getMetamethodName() - Method in enum com.naef.jnlua.JavaReflector.Metamethod
 
- 
Returns the Lua metamethod name.
 
- getMetatable(int) - Method in class com.naef.jnlua.LuaState
 
- 
Pushes on the stack the metatable of the value at the specified index.
 
- getMimeTypeFrom(android.net.Uri) - Method in class com.ansca.corona.storage.FileServices
 
- 
Handles requests for the MIME type of the data at the given URI.
 
- getName() - Method in interface com.naef.jnlua.NamedJavaFunction
 
- 
Returns the name of this Java function.
 
- getObject() - Method in interface com.naef.jnlua.TypedJavaObject
 
- 
Returns the object.
 
- getOrientationFromManifest() - Method in class com.ansca.corona.CoronaActivity
 
- 
 
- getOverlayView() - Method in class com.ansca.corona.CoronaActivity
 
- 
Gets the view that is overlaid on top of this 
 
activity's main OpenGL view.
 
 
- getPAAppPermissionNameFromAndroidPermission(String) - Method in class com.ansca.corona.permissions.PermissionsServices
 
- 
Gets the Platform-Agnostic App Permission name for the given Android permission.
 
- getPAAppPermissionNameFromPermissionGroup(String) - Method in class com.ansca.corona.permissions.PermissionsServices
 
- 
Gets the Platform-Agnostic App Permission name for the given Permission Group name.
 
- getPackageState(String, int) - Method in class com.ansca.corona.storage.PackageServices
 
- 
Gets the state of the provided package on the device.
 
- getPatchExpansionFile() - Method in class com.ansca.corona.storage.FileServices
 
- 
Gets the path and file name of this application's "patch" expansion file.
 
- getPermissionGroupFromPAAppPermissionName(String) - Method in class com.ansca.corona.permissions.PermissionsServices
 
- 
Gets the Permission Group name for the given Platform-Agnostic App Permission name.
 
- getPermissionGroupFromPermission(String) - Method in class com.ansca.corona.permissions.PermissionsServices
 
- 
Gets the permission group for the desired permission.
 
- getPermissions() - Method in class com.ansca.corona.permissions.PermissionsSettings
 
- 
Gets a collection of permissions that will be requested.
 
- getPermissionStateFor(String) - Method in class com.ansca.corona.permissions.PermissionsServices
 
- 
Determines the current state of the desired permission and returns it.
 
- getPermissionStateForSupportedGroup(String) - Method in class com.ansca.corona.permissions.PermissionsServices
 
- 
Determines the current state of the desired permission group supported by Corona and returns it.
 
- getProxy(int) - Method in class com.naef.jnlua.LuaState
 
- 
Returns a proxy object for the Lua value at the specified index.
 
- getProxy(int, Class<T>) - Method in class com.naef.jnlua.LuaState
 
- 
Returns a proxy object implementing the specified interface in Lua.
 
- getProxy(int, Class<?>[]) - Method in class com.naef.jnlua.LuaState
 
- 
Returns a proxy object implementing the specified list of interfaces in
 Lua.
 
- getRationaleDescription() - Method in class com.ansca.corona.permissions.PermissionsSettings
 
-  
 
- getRationaleTitle() - Method in class com.ansca.corona.permissions.PermissionsSettings
 
-  
 
- getRequestedPermissions() - Method in class com.ansca.corona.permissions.PermissionsServices
 
- 
 
- getRequestedPermissionsInState(PermissionState) - Method in class com.ansca.corona.permissions.PermissionsServices
 
- 
 
- getRequestedPermissionsInStateForGroup(PermissionState, String) - Method in class com.ansca.corona.permissions.PermissionsServices
 
- 
Gets all the requested permissions in the 
 
AndroidManifest.xml 
 in the desired state for the desired Permission Group.
 
 
- getRuntimeTaskDispatcher() - Method in class com.ansca.corona.CoronaActivity
 
- 
 
- getSettingsRedirectDescription() - Method in class com.ansca.corona.permissions.PermissionsSettings
 
-  
 
- getSettingsRedirectTitle() - Method in class com.ansca.corona.permissions.PermissionsSettings
 
-  
 
- getSettingsToBeServiced() - Static method in class com.ansca.corona.permissions.PermissionsSettings
 
-  
 
- getSourceName() - Method in class com.naef.jnlua.LuaStackTraceElement
 
- 
Returns the name of the source containing the execution point represented
 by this this stack trace element.
 
- getSupportedPermissionGroups() - Method in class com.ansca.corona.permissions.PermissionsServices
 
- 
Returns a 
String array of all dangerous-level permissions groups supported by Corona.
 
 
- getTable(int) - Method in class com.naef.jnlua.LuaState
 
- 
Pushes on the stack the value indexed by the key on top of the stack in
 the table at the specified index.
 
- getTaskDispatcher() - Method in class com.ansca.corona.CoronaRuntime
 
- 
 
- getTemporaryDirectory(android.content.Context) - Static method in class com.ansca.corona.CoronaEnvironment
 
- 
Gets the path to Corona's temporary directory.
 
- getTop() - Method in class com.naef.jnlua.LuaState
 
- 
Returns the number of values on the stack.
 
- getType(android.net.Uri) - Method in class com.ansca.corona.storage.FileContentProvider
 
- 
Fetches the mime type of the file that the given URI references.
 
- getType() - Method in interface com.naef.jnlua.TypedJavaObject
 
- 
Returns the type.
 
- getTypeDistance(LuaState, int, Class<?>) - Method in interface com.naef.jnlua.Converter
 
- 
Returns the type distance between a Lua value and a formal Java type.
 
- getTypeDistance(LuaState, int, Class<?>) - Method in class com.naef.jnlua.DefaultConverter
 
-  
 
- getUrgency() - Method in class com.ansca.corona.permissions.PermissionsSettings
 
-  
 
- getValue() - Method in enum com.ansca.corona.permissions.PermissionState
 
- 
Returns the constant value of the desired PermissionState.
 
- getVerticalMarginInPixels() - Method in class com.ansca.corona.CoronaActivity
 
- 
Gets the vertical margin of the Corona content.
 
- GLOBALSINDEX - Static variable in class com.naef.jnlua.LuaState
 
- 
Globals pseudo-index.
 
- insert(android.net.Uri, android.content.ContentValues) - Method in class com.ansca.corona.storage.FileContentProvider
 
- 
Handles an insert request from a client.
 
- insert(int) - Method in class com.naef.jnlua.LuaState
 
- 
Pops the value on top of the stack inserting it at the specified index
 and moving up elements above that index.
 
- invoke(LuaState) - Method in interface com.naef.jnlua.JavaFunction
 
- 
Invokes this Java function.
 
- isAssetFile(String) - Method in class com.ansca.corona.storage.FileServices
 
- 
Determines if the given path\file name is an asset file inside of the APK or expansion file.
 
- isBoolean(int) - Method in class com.naef.jnlua.LuaState
 
- 
Returns whether the value at the specified stack index is a boolean.
 
- isCFunction(int) - Method in class com.naef.jnlua.LuaState
 
- 
Returns whether the value at the specified stack index is a C function.
 
- ISERROR_KEY - Static variable in class com.ansca.corona.CoronaLuaEvent
 
- 
Generic error key.
 
- isFunction(int) - Method in class com.naef.jnlua.LuaState
 
- 
Returns whether the value at the specified stack index is a function
 (either a C function, a Java function or a Lua function.)
 
- isJavaFunction(int) - Method in class com.naef.jnlua.LuaState
 
- 
Returns whether the value at the specified stack index is a Java
 function.
 
- isJavaObject(int, Class<?>) - Method in class com.naef.jnlua.LuaState
 
- 
Returns whether the value at the specified stack index is convertible to
 a Java object of the specified type.
 
- isJavaObjectRaw(int) - Method in class com.naef.jnlua.LuaState
 
- 
Returns whether the value at the specified stack index is a Java object.
 
- isListener(LuaState, int, String) - Static method in class com.ansca.corona.CoronaLua
 
- 
Returns whether the function at 
index is a Corona 
 
listener.
 
 
- isNil(int) - Method in class com.naef.jnlua.LuaState
 
- 
Returns whether the value at the specified stack index is
 nil.
 
- isNone(int) - Method in class com.naef.jnlua.LuaState
 
- 
Returns whether the value at the specified stack index is undefined.
 
- isNoneOrNil(int) - Method in class com.naef.jnlua.LuaState
 
- 
Returns whether the value at the specified stack index is undefined or
 nil.
 
- isNumber(int) - Method in class com.naef.jnlua.LuaState
 
- 
Returns whether the value at the specified stack index is a number or a
 string convertible to a number.
 
- isOpen() - Method in class com.naef.jnlua.LuaState
 
- 
Returns whether this Lua state is open.
 
- isPAAppPermissionName(String) - Method in class com.ansca.corona.permissions.PermissionsServices
 
- 
Determines if this name corresponds to the name of a Platform-Agnostic App Permission.
 
- isPackageNameInstalled(String) - Method in class com.ansca.corona.storage.PackageServices
 
- 
Determines if the given application exists on the device.
 
- isPartOfPAAppPermission(String) - Method in class com.ansca.corona.permissions.PermissionsServices
 
- 
Determines if this Android permission is part of a Platform-Agnostic App Permission.
 
- isPermissionInManifest(String) - Method in class com.ansca.corona.permissions.PermissionsServices
 
- 
 
- isRunning() - Method in class com.ansca.corona.CoronaRuntime
 
- 
Determines if the 
CoronaRuntime is currently running its project.
 
 
- isRuntimeAvailable() - Method in class com.ansca.corona.CoronaRuntimeTaskDispatcher
 
- 
Determines if the targeted 
CoronaRuntime is still available for this dispatcher to send 
 tasks to.
 
 
- isRuntimeUnavailable() - Method in class com.ansca.corona.CoronaRuntimeTaskDispatcher
 
- 
Determines if the targeted 
CoronaRuntime is permanently unavailable, meaning that this 
 dispatcher no longer has a 
CoronaRuntime to send tasks to.
 
 
- isString(int) - Method in class com.naef.jnlua.LuaState
 
- 
Returns whether the value at the specified stack index is a string or a
 number (which is always convertible to a string.)
 
- isStrong() - Method in interface com.naef.jnlua.TypedJavaObject
 
- 
Returns whether this is a strong typed Java object.
 
- isSupportedPermissionGroupName(String) - Method in class com.ansca.corona.permissions.PermissionsServices
 
- 
Determines if this name corresponds to the name of a dangerous-level Android Permission Group supported by Corona.
 
- isTable(int) - Method in class com.naef.jnlua.LuaState
 
- 
Returns whether the value at the specified stack index is a table.
 
- isThread(int) - Method in class com.naef.jnlua.LuaState
 
- 
Returns whether the value at the specified stack index is a thread.
 
- ISVERIFIED_KEY - Static variable in class com.ansca.corona.CoronaLuaEvent
 
- 
Generic verification key.
 
- length(int) - Method in class com.naef.jnlua.LuaState
 
- 
Returns the length of the value at the specified stack index.
 
- lessThan(int, int) - Method in class com.naef.jnlua.LuaState
 
- 
Returns whether a value at a first stack index is less than the value at
 a second stack index according to Lua semantics.
 
- LICENSE_REQUEST_TYPE - Static variable in class com.ansca.corona.CoronaLuaEvent
 
- 
Generic license type key.
 
- load(InputStream, String) - Method in class com.naef.jnlua.LuaState
 
- 
Loads a Lua chunk from an input stream and pushes it on the stack as a
 function.
 
- load(String, String) - Method in class com.naef.jnlua.LuaState
 
- 
Loads a Lua chunk from a string and pushes it on the stack as a function.
 
- load() - Method in interface com.naef.jnlua.NativeSupport.Loader
 
-  
 
- loadExpansionFiles() - Method in class com.ansca.corona.storage.FileServices
 
- 
Loads this application's expansion files for fast access.
 
- LOCATION - Static variable in class com.ansca.corona.permissions.PermissionsServices.PermissionGroup
 
- 
Used for permissions that allow accessing the device location.
 
- LUA_VERSION - Static variable in class com.naef.jnlua.LuaState
 
- 
The Lua version.
 
- LuaError - Class in com.naef.jnlua
 
- 
Contains information about a Lua error condition.
 
- LuaError(String, Throwable) - Constructor for class com.naef.jnlua.LuaError
 
- 
Creates a new instance.
 
- LuaException - Exception in com.naef.jnlua
 
- 
Abstract base class for Lua error conditions.
 
- LuaException(String) - Constructor for exception com.naef.jnlua.LuaException
 
- 
Creates a new instance.
 
- LuaException(String, Throwable) - Constructor for exception com.naef.jnlua.LuaException
 
- 
Creates a new instance.
 
- LuaException(Throwable) - Constructor for exception com.naef.jnlua.LuaException
 
- 
Creates a new instance.
 
- LuaMemoryAllocationException - Exception in com.naef.jnlua
 
- 
Indicates a Lua memory allocation error.
 
- LuaMemoryAllocationException(String) - Constructor for exception com.naef.jnlua.LuaMemoryAllocationException
 
- 
Creates a new instance.
 
- LuaMemoryAllocationException(String, Throwable) - Constructor for exception com.naef.jnlua.LuaMemoryAllocationException
 
- 
Creates a new instance.
 
- LuaMessageHandlerException - Exception in com.naef.jnlua
 
- 
Indicates a Lua message handler error.
 
- LuaMessageHandlerException(String) - Constructor for exception com.naef.jnlua.LuaMessageHandlerException
 
- 
Creates a new instance.
 
- LuaMessageHandlerException(String, Throwable) - Constructor for exception com.naef.jnlua.LuaMessageHandlerException
 
- 
Creates a new instance.
 
- LuaRuntimeException - Exception in com.naef.jnlua
 
- 
Indicates a Lua runtime error.
 
- LuaRuntimeException(String) - Constructor for exception com.naef.jnlua.LuaRuntimeException
 
- 
Creates a new instance.
 
- LuaRuntimeException(String, Throwable) - Constructor for exception com.naef.jnlua.LuaRuntimeException
 
- 
Creates a new instance.
 
- LuaRuntimeException(Throwable) - Constructor for exception com.naef.jnlua.LuaRuntimeException
 
- 
Creates a new instance.
 
- LuaStackTraceElement - Class in com.naef.jnlua
 
- 
Represents an execution point in a Lua stack trace.
 
- LuaStackTraceElement(String, String, int) - Constructor for class com.naef.jnlua.LuaStackTraceElement
 
- 
Creates a new instance.
 
- LuaState - Class in com.naef.jnlua
 
- 
JNLua core class representing a Lua instance.
 
- LuaState() - Constructor for class com.naef.jnlua.LuaState
 
- 
Creates a new instance.
 
- LuaState(long) - Constructor for class com.naef.jnlua.LuaState
 
- 
Creates a new instance.
 
- LuaState.GcAction - Enum in com.naef.jnlua
 
- 
Represents a Lua garbage collector action.
 
- LuaState.Library - Enum in com.naef.jnlua
 
- 
Represents a Lua library.
 
- LuaSyntaxException - Exception in com.naef.jnlua
 
- 
Indicates a Lua syntax error.
 
- LuaSyntaxException(String) - Constructor for exception com.naef.jnlua.LuaSyntaxException
 
- 
Creates a new instance.
 
- LuaSyntaxException(String, Throwable) - Constructor for exception com.naef.jnlua.LuaSyntaxException
 
- 
Creates a new instance.
 
- LuaType - Enum in com.naef.jnlua
 
- 
Represents a Lua type.
 
- LuaValueProxy - Interface in com.naef.jnlua
 
- 
Provides proxy access to a Lua value from Java.
 
- PackageServices - Class in com.ansca.corona.storage
 
- 
Provides easy access to information about various packages installed on an Android device.
 
- PackageServices(android.content.Context) - Constructor for class com.ansca.corona.storage.PackageServices
 
- 
Creates an object that provides easy access to the packages on an Android device.
 
- PackageState - Enum in com.ansca.corona.storage
 
- 
Enum giving the state of a package on an Android device.
 
- PermissionsServices - Class in com.ansca.corona.permissions
 
- 
 
- PermissionsServices(android.content.Context) - Constructor for class com.ansca.corona.permissions.PermissionsServices
 
- 
Creates an object that provides easy access to the application's permissions.
 
- PermissionsServices.Permission - Class in com.ansca.corona.permissions
 
- 
 
- PermissionsServices.Permission() - Constructor for class com.ansca.corona.permissions.PermissionsServices.Permission
 
-  
 
- PermissionsServices.PermissionGroup - Class in com.ansca.corona.permissions
 
- 
API Level independent constants for supported permission-group names.
 
- PermissionsServices.PermissionGroup() - Constructor for class com.ansca.corona.permissions.PermissionsServices.PermissionGroup
 
-  
 
- PermissionsSettings - Class in com.ansca.corona.permissions
 
- 
Stores Permissions configuration options such as which permissions to request, 
 why they're needed, how important they are to the app, etc.
 
- PermissionsSettings() - Constructor for class com.ansca.corona.permissions.PermissionsSettings
 
- 
Creates an object for storing Permissions settings.
 
- PermissionsSettings(String) - Constructor for class com.ansca.corona.permissions.PermissionsSettings
 
- 
Creates an object for storing Permissions settings.
 
- PermissionsSettings(String, int) - Constructor for class com.ansca.corona.permissions.PermissionsSettings
 
-  
 
- PermissionsSettings(String, int, PermissionUrgency) - Constructor for class com.ansca.corona.permissions.PermissionsSettings
 
-  
 
- PermissionsSettings(String[]) - Constructor for class com.ansca.corona.permissions.PermissionsSettings
 
- 
Creates an object for storing Permissions settings.
 
- PermissionsSettings(String[], int) - Constructor for class com.ansca.corona.permissions.PermissionsSettings
 
-  
 
- PermissionsSettings(String[], int, PermissionUrgency) - Constructor for class com.ansca.corona.permissions.PermissionsSettings
 
-  
 
- PermissionsSettings(LinkedHashSet<String>) - Constructor for class com.ansca.corona.permissions.PermissionsSettings
 
- 
Creates an object for storing Permissions settings.
 
- PermissionsSettings(LinkedHashSet<String>, int) - Constructor for class com.ansca.corona.permissions.PermissionsSettings
 
-  
 
- PermissionsSettings(LinkedHashSet<String>, int, PermissionUrgency) - Constructor for class com.ansca.corona.permissions.PermissionsSettings
 
-  
 
- PermissionState - Enum in com.ansca.corona.permissions
 
- 
Enum depicting all possible states a permission can be in.
 
- PHONE - Static variable in class com.ansca.corona.permissions.PermissionsServices.PermissionGroup
 
- 
Used for permissions that are associated telephony features.
 
- pop(int) - Method in class com.naef.jnlua.LuaState
 
- 
Pops values from the stack.
 
- printLuaStackTrace() - Method in exception com.naef.jnlua.LuaRuntimeException
 
- 
Prints this exception and its Lua stack trace to the standard error
 stream.
 
- printLuaStackTrace(PrintStream) - Method in exception com.naef.jnlua.LuaRuntimeException
 
- 
Prints this exception and its Lua stack trace to the specified print
 stream.
 
- printLuaStackTrace(PrintWriter) - Method in exception com.naef.jnlua.LuaRuntimeException
 
- 
Prints this exception and its Lua stack trace to the specified print
 writer.
 
- PROCESS_OUTGOING_CALLS - Static variable in class com.ansca.corona.permissions.PermissionsServices.Permission
 
- 
Allows an application to see the number being dialed during an outgoing call with the 
 option to redirect the call to a different number or abort the call altogether.
 
- PROVIDER_KEY - Static variable in class com.ansca.corona.CoronaLuaEvent
 
- 
Generic provider key.
 
- pushBoolean(boolean) - Method in class com.naef.jnlua.LuaState
 
- 
Pushes a boolean value on the stack.
 
- pushHashtable(LuaState, Hashtable<Object, Object>) - Static method in class com.ansca.corona.CoronaLua
 
- 
 
- pushInteger(int) - Method in class com.naef.jnlua.LuaState
 
- 
Pushes an integer value as a number value on the stack.
 
- pushJavaFunction(JavaFunction) - Method in class com.naef.jnlua.LuaState
 
- 
Pushes a Java function on the stack.
 
- pushJavaObject(Object) - Method in class com.naef.jnlua.LuaState
 
- 
Pushes a Java object on the stack with conversion.
 
- pushJavaObjectRaw(Object) - Method in class com.naef.jnlua.LuaState
 
- 
Pushes a Java object on the stack.
 
- pushNil() - Method in class com.naef.jnlua.LuaState
 
- 
Pushes a nil value on the stack.
 
- pushNumber(double) - Method in class com.naef.jnlua.LuaState
 
- 
Pushes a number value on the stack.
 
- pushString(String) - Method in class com.naef.jnlua.LuaState
 
- 
Pushes a string value on the stack.
 
- pushString(byte[]) - Method in class com.naef.jnlua.LuaState
 
- 
Pushes a byte array as a string value on the stack.
 
- pushString(byte[], int) - Method in class com.naef.jnlua.LuaState
 
- 
Pushes a byte array as a string value on the stack.
 
- pushValue(LuaState, Object) - Static method in class com.ansca.corona.CoronaLua
 
- 
 
- pushValue(int) - Method in class com.naef.jnlua.LuaState
 
- 
Pushes the value at the specified index on top of the stack.
 
- pushValue() - Method in interface com.naef.jnlua.LuaValueProxy
 
- 
Pushes the proxied Lua value on the stack of the Lua state.
 
- rawEqual(int, int) - Method in class com.naef.jnlua.LuaState
 
- 
Bypassing metatable logic, returns whether the values at two specified
 stack indexes are equal according to Lua semantics.
 
- rawGet(int) - Method in class com.naef.jnlua.LuaState
 
- 
Bypassing metatable logic, pushes on the stack the value indexed by the
 key on top of the stack in the table at the specified index.
 
- rawGet(int, int) - Method in class com.naef.jnlua.LuaState
 
- 
Bypassing metatable logic, pushes on the stack the value indexed by the
 specified integer key in the table at the specified index.
 
- rawSet(int) - Method in class com.naef.jnlua.LuaState
 
- 
Bypassing metatable logic, sets the value on top of the stack in the
 table at the specified index using the value on the second highest stack
 position as the key.
 
- rawSet(int, int) - Method in class com.naef.jnlua.LuaState
 
- 
Bypassing metatable logic, sets the value on top of the stack in the
 table at the specified index using the specified integer key.
 
- read() - Method in class com.ansca.corona.storage.ZipFileEntryInputStream
 
- 
Reads a single byte from this stream.
 
- read(byte[]) - Method in class com.ansca.corona.storage.ZipFileEntryInputStream
 
- 
Reads as many bytes from the source that will fill the given array.
 
- read(byte[], int, int) - Method in class com.ansca.corona.storage.ZipFileEntryInputStream
 
- 
Reads at most the number of bytes specified by "length" from the stream to the given buffer.
 
- READ_CALENDAR - Static variable in class com.ansca.corona.permissions.PermissionsServices.Permission
 
- 
Allows an application to read the user's calendar data.
 
- READ_CALL_LOG - Static variable in class com.ansca.corona.permissions.PermissionsServices.Permission
 
- 
Allows an application to read the user's call log.
 
- READ_CELL_BROADCASTS - Static variable in class com.ansca.corona.permissions.PermissionsServices.Permission
 
- 
Allows an application to read previously received cell broadcast messages and to register a content observer to get 
 notifications when a cell broadcast has been received and added to the database.
 
- READ_CONTACTS - Static variable in class com.ansca.corona.permissions.PermissionsServices.Permission
 
- 
Allows an application to read the user's contacts data.
 
- READ_EXTERNAL_STORAGE - Static variable in class com.ansca.corona.permissions.PermissionsServices.Permission
 
- 
Allows an application to read from external storage.
 
- READ_PHONE_STATE - Static variable in class com.ansca.corona.permissions.PermissionsServices.Permission
 
- 
Allows read only access to phone state.
 
- READ_SMS - Static variable in class com.ansca.corona.permissions.PermissionsServices.Permission
 
- 
Allows an application to read SMS messages.
 
- RECEIVE_MMS - Static variable in class com.ansca.corona.permissions.PermissionsServices.Permission
 
- 
Allows an application to monitor incoming MMS messages.
 
- RECEIVE_SMS - Static variable in class com.ansca.corona.permissions.PermissionsServices.Permission
 
- 
Allows an application to receive SMS messages.
 
- RECEIVE_WAP_PUSH - Static variable in class com.ansca.corona.permissions.PermissionsServices.Permission
 
- 
Allows an application to receive WAP push messages.
 
- RECORD_AUDIO - Static variable in class com.ansca.corona.permissions.PermissionsServices.Permission
 
- 
Allows an application to record audio.
 
- ref(int) - Method in class com.naef.jnlua.LuaState
 
- 
Stores the value on top of the stack in the table at the specified index
 and returns the integer key of the value in that table as a reference.
 
- REFNIL - Static variable in class com.ansca.corona.CoronaLua
 
- 
 
- register(NamedJavaFunction) - Method in class com.naef.jnlua.LuaState
 
- 
Registers a named Java function as a global variable.
 
- register(String, NamedJavaFunction[]) - Method in class com.naef.jnlua.LuaState
 
- 
Registers a module and pushes the module on the stack.
 
- registerActivityResultHandler(CoronaActivity.OnActivityResultHandler) - Method in class com.ansca.corona.CoronaActivity
 
- 
 
- registerActivityResultHandler(CoronaActivity.OnActivityResultHandler, int) - Method in class com.ansca.corona.CoronaActivity
 
- 
 
- registerNewIntentResultHandler(CoronaActivity.OnNewIntentResultHandler) - Method in class com.ansca.corona.CoronaActivity
 
- 
 
- registerRequestPermissionsResultHandler(CoronaActivity.OnRequestPermissionsResultHandler) - Method in class com.ansca.corona.CoronaActivity
 
- 
 
- registerRequestPermissionsResultHandler(CoronaActivity.OnRequestPermissionsResultHandler, PermissionsSettings) - Method in class com.ansca.corona.CoronaActivity
 
- 
 
- registerRequestPermissionsResultHandler(CoronaActivity.OnRequestPermissionsResultHandler, int) - Method in class com.ansca.corona.CoronaActivity
 
- 
 
- registerRequestPermissionsResultHandler(CoronaActivity.OnRequestPermissionsResultHandler, int, PermissionsSettings) - Method in class com.ansca.corona.CoronaActivity
 
- 
 
- REGISTRYINDEX - Static variable in class com.naef.jnlua.LuaState
 
- 
Registry pseudo-index.
 
- remove(int) - Method in class com.naef.jnlua.LuaState
 
- 
Removes the value at the specified stack index moving down elements above
 that index.
 
- removeRuntimeListener(CoronaRuntimeListener) - Static method in class com.ansca.corona.CoronaEnvironment
 
- 
 
- replace(int) - Method in class com.naef.jnlua.LuaState
 
- 
Replaces the value at the specified index with the value popped from the
 top of the stack.
 
- requestAllDeniedPermissionsInGroup(String, CoronaActivity.OnRequestPermissionsResultHandler) - Method in class com.ansca.corona.permissions.PermissionsServices
 
- 
Requests all permissions that are currently denied in the desired permission group.
 
- requestPermissions(PermissionsSettings, CoronaActivity.OnRequestPermissionsResultHandler) - Method in class com.ansca.corona.permissions.PermissionsServices
 
- 
Requests the desired permissions, gathering data about which permissions are requested.
 
- reset() - Method in class com.ansca.corona.storage.ZipFileEntryInputStream
 
- 
Resets this stream to the last marked location.
 
- resetServiceStatus() - Method in class com.ansca.corona.permissions.PermissionsSettings
 
- 
Puts this PermissionsSettings object in the "needs service" state.
 
- RESPONSE_KEY - Static variable in class com.ansca.corona.CoronaLuaEvent
 
- 
Generic response key.
 
- resume(int, int) - Method in class com.naef.jnlua.LuaState
 
- 
Resumes the thread at the specified stack index, popping the specified
 number of arguments from the top of the stack and passing them to the
 resumed thread.
 
- send(CoronaRuntimeTask) - Method in class com.ansca.corona.CoronaRuntimeTaskDispatcher
 
- 
Sends the given task to the 
CoronaRuntime to be executed just before it renders a frame.
 
 
- SEND_SMS - Static variable in class com.ansca.corona.permissions.PermissionsServices.Permission
 
- 
Allows an application to send SMS messages.
 
- SENSORS - Static variable in class com.ansca.corona.permissions.PermissionsServices.PermissionGroup
 
- 
Used for permissions that are associated with accessing camera or capturing images/video from the device.
 
- setClassLoader(ClassLoader) - Method in class com.naef.jnlua.LuaState
 
- 
Sets the class loader of this Lua state.
 
- setConverter(Converter) - Method in class com.naef.jnlua.LuaState
 
- 
Sets the converter of this Lua state.
 
- setDirectory(File) - Method in class com.ansca.corona.storage.UniqueFileNameBuilder
 
- 
Sets the directory to generate a unique file name in.
 
- setFEnv(int) - Method in class com.naef.jnlua.LuaState
 
- 
Sets the value on top of the stack as the environment table of the value
 at the specified index.
 
- setField(int, String) - Method in class com.naef.jnlua.LuaState
 
- 
Sets the value on top of the stack in the table at the specified index
 using the specified string key.
 
- setFileExtension(String) - Method in class com.ansca.corona.storage.UniqueFileNameBuilder
 
- 
Sets the file extension to be appended to the file name.
 
- setFileNameFormat(String) - Method in class com.ansca.corona.storage.UniqueFileNameBuilder
 
- 
Sets the file name format string to be used to genearte a unique file name.
 
- setGlobal(String) - Method in class com.naef.jnlua.LuaState
 
- 
Sets the value on top of the stack as a global variable and pops the
 value from the stack.
 
- setJavaReflector(JavaReflector) - Method in class com.naef.jnlua.LuaState
 
- 
Sets the Java reflector of this Lua state.
 
- setListener(int) - Method in class com.ansca.corona.permissions.PermissionsSettings
 
-  
 
- setLoader(NativeSupport.Loader) - Method in class com.naef.jnlua.NativeSupport
 
- 
Sets the native library loader.
 
- setLuaErrorHandler(JavaFunction) - Static method in class com.ansca.corona.CoronaEnvironment
 
- 
Sets a custom handler for Lua errors, such as syntax or runtime errors.
 
- setMainExpansionFileName(String) - Method in class com.ansca.corona.storage.FileServices
 
- 
Sets the name of the "main" expansion file to be loaded.
 
- setMetatable(int) - Method in class com.naef.jnlua.LuaState
 
- 
Sets the value on top of the stack as the metatable of the value at the
 specified index.
 
- setPatchExpansionFileName(String) - Method in class com.ansca.corona.storage.FileServices
 
- 
Sets the name of the "patch" expansion file to be loaded.
 
- setPermissions(LinkedHashSet<String>) - Method in class com.ansca.corona.permissions.PermissionsSettings
 
- 
Sets the collection of permissions to be requested.
 
- setRationaleDescription(String) - Method in class com.ansca.corona.permissions.PermissionsSettings
 
-  
 
- setRationaleTitle(String) - Method in class com.ansca.corona.permissions.PermissionsSettings
 
-  
 
- setRequestedOrientation(int) - Method in class com.ansca.corona.CoronaActivity
 
- 
Sets the orientation configuration for this 
 
activity.
 
 
- setSettingsRedirectDescription(String) - Method in class com.ansca.corona.permissions.PermissionsSettings
 
-  
 
- setSettingsRedirectTitle(String) - Method in class com.ansca.corona.permissions.PermissionsSettings
 
-  
 
- setTable(int) - Method in class com.naef.jnlua.LuaState
 
- 
Sets the value on top of the stack in the table at the specified index
 using the value on the second highest stack position as the key.
 
- setTop(int) - Method in class com.naef.jnlua.LuaState
 
- 
Sets the specified index as the new top of the stack.
 
- setUrgency(PermissionUrgency) - Method in class com.ansca.corona.permissions.PermissionsSettings
 
-  
 
- shouldNeverAskAgain(String) - Method in class com.ansca.corona.permissions.PermissionsServices
 
- 
Determines if the user has requested the desired permission never be asked for again.
 
- showCoronaActivity(android.content.Context) - Static method in class com.ansca.corona.CoronaEnvironment
 
- 
 
- showPermissionGroupMissingFromManifestAlert(String) - Method in class com.ansca.corona.CoronaActivity
 
- 
Displays a native alert stating that the 
 
AndroidManifest.xml
 doesn't contain any permissions from the desired permission group.
 
 
- showPermissionGroupMissingFromManifestAlert(String) - Method in class com.ansca.corona.permissions.PermissionsServices
 
- 
Displays a native alert stating that the 
 
AndroidManifest.xml
 doesn't contain any permissions from the desired permission group.
 
 
- showPermissionMissingFromManifestAlert(String, String) - Method in class com.ansca.corona.CoronaActivity
 
- 
 
- showPermissionMissingFromManifestAlert(String, String) - Method in class com.ansca.corona.permissions.PermissionsServices
 
- 
 
- skip(long) - Method in class com.ansca.corona.storage.ZipFileEntryInputStream
 
- 
Skips the given number of bytes in the stream.
 
- SMS - Static variable in class com.ansca.corona.permissions.PermissionsServices.PermissionGroup
 
- 
Used for runtime permissions related to user's SMS messages.
 
- status(int) - Method in class com.naef.jnlua.LuaState
 
- 
Returns the status of the thread at the specified stack index.
 
- STORAGE - Static variable in class com.ansca.corona.permissions.PermissionsServices.PermissionGroup
 
- 
Used for runtime permissions related to the shared external storage.
 
- supportsLandscapeOrientation() - Method in class com.ansca.corona.CoronaActivity
 
- 
Determines if this 
activity
 supports a landscape orientation.
 
 
- supportsOrientationChanges() - Method in class com.ansca.corona.CoronaActivity
 
- 
 
- supportsPortraitOrientation() - Method in class com.ansca.corona.CoronaActivity
 
- 
Determines if this 
activity
 supports a portrait orientation.
 
 
- tableMove(int, int, int, int) - Method in class com.naef.jnlua.LuaState
 
- 
Moves the specified number of sequential elements in a table used as an
 array from one index to another.
 
- tableSize(int) - Method in class com.naef.jnlua.LuaState
 
- 
Counts the number of entries in a table.
 
- toBoolean(int) - Method in class com.naef.jnlua.LuaState
 
- 
Returns the boolean representation of the value at the specified stack
 index.
 
- toByteArray(int) - Method in class com.naef.jnlua.LuaState
 
- 
Returns the byte array representation of the value at the specified stack
 index.
 
- toHashtable(LuaState, int) - Static method in class com.ansca.corona.CoronaLua
 
- 
 
- toInteger(int) - Method in class com.naef.jnlua.LuaState
 
- 
Returns the integer representation of the value at the specified stack
 index.
 
- toJavaFunction(int) - Method in class com.naef.jnlua.LuaState
 
- 
Returns the Java function of the value at the specified stack index.
 
- toJavaObject(int, Class<T>) - Method in class com.naef.jnlua.LuaState
 
- 
Returns a Java object of the specified type representing the value at the
 specified stack index.
 
- toJavaObjectRaw(int) - Method in class com.naef.jnlua.LuaState
 
- 
Returns the Java object of the value at the specified stack index.
 
- toNumber(int) - Method in class com.naef.jnlua.LuaState
 
- 
Returns the number representation of the value at the specified stack
 index.
 
- toPointer(int) - Method in class com.naef.jnlua.LuaState
 
- 
Returns the pointer representation of the value at the specified stack
 index.
 
- toString() - Method in class com.naef.jnlua.LuaError
 
-  
 
- toString() - Method in class com.naef.jnlua.LuaStackTraceElement
 
-  
 
- toString(int) - Method in class com.naef.jnlua.LuaState
 
- 
Returns the string representation of the value at the specified stack
 index.
 
- toTable(Map<?, ?>) - Method in class com.naef.jnlua.JavaModule
 
- 
Returns a table-like Lua value for the specified map.
 
- toTable(List<?>) - Method in class com.naef.jnlua.JavaModule
 
- 
Returns a table-like Lua value for the specified list.
 
- toValue(LuaState, int) - Static method in class com.ansca.corona.CoronaLua
 
- 
Returns an 
Object for the item at the specified index.
 
 
- tryOpen(String, String) - Static method in class com.ansca.corona.storage.ZipFileEntryInputStream
 
- 
Safely opens an input stream to the given zip file entry without exceptions.
 
- tryOpen(File, String) - Static method in class com.ansca.corona.storage.ZipFileEntryInputStream
 
- 
Safely opens an input stream to the given zip file entry without exceptions.
 
- tryOpen(ZipFile, String) - Static method in class com.ansca.corona.storage.ZipFileEntryInputStream
 
- 
Safely opens an input stream to the given zip file entry without exceptions.
 
- type(int) - Method in class com.naef.jnlua.LuaState
 
- 
Returns the type of the value at the specified stack index.
 
- TypedJavaObject - Interface in com.naef.jnlua
 
- 
Represents a Java object with an explicit type.
 
- typeName(int) - Method in class com.naef.jnlua.LuaState
 
- 
Returns the name of the type at the specified stack index.
 
- validateManifest(android.content.Context) - Static method in class com.ansca.corona.storage.FileContentProvider
 
- 
Checks if the AndroidManifest.xml file is correctly configured for this provider.
 
- valueOf(String) - Static method in enum com.ansca.corona.permissions.PermissionState
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.ansca.corona.storage.PackageState
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.naef.jnlua.JavaReflector.Metamethod
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.naef.jnlua.LuaState.GcAction
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.naef.jnlua.LuaState.Library
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.naef.jnlua.LuaType
 
- 
Returns the enum constant of this type with the specified name.
 
- values() - Static method in enum com.ansca.corona.permissions.PermissionState
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.ansca.corona.storage.PackageState
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.naef.jnlua.JavaReflector.Metamethod
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.naef.jnlua.LuaState.GcAction
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.naef.jnlua.LuaState.Library
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.naef.jnlua.LuaType
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- VERSION - Static variable in class com.naef.jnlua.LuaState
 
- 
The JNLua version.