public LocalVariableDeclaration(UnannType unanntype, Identifier variabledeclarator) { this.unannType = unanntype; this.variableDeclarator = variabledeclarator; }
public FormalParameter(UnannType unanntype, Identifier variabledeclarator) { this.unannType = unanntype; this.variableDeclarator = variabledeclarator; }
public ArrayType(UnannType arrayType) { this.arrayType = arrayType; }