org.siebengeisslein.ide.source
Class CastExpressionView

java.lang.Object
  extended by org.siebengeisslein.ide.source.AbstractCompoundFragmentView<CastExpression>
      extended by org.siebengeisslein.ide.source.CastExpressionView
All Implemented Interfaces:
CodeFragmentView<CastExpression>

public class CastExpressionView
extends AbstractCompoundFragmentView<CastExpression>


Constructor Summary
CastExpressionView(CastExpression fragment, ViewFactory viewFactory)
           
 
Method Summary
 CodeFragmentView[] getSubviews(CastExpression fragment)
           
 
Methods inherited from class org.siebengeisslein.ide.source.AbstractCompoundFragmentView
contains, deleteBefore, getFragment, getFragmentAt, getFragmentStartPosition, getLength, getViewFactory, insertComma, insertDigit, insertDot, insertDoubleQuote, insertLeftBrace, insertOperatorChar, insertSpace, insertTextChar, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CastExpressionView

public CastExpressionView(CastExpression fragment,
                          ViewFactory viewFactory)
Method Detail

getSubviews

public CodeFragmentView[] getSubviews(CastExpression fragment)
Specified by:
getSubviews in class AbstractCompoundFragmentView<CastExpression>