|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--polyglot.ext.jl.ast.Node_c | +--jif.ast.PrincipalNode_c | +--jif.ast.AmbPrincipalNode_c
An implementation of the AmbPrincipalNode
interface.
Field Summary | |
protected java.lang.String |
name
|
Fields inherited from class polyglot.ext.jl.ast.Node_c |
del, ext, position |
Constructor Summary | |
AmbPrincipalNode_c(polyglot.util.Position pos,
java.lang.String name)
|
Method Summary | |
polyglot.ast.Node |
disambiguate(polyglot.visit.AmbiguityRemover sc)
|
java.lang.String |
name()
Getts the name. |
AmbPrincipalNode |
name(java.lang.String name)
|
protected polyglot.ast.Node |
paramToPrincipal(ParamInstance vi,
polyglot.visit.AmbiguityRemover sc)
|
protected polyglot.ast.Node |
principalToPrincipal(PrincipalInstance vi,
polyglot.visit.AmbiguityRemover sc)
|
java.lang.String |
toString()
|
protected polyglot.ast.Node |
varToPrincipal(JifVarInstance vi,
polyglot.visit.AmbiguityRemover sc)
|
Methods inherited from class jif.ast.PrincipalNode_c |
acceptCFG, entry, parameter, principal, principal |
Methods inherited from class polyglot.ext.jl.ast.Node_c |
addDecls, addMembers, addMembersEnter, addMembersOverride, buildTypes, buildTypesEnter, buildTypesOverride, childExpectedType, copy, del, del, disambiguateEnter, disambiguateOverride, dump, enterScope, exceptionCheck, exceptionCheckEnter, exceptionCheckOverride, ext, ext, ext, ext, foldConstants, foldConstantsEnter, foldConstantsOverride, init, node, position, position, prettyPrint, print, printBlock, printSubStmt, throwTypes, translate, typeCheck, typeCheckEnter, typeCheckOverride, visit, visitChild, visitChildren, visitEdge, visitList |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface jif.ast.PrincipalNode |
principal, principal |
Methods inherited from interface jif.ast.ParamNode |
parameter |
Methods inherited from interface polyglot.ast.Node |
childExpectedType, del, del, dump, ext, ext, ext, ext, position, position, visit, visitChild, visitEdge |
Methods inherited from interface polyglot.ast.JL |
init, node |
Methods inherited from interface polyglot.ast.NodeOps |
addDecls, addMembers, addMembersEnter, buildTypes, buildTypesEnter, disambiguateEnter, enterScope, exceptionCheck, exceptionCheckEnter, foldConstants, foldConstantsEnter, prettyPrint, throwTypes, translate, typeCheck, typeCheckEnter, visitChildren |
Methods inherited from interface polyglot.util.Copy |
copy |
Methods inherited from interface polyglot.ast.Term |
acceptCFG, entry |
Field Detail |
protected java.lang.String name
Constructor Detail |
public AmbPrincipalNode_c(polyglot.util.Position pos, java.lang.String name)
Method Detail |
public java.lang.String name()
AmbPrincipalNode
name
in interface AmbPrincipalNode
public java.lang.String toString()
toString
in class PrincipalNode_c
public AmbPrincipalNode name(java.lang.String name)
public polyglot.ast.Node disambiguate(polyglot.visit.AmbiguityRemover sc) throws polyglot.types.SemanticException
disambiguate
in interface polyglot.ast.NodeOps
disambiguate
in class polyglot.ext.jl.ast.Node_c
polyglot.types.SemanticException
protected polyglot.ast.Node varToPrincipal(JifVarInstance vi, polyglot.visit.AmbiguityRemover sc) throws polyglot.types.SemanticException
polyglot.types.SemanticException
protected polyglot.ast.Node principalToPrincipal(PrincipalInstance vi, polyglot.visit.AmbiguityRemover sc) throws polyglot.types.SemanticException
polyglot.types.SemanticException
protected polyglot.ast.Node paramToPrincipal(ParamInstance vi, polyglot.visit.AmbiguityRemover sc) throws polyglot.types.SemanticException
polyglot.types.SemanticException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |