jif.ast
Class JifConstructorDecl_c
java.lang.Object
|
+--polyglot.ext.jl.ast.Node_c
|
+--polyglot.ext.jl.ast.Term_c
|
+--polyglot.ext.jl.ast.ConstructorDecl_c
|
+--jif.ast.JifConstructorDecl_c
- All Implemented Interfaces:
- polyglot.ast.ClassMember, java.lang.Cloneable, polyglot.ast.CodeDecl, polyglot.ast.ConstructorDecl, polyglot.util.Copy, JifConstructorDecl, JifProcedureDecl, polyglot.ast.JL, polyglot.ast.Node, polyglot.ast.NodeOps, polyglot.ast.ProcedureDecl, polyglot.ast.Term
- public class JifConstructorDecl_c
- extends polyglot.ext.jl.ast.ConstructorDecl_c
- implements JifConstructorDecl
An implementation of the JifConstructor
interface.
Fields inherited from class polyglot.ext.jl.ast.ConstructorDecl_c |
body, ci, flags, formals, name, throwTypes |
Fields inherited from class polyglot.ext.jl.ast.Node_c |
del, ext, position |
Constructor Summary |
JifConstructorDecl_c(polyglot.util.Position pos,
polyglot.types.Flags flags,
java.lang.String name,
LabelNode startLabel,
LabelNode returnLabel,
java.util.List formals,
java.util.List throwTypes,
java.util.List constraints,
polyglot.ast.Block body)
|
Methods inherited from class polyglot.ext.jl.ast.ConstructorDecl_c |
acceptCFG, addMembersEnter, body, body, buildTypes, buildTypesEnter, codeInstance, constructorInstance, constructorInstance, disambiguateEnter, dump, enterScope, entry, exceptionCheck, flags, flags, formals, formals, name, name, prettyPrint, prettyPrintHeader, procedureInstance, reconstruct, throwTypes, throwTypes, toString |
Methods inherited from class polyglot.ext.jl.ast.Term_c |
listEntry |
Methods inherited from class polyglot.ext.jl.ast.Node_c |
addDecls, addMembers, addMembersOverride, buildTypesOverride, childExpectedType, copy, del, del, disambiguateOverride, exceptionCheckEnter, exceptionCheckOverride, ext, ext, ext, ext, foldConstants, foldConstantsEnter, foldConstantsOverride, init, node, position, position, print, printBlock, printSubStmt, throwTypes, translate, typeCheckEnter, typeCheckOverride, visit, visitChild, visitEdge, visitList |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface polyglot.ast.ProcedureDecl |
flags, formals, name, procedureInstance, throwTypes |
Methods inherited from interface polyglot.ast.CodeDecl |
body, body, codeInstance |
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, typeCheckEnter |
Methods inherited from interface polyglot.util.Copy |
copy |
Methods inherited from interface polyglot.ast.Term |
acceptCFG, entry |
Methods inherited from interface polyglot.ast.ConstructorDecl |
constructorInstance, constructorInstance, flags, flags, formals, formals, name, name, throwTypes, throwTypes |
startLabel
protected LabelNode startLabel
returnLabel
protected LabelNode returnLabel
constraints
protected java.util.List constraints
JifConstructorDecl_c
public JifConstructorDecl_c(polyglot.util.Position pos,
polyglot.types.Flags flags,
java.lang.String name,
LabelNode startLabel,
LabelNode returnLabel,
java.util.List formals,
java.util.List throwTypes,
java.util.List constraints,
polyglot.ast.Block body)
startLabel
public LabelNode startLabel()
- Specified by:
startLabel
in interface JifProcedureDecl
startLabel
public JifConstructorDecl startLabel(LabelNode startLabel)
- Specified by:
startLabel
in interface JifConstructorDecl
returnLabel
public LabelNode returnLabel()
- Specified by:
returnLabel
in interface JifProcedureDecl
returnLabel
public JifConstructorDecl returnLabel(LabelNode returnLabel)
- Specified by:
returnLabel
in interface JifConstructorDecl
constraints
public java.util.List constraints()
- Specified by:
constraints
in interface JifProcedureDecl
constraints
public JifConstructorDecl constraints(java.util.List constraints)
- Specified by:
constraints
in interface JifConstructorDecl
reconstruct
protected JifConstructorDecl_c reconstruct(LabelNode startLabel,
LabelNode returnLabel,
java.util.List formals,
java.util.List throwTypes,
java.util.List constraints,
polyglot.ast.Block body)
visitChildren
public polyglot.ast.Node visitChildren(polyglot.visit.NodeVisitor v)
- Specified by:
visitChildren
in interface polyglot.ast.NodeOps
- Overrides:
visitChildren
in class polyglot.ext.jl.ast.ConstructorDecl_c
makeConstructorInstance
protected polyglot.types.ConstructorInstance makeConstructorInstance(polyglot.types.ClassType ct,
polyglot.types.TypeSystem ts)
throws polyglot.types.SemanticException
- Overrides:
makeConstructorInstance
in class polyglot.ext.jl.ast.ConstructorDecl_c
polyglot.types.SemanticException
disambiguate
public polyglot.ast.Node disambiguate(polyglot.visit.AmbiguityRemover ar)
throws polyglot.types.SemanticException
- Specified by:
disambiguate
in interface polyglot.ast.NodeOps
- Overrides:
disambiguate
in class polyglot.ext.jl.ast.ConstructorDecl_c
polyglot.types.SemanticException
typeCheck
public polyglot.ast.Node typeCheck(polyglot.visit.TypeChecker tc)
throws polyglot.types.SemanticException
- Specified by:
typeCheck
in interface polyglot.ast.NodeOps
- Overrides:
typeCheck
in class polyglot.ext.jl.ast.ConstructorDecl_c
polyglot.types.SemanticException