org.mule.devkit.model.code
Class GeneratedFieldReference

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

public class GeneratedFieldReference
extends AbstractExpression
implements AssignmentTarget

Field Reference


Method Summary
 GeneratedExpression assign(GeneratedExpression rhs)
           
 GeneratedExpression assignPlus(GeneratedExpression rhs)
           
 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
 
Methods inherited from interface org.mule.devkit.model.code.GeneratedExpression
_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
 

Method Detail

generate

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

assign

public GeneratedExpression assign(GeneratedExpression rhs)
Specified by:
assign in interface AssignmentTarget

assignPlus

public GeneratedExpression assignPlus(GeneratedExpression rhs)
Specified by:
assignPlus in interface AssignmentTarget


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