field-access
- EXPRESSION
.
NAME
This form retrieves the value of the field named for the given object, provided that the class of the given object has such a field. The expression must evalute into an object. - NAME
.
NAME
This form retrieves the value of the static field within the named class. The class is the first name.
ProfessorJ Advanced Language