All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy