Uses of Class
com.horstmann.violet.ImplicitParameterNode

Packages that use ImplicitParameterNode
com.horstmann.violet   
 

Uses of ImplicitParameterNode in com.horstmann.violet
 

Methods in com.horstmann.violet that return ImplicitParameterNode
 ImplicitParameterNode CallNode.getImplicitParameter()
          Gets the implicit parameter of this call.
 

Methods in com.horstmann.violet with parameters of type ImplicitParameterNode
 void CallNode.setImplicitParameter(ImplicitParameterNode newValue)
          Sets the implicit parameter of this call.