Uses of Class
org.millscript.millscript.expr.ApplyExpr

Packages that use ApplyExpr
org.millscript.millscript.expr   
org.millscript.millscript.syntax   
 

Uses of ApplyExpr in org.millscript.millscript.expr
 

Methods in org.millscript.millscript.expr that return ApplyExpr
static ApplyExpr IndexExpr.make(Expr lhs, Expr rhs)
          Returns an expression applying the index function to the specified left and right hand side expressions.
static ApplyExpr SubrangeExpr.make(Expr lhs, Expr rhs, Expr rhs2)
          Returns an expression applying the subrange function to the specified left and right hand side expressions.
 

Uses of ApplyExpr in org.millscript.millscript.syntax
 

Methods in org.millscript.millscript.syntax that return ApplyExpr
 ApplyExpr InfixSyntax.postfix(java.lang.String sym, int prec, Expr lhs, Parser parser)
           
 ApplyExpr ParenSyntax.postfix(java.lang.String sym, int prec, Expr lhs, Parser parser)
           
 ApplyExpr DotSyntax.postfix(java.lang.String sym, int prec, Expr lhs, Parser parser)
           
 ApplyExpr ThisSyntax.prefix(java.lang.String sym, Parser parser)
           
 ApplyExpr MapletSyntax.simple(Expr lhs, Expr rhs)
           
 



Copyright © 2001-2007 Open World Ltd. All Rights Reserved.