Class InterTypeFieldDeclaration

java.lang.Object

public class InterTypeFieldDeclaration extends FieldDeclaration
InterTypeFieldDeclaration DOM AST node. has: everything FieldDeclarations have Refused Bequest: has the variableDeclarationFragments list it redundantly inherits from FieldDeclaration as fields can be declared like "int b; int a = b = 5;" but ITD fields can't. Note: should also have the name of the type it was declared on!
Author:
ajh02