JTools

org.jtools.tmpl.api.compiler
Interface CompilerItem.MethodBody.MBImage

All Superinterfaces:
CompilerItem.MethodBody, CompilerItem.MethodBody._Eolable
Enclosing interface:
CompilerItem.MethodBody

public static interface CompilerItem.MethodBody.MBImage
extends CompilerItem.MethodBody, CompilerItem.MethodBody._Eolable

representation of a 'native' 'image' snippet typically only used by compiler service provider.

Author:
rainer noack

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jtools.tmpl.api.compiler.CompilerItem.MethodBody
CompilerItem.MethodBody._Eolable, CompilerItem.MethodBody.MBBegin, CompilerItem.MethodBody.MBCode, CompilerItem.MethodBody.MBComment, CompilerItem.MethodBody.MBEnd, CompilerItem.MethodBody.MBExpression, CompilerItem.MethodBody.MBImage, CompilerItem.MethodBody.MBLinebreak
 
Method Summary
 void appendMethodBodyImage(String image)
           
 String getMethodBodyImage()
           
 
Methods inherited from interface org.jtools.tmpl.api.compiler.CompilerItem.MethodBody
getSupport, isBegin, isEnd, writeMethodBody, writeMethodBody
 
Methods inherited from interface org.jtools.tmpl.api.compiler.CompilerItem.MethodBody._Eolable
isEol, setEol
 

Method Detail

appendMethodBodyImage

void appendMethodBodyImage(String image)

getMethodBodyImage

String getMethodBodyImage()

JTools

© 2000-2006, JTools.org.