public class UnknownPrincipal_c extends Principal_c implements UnknownPrincipal
UnknownPrincipal
interface.variables
Constructor and Description |
---|
UnknownPrincipal_c(JifTypeSystem ts,
polyglot.util.Position pos) |
Modifier and Type | Method and Description |
---|---|
boolean |
equalsImpl(polyglot.types.TypeObject o) |
int |
hashCode() |
boolean |
isCanonical() |
boolean |
isRuntimeRepresentable() |
polyglot.ast.Expr |
toJava(JifToJavaRewriter rw,
polyglot.ast.Expr thisQualifier) |
java.lang.String |
toString() |
hasVariables, isBottomPrincipal, isTopPrincipal, labelCheck, simplify, subst, throwTypes, variables
typeSystem
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
hasVariables, isBottomPrincipal, isTopPrincipal, labelCheck, simplify, subst, throwTypes, variables
typeSystem
public UnknownPrincipal_c(JifTypeSystem ts, polyglot.util.Position pos)
public boolean isRuntimeRepresentable()
isRuntimeRepresentable
in interface Param
isRuntimeRepresentable
in class Principal_c
public boolean isCanonical()
isCanonical
in interface Param
isCanonical
in interface polyglot.types.TypeObject
isCanonical
in class Principal_c
public java.lang.String toString()
toString
in class java.lang.Object
public polyglot.ast.Expr toJava(JifToJavaRewriter rw, polyglot.ast.Expr thisQualifier) throws polyglot.types.SemanticException
toJava
in interface ActsForParam
toJava
in class Principal_c
thisQualifier
- an Expr representing the translated "this" reference.polyglot.types.SemanticException
public boolean equalsImpl(polyglot.types.TypeObject o)
equalsImpl
in interface polyglot.types.TypeObject
equalsImpl
in class Principal_c
public int hashCode()
hashCode
in class Principal_c