Uses of Class
com.jeffpalm.scoping.compiler.ast.PrefixExpression

Packages that use PrefixExpression
com.jeffpalm.scoping.compiler.ast   
 

Uses of PrefixExpression in com.jeffpalm.scoping.compiler.ast
 

Methods in com.jeffpalm.scoping.compiler.ast that return PrefixExpression
 PrefixExpression Ast.newPrefixExpression(Pos pos, Operator.Prefix op, Expression left)
           
 

Methods in com.jeffpalm.scoping.compiler.ast with parameters of type PrefixExpression
 void IVisitor.enter(PrefixExpression node)
           
 void AbstractVisitor.enter(PrefixExpression node)
           
 void IVisitor.leave(PrefixExpression node)
           
 void AbstractVisitor.leave(PrefixExpression node)