com.googlecode.android_scripting.language
Class BeanShellLanguage

java.lang.Object
  extended by com.googlecode.android_scripting.language.Language
      extended by com.googlecode.android_scripting.language.BeanShellLanguage

public class BeanShellLanguage
extends Language

Represents the BeanShell programming language.

Author:
igor.v.karp@gmail.com (Igor Karp)

Constructor Summary
BeanShellLanguage()
           
 
Method Summary
 
Methods inherited from class com.googlecode.android_scripting.language.Language
autoClose, getContentTemplate, getRpcText
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanShellLanguage

public BeanShellLanguage()