Java   View all facts   Glossary   Help
syntactic unit > method signature
Next syntactic unitscoping unit    Upsyntactic unit    Previous syntactic unitkeyword   

method signature
(header)
subjectfact 
method signatureis a synonym of header2001-10-19 11:36:50.0
has definition The method's name and the number of its parameters and the types of its parametersadded by: JK, source: Sun Java Tutorial, reference: Source 2, 2001-10-19 11:37:25.0
has purpose to indicate the method's name and the number of its parameters and the types of its parametersadded by: JK, source: Sun Java Tutorial, 2001-10-19 11:37:25.0
has syntax
methodName (parameter1Type parameter1 ...)
added by: JK, 2001-10-19 11:37:25.0
is a subtopic of Methods2001-10-19 11:37:25.0
is a kind of syntactic unitadded by: JK, 2001-10-19 11:37:25.0
syntactic unithas syntax rule
bold = mandatory
italic = non-terminal
normal font = optional
2001-10-19 11:38:04.0

Kinds of method signature :