![]() ![]() | |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | |
![]() ![]() |
![]() |
Initializes a new instance of the JavascriptParser class. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | |
![]() | |
![]() | Gets the Type of the current instance. |
![]() | ACCESSORS * |
![]() | |
![]() | Parses Javascript string and stores a Java representation |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | This gets an escaped quoted sequence, starting immediately after the opening quote. It reads the end quote, but does not return it. |
![]() | |
![]() | |
![]() | Check for Javascript comments and advance the tokenizer until end of comment |
![]() | |
![]() | |
![]() | Checks if a token is a single piece of whitespace. |
![]() | Creates a shallow copy of the current Object. |
![]() | Returns a javascript array in an XPArraList |
![]() | Parse Javascript object and create hashtable representation Expects the object begin curly bracket ("{") to have been already processed in the string tokenizer |
![]() | Gets the name of a javascript object member Expects the next token of the string tokenizer to be the double quote around the label. This method will also consume the ending double quote and following colon. |
![]() | Parses JS Object member value Expects next value in tokenizer to be the first character of the value. Ex: quote for strings, bracket for array, or number |
![]() | |
![]() | Skip the next token if it matches the expected token. |
JavascriptParser Class | com.plumtree.uiinfrastructure.utils Namespace