org.mule.devkit.model.code
Class Assignment

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

public class Assignment
extends AbstractExpression
implements Statement

Assignment statements, which are also expressions.


Method Summary
 void generate(Formatter f)
           
 void state(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

generate

public void generate(Formatter f)
Specified by:
generate in interface Generable

state

public void state(Formatter f)
Specified by:
state in interface Statement


Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.