Class LocalVariableDeclaration

  • All Implemented Interfaces:
    INode, java.io.Serializable

    public class LocalVariableDeclaration
    extends java.lang.Object
    implements INode
    JTB node class for the production LocalVariableDeclaration:
    Corresponding grammar:
    f0 -> VariableModifiers()
    f1 -> Type()
    f2 -> VariableDeclarator()
    f3 -> ( #0 "," #1 VariableDeclarator() )*
    s: 225808290
    See Also:
    Serialized Form