jif.types
Interface DefaultSignature

All Known Implementing Classes:
FixedSignature, VarSignature

public interface DefaultSignature


Method Summary
 Label defaultArgBound(polyglot.ast.Formal f)
           
 Label defaultFieldLabel(polyglot.ast.FieldDecl fd)
           
 Label defaultReturnLabel(polyglot.ast.ProcedureDecl pd)
           
 Label defaultReturnValueLabel(polyglot.ast.ProcedureDecl pd)
           
 Label defaultStartLabel(polyglot.util.Position pos, java.lang.String name)
           
 

Method Detail

defaultStartLabel

Label defaultStartLabel(polyglot.util.Position pos,
                        java.lang.String name)

defaultArgBound

Label defaultArgBound(polyglot.ast.Formal f)

defaultReturnValueLabel

Label defaultReturnValueLabel(polyglot.ast.ProcedureDecl pd)

defaultReturnLabel

Label defaultReturnLabel(polyglot.ast.ProcedureDecl pd)

defaultFieldLabel

Label defaultFieldLabel(polyglot.ast.FieldDecl fd)