Java   View all facts   Glossary   Help
syntactic unit > statement > expression statement > method call > instance method call
Next method callclass method call    Upmethod call

instance method call
subjectfact 
instance method callhas example
aVariable = b.methodName(arguments);
where b is the object containing instance method methodName   
source: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:36:56.0
is a subtopic of Methods2001-10-19 11:36:56.0
is a kind of method call2001-10-19 11:36:56.0
method callcan omit the name of the class that the called method belongs to if it is being called from within the same class2001-10-19 11:37:23.0
statementis terminated by a semicolon    2001-10-19 11:37:57.0
should be not more than one line long if possible2001-10-19 11:37:57.0
syntactic unithas syntax rule
bold = mandatory
italic = non-terminal
normal font = optional
2001-10-19 11:38:04.0