public class PropertyVariableTreeScanner
extends <any>
org.yarnandtail.andhow.api.Property is found. The current
path is passed into this classes scan() method along with a PropertyMarker.
When the scan is complete, the PropertyMarker is returned, which will indicate
if the Property assigned to the variable is newly constructed or just a
reference to an already constructed Property.| Constructor and Description |
|---|
PropertyVariableTreeScanner() |
| Modifier and Type | Method and Description |
|---|---|
PropertyMarker |
visitMemberSelect(MemberSelectTree mst,
PropertyMarker p)
Called for the actual invocation of a specific method.
|
PropertyMarker |
visitNewClass(NewClassTree nct,
PropertyMarker p) |
public PropertyMarker visitNewClass(NewClassTree nct, PropertyMarker p)
public PropertyMarker visitMemberSelect(MemberSelectTree mst, PropertyMarker p)
mst - p - Copyright © 2017. All rights reserved.