Uses of Class
at.dms.kjc.JClassFieldExpression

Packages that use JClassFieldExpression
at.dms.kjc   
 

Uses of JClassFieldExpression in at.dms.kjc
 

Methods in at.dms.kjc that return JClassFieldExpression
protected  JClassFieldExpression JNameExpression.createClassField(TokenReference ref, JExpression prefix, java.lang.String ident)
          Since class field may be overloaded in sub compiler, this method allows you to specify the type of class field without needed to touch the huge method above !
protected  JClassFieldExpression JNameExpression.createClassField(TokenReference ref, java.lang.String ident)
          Since class field may be overloaded in sub compiler, this method allows you to specify the type of class field without needed to touch the huge method above !
 

Methods in at.dms.kjc with parameters of type JClassFieldExpression
 void KjcPrettyPrinter.visitFieldExpression(JClassFieldExpression self, JExpression left, java.lang.String ident)
          prints a field expression
 void KjcVisitor.visitFieldExpression(JClassFieldExpression self, JExpression left, java.lang.String ident)
          visits a field expression