package be.jeffcheasey88.peeratcode.parser.java.operation; import be.jeffcheasey88.peeratcode.parser.java.Operation; public class ContinueOperation extends Operation{ }