|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.emf.codegen.jet.JETScriptletGenerator org.eclipse.emf.codegen.jet.JETExpressionGenerator
public class JETExpressionGenerator
Generator to deal with JSP expressions: <%= ... %> stuff.
Field Summary | |
---|---|
protected static java.lang.String |
FUNCTION_CALL_BEGIN
|
protected static java.lang.String |
FUNCTION_CALL_END
|
Fields inherited from class org.eclipse.emf.codegen.jet.JETScriptletGenerator |
---|
chars |
Constructor Summary | |
---|---|
JETExpressionGenerator(char[] chars)
|
Method Summary | |
---|---|
java.lang.String |
generate()
|
Methods inherited from class org.eclipse.emf.codegen.jet.JETScriptletGenerator |
---|
removeQuotes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String FUNCTION_CALL_BEGIN
protected static final java.lang.String FUNCTION_CALL_END
Constructor Detail |
---|
public JETExpressionGenerator(char[] chars)
Method Detail |
---|
public java.lang.String generate()
generate
in interface JETGenerator
generate
in class JETScriptletGenerator
|
Copyright 2001-2012 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |