if (method.getCarType().equals(Interpreter.superType)) { //Then this is really easy because we already have the constructor
method = method.getNextToken();
Token params = (Token) method.getCar();
if (!params.isNull())
do {
head = head.append(params.singular());
} while (!(params = params.getNextToken()).getCarType().equals(Interpreter.endLineType) && !params.isNull());
method = method.getNextToken();
}
else
superLine = new Token();