Klasse InterTypeFieldDeclaration


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!
Autor:
ajh02
  • Methodendetails

    • getOnType

      public String getOnType()
    • setOnType

      public void setOnType(String onType)