Uses of Interface
spoon.reflect.cu.position.CompoundSourcePosition
Packages that use CompoundSourcePosition
Package
Description
This package defines all the sub-factories for the Spoon meta-model.
This package contains some default implementations for commonly used processing tasks.
-
Uses of CompoundSourcePosition in spoon.reflect.cu.position
Subinterfaces of CompoundSourcePosition in spoon.reflect.cu.positionModifier and TypeInterfaceDescriptioninterface
This interface represents the position of a Method or Type declaration in a source file.interface
Represents the position of a program element in a source file in an immutable manner. -
Uses of CompoundSourcePosition in spoon.reflect.factory
Methods in spoon.reflect.factory that return CompoundSourcePositionModifier and TypeMethodDescriptionCoreFactory.createCompoundSourcePosition(CompilationUnit compilationUnit, int startSource, int end, int declarationStart, int declarationEnd, int[] lineSeparatorPositions)
Creates a compound source position. -
Uses of CompoundSourcePosition in spoon.support
Methods in spoon.support that return CompoundSourcePositionModifier and TypeMethodDescriptionDefaultCoreFactory.createCompoundSourcePosition(CompilationUnit compilationUnit, int startSource, int end, int declarationStart, int declarationEnd, int[] lineSeparatorPositions)
-
Uses of CompoundSourcePosition in spoon.support.reflect.cu.position
Classes in spoon.support.reflect.cu.position that implement CompoundSourcePositionModifier and TypeClassDescriptionclass
This class represents the position of a Java program element in a source file.class
This class represents the position of a named Java program element in a source file.class
This class represents the position of a Java program element in a source file.