/* * Copyright 2005 by Wolfgang Kuehn * Created on 12.11.2005 */ package com.dragome.compiler.ast; public class Goto extends ASTNode { }