Tabnine Logo
ClassNode.setColumnNumber
Code IndexAdd Tabnine to your IDE (free)

How to use
setColumnNumber
method
in
org.codehaus.groovy.ast.ClassNode

Best Java code snippets using org.codehaus.groovy.ast.ClassNode.setColumnNumber (Showing top 3 results out of 315)

origin: org.codehaus.groovy/groovy

@Override
public void setColumnNumber(final int columnNumber) {
  super.setColumnNumber(columnNumber);
  innerClass.setColumnNumber(columnNumber);
}
origin: com.thinkaurelius.groovy-shaded-asm/groovy-shaded-asm

@Override
public void setColumnNumber(final int columnNumber) {
  super.setColumnNumber(columnNumber);
  innerClass.setColumnNumber(columnNumber);
}
origin: org.netbeans.modules/org-netbeans-modules-groovy-editor

private void addAnnotationOccurrences(AnnotationNode annotation, ClassNode findingNode) {
  ClassNode classNode = annotation.getClassNode();
  classNode.setLineNumber(annotation.getLineNumber());
  classNode.setColumnNumber(annotation.getColumnNumber());
  classNode.setLastLineNumber(annotation.getLastLineNumber());
  classNode.setLastColumnNumber(annotation.getLastColumnNumber());
  addOccurrences(classNode, findingNode);
}
org.codehaus.groovy.astClassNodesetColumnNumber

Popular methods of ClassNode

  • getName
  • getMethods
    This methods creates a list of all methods with this name of the current class and of all super clas
  • <init>
    Constructor used by makeArray() if no real class is available
  • getSuperClass
  • equals
  • addMethod
  • getAnnotations
  • addField
  • getFields
    Returns a list containing FieldNode objects for each field in the class represented by this ClassNod
  • getPlainNodeReference
  • getField
    Finds a field matching the given name in this class or a parent class.
  • getMethod
    Finds a method matching the given name and parameters in this class or any parent class.
  • getField,
  • getMethod,
  • isInterface,
  • getNameWithoutPackage,
  • isScript,
  • getDeclaredMethod,
  • getGenericsTypes,
  • getDeclaredConstructors,
  • getModifiers,
  • getTypeClass

Popular in Java

  • Making http post requests using okhttp
  • startActivity (Activity)
  • onCreateOptionsMenu (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • BufferedInputStream (java.io)
    A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the i
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • Path (java.nio.file)
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • Top Vim plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now