Codemodel 2.6-redhat-2

com.sun.codemodel
Class JAssignment

java.lang.Object
  extended by com.sun.codemodel.JExpressionImpl
      extended by com.sun.codemodel.JAssignment
All Implemented Interfaces:
JExpression, JGenerable, JStatement

public class JAssignment
extends JExpressionImpl
implements JStatement

Assignment statements, which are also expressions.


Method Summary
 void generate(JFormatter f)
           
 void state(JFormatter f)
           
 
Methods inherited from class com.sun.codemodel.JExpressionImpl
_instanceof, band, bor, cand, complement, component, cor, decr, div, eq, gt, gte, incr, invoke, invoke, 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(JFormatter f)
Specified by:
generate in interface JGenerable

state

public void state(JFormatter f)
Specified by:
state in interface JStatement

Codemodel 2.6-redhat-2

Copyright © 2005-2012 Oracle. All Rights Reserved.