jdeparser 1.0.0.Final-redhat-1

org.jboss.jdeparser
Class JFieldRef

java.lang.Object
  extended by org.jboss.jdeparser.JExpressionImpl
      extended by org.jboss.jdeparser.JFieldRef
All Implemented Interfaces:
JAssignmentTarget, JExpression, JGenerable

public class JFieldRef
extends JExpressionImpl
implements JAssignmentTarget

Field Reference


Method Summary
 JExpression assign(JExpression rhs)
           
 JExpression assignPlus(JExpression rhs)
           
 void generate(JFormatter f)
           
 
Methods inherited from class org.jboss.jdeparser.JExpressionImpl
_instanceof, band, bor, cand, complement, component, cond, 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
 
Methods inherited from interface org.jboss.jdeparser.JExpression
_instanceof, band, bor, cand, complement, component, cond, cor, decr, div, eq, gt, gte, incr, invoke, invoke, lt, lte, minus, minus, mod, mul, ne, not, plus, ref, ref, shl, shr, shrz, xor
 

Method Detail

generate

public void generate(JFormatter f)
Specified by:
generate in interface JGenerable

assign

public JExpression assign(JExpression rhs)
Specified by:
assign in interface JAssignmentTarget

assignPlus

public JExpression assignPlus(JExpression rhs)
Specified by:
assignPlus in interface JAssignmentTarget

jdeparser 1.0.0.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.