public class TopPrincipal_c extends Principal_c implements TopPrincipal
variables
Constructor and Description |
---|
TopPrincipal_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() |
boolean |
isTopPrincipal() |
java.lang.String |
toString() |
hasVariables, isBottomPrincipal, labelCheck, simplify, subst, throwTypes, toJava, variables
typeSystem
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
hasVariables, isBottomPrincipal, labelCheck, simplify, subst, throwTypes, variables
toJava
typeSystem
public TopPrincipal_c(JifTypeSystem ts, polyglot.util.Position pos)
public boolean isTopPrincipal()
isTopPrincipal
in interface Principal
isTopPrincipal
in class Principal_c
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 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