Class Foreach
- java.lang.Object
-
- net.sourceforge.pmd.lang.vm.directive.Directive
-
- net.sourceforge.pmd.lang.vm.directive.Foreach
-
- All Implemented Interfaces:
java.lang.Cloneable
public class Foreach extends Directive
Foreach directive used for moving through arrays, or objects that provide an Iterator.- Version:
- $Id: Foreach.java 945927 2010-05-18 22:21:41Z nbubna $
- Author:
- Jason van Zyl, Geir Magnusson Jr., Daniel Rall
-
-
Constructor Summary
Constructors Constructor Description Foreach()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Return name of this directive.int
getType()
Return type of this directive.-
Methods inherited from class net.sourceforge.pmd.lang.vm.directive.Directive
getColumn, getLine, getScopeName, getTemplateName, isScopeProvided, setLocation, setLocation
-
-