|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.android_scripting.language.Language
public class Language
Represents the programming language supported by the SL4A.
| Constructor Summary | |
|---|---|
Language()
|
|
| Method Summary | |
|---|---|
java.lang.String |
autoClose(char token)
Returns the string containing opening and closing tokens if the input is an opening token. |
java.lang.String |
getContentTemplate()
Returns the initial template for newly created script. |
java.lang.String |
getRpcText(java.lang.String content,
MethodDescriptor rpc,
java.lang.String[] values)
Returns the RPC call text with given parameter values. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Language()
| Method Detail |
|---|
public java.lang.String getContentTemplate()
public java.lang.String autoClose(char token)
null otherwise.
public final java.lang.String getRpcText(java.lang.String content,
MethodDescriptor rpc,
java.lang.String[] values)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||