Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
fr.inria.coming.codefeatures.CntxEntity Maven / Gradle / Ivy
package fr.inria.coming.codefeatures;
/**
*
* @author Matias Martinez
*
*/
public enum CntxEntity {
Annotation, AnnotationFieldAccess, ArrayAccess, ArrayRead, ArrayWrite, Assert, Assignment, BinaryOperator, Block,
Case, Catch, CatchVariableImpl, CFlowBreak, CodeSnippetExpression, Comment, Conditional, Constructor,
ConstructorCall, Do, Enum, EnumValue, Field, FieldAccess, FieldRead, FieldWrite, For, ForEach, If, Import,
Interface, Invocation, JavaDoag, LabelledFlowBreak, Lambda, Literal, LocalVariable, Method, NewArray, NewClass,
OperatorAssignment, Parameter, Return, SuperAccess, Synchronized, TargetedExpression, ThisAccess, Throw, Try,
TryWithResource, Type, TypeAccess, TypeMember, UnaryOperator, VariableRead, VariableWrite, While,
}