jif.types.principal
Class UnknownPrincipal_c
java.lang.Object
polyglot.types.TypeObject_c
jif.types.principal.Principal_c
jif.types.principal.UnknownPrincipal_c
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, Param, Principal, UnknownPrincipal, polyglot.types.TypeObject, polyglot.util.Copy
public class UnknownPrincipal_c
- extends Principal_c
- implements UnknownPrincipal
An implementation of the UnknownPrincipal interface.
- See Also:
- Serialized Form
| Fields inherited from class polyglot.types.TypeObject_c |
position, ts |
| Methods inherited from class polyglot.types.TypeObject_c |
copy, equals, position, typeSystem |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface polyglot.types.TypeObject |
position, typeSystem |
| Methods inherited from interface polyglot.util.Copy |
copy |
UnknownPrincipal_c
public UnknownPrincipal_c(JifTypeSystem ts,
polyglot.util.Position pos)
isRuntimeRepresentable
public boolean isRuntimeRepresentable()
- Specified by:
isRuntimeRepresentable in interface Param- Specified by:
isRuntimeRepresentable in class Principal_c
isCanonical
public boolean isCanonical()
- Specified by:
isCanonical in interface Param- Specified by:
isCanonical in interface polyglot.types.TypeObject- Specified by:
isCanonical in class Principal_c
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toJava
public polyglot.ast.Expr toJava(JifToJavaRewriter rw)
throws polyglot.types.SemanticException
- Specified by:
toJava in interface Principal- Overrides:
toJava in class Principal_c
- Throws:
polyglot.types.SemanticException
equalsImpl
public boolean equalsImpl(polyglot.types.TypeObject o)
- Specified by:
equalsImpl in interface polyglot.types.TypeObject- Specified by:
equalsImpl in class Principal_c
hashCode
public int hashCode()
- Specified by:
hashCode in class Principal_c