Class CodeSnippetSkeleton

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
All Implemented Interfaces:
IBinaryInfo, IBinaryType, IDependent, IElementInfo, IGenericType, EvaluationConstants

public class CodeSnippetSkeleton extends Object implements IBinaryType, EvaluationConstants
The skeleton of the class 'org.eclipse.jdt.internal.eval.target.CodeSnippet' used at compile time. Note that the method run() is declared to throw Throwable so that the user can write a code snipet that throws checked exceptio without having to catch those.