org.mule.devkit.model.code
Class GeneratedArray

java.lang.Object
  extended by org.mule.devkit.model.code.AbstractExpression
      extended by org.mule.devkit.model.code.GeneratedArray
All Implemented Interfaces:
Generable, GeneratedExpression

public final class GeneratedArray
extends AbstractExpression

array creation and initialization.


Method Summary
 GeneratedArray add(GeneratedExpression e)
          Add an element to the array initializer
 void generate(Formatter f)
           
 
Methods inherited from class org.mule.devkit.model.code.AbstractExpression
_instanceof, band, bor, cand, complement, component, cor, decr, div, eq, gt, gte, incr, invoke, invoke, isNotNull, isNull, lt, lte, minus, minus, mod, mul, ne, not, plus, ref, ref, shl, shr, shrz, xor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public GeneratedArray add(GeneratedExpression e)
Add an element to the array initializer


generate

public void generate(Formatter f)


Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.