public interface PrincipalToJavaExpr
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
polyglot.ast.Expr |
toJava(Principal principal,
JifToJavaRewriter rw,
polyglot.ast.Expr thisQualifier) |
polyglot.ast.Expr toJava(Principal principal, JifToJavaRewriter rw, polyglot.ast.Expr thisQualifier) throws polyglot.types.SemanticException
thisQualifier
- an Expr representing the translated "this" reference.polyglot.types.SemanticException