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

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

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

origin: org.codehaus.groovy/groovy

protected void setCompileUnit(CompileUnit cu) {
  if (redirect!=null) redirect().setCompileUnit(cu);
  if (compileUnit!= null) compileUnit = cu;
}
origin: com.thinkaurelius.groovy-shaded-asm/groovy-shaded-asm

protected void setCompileUnit(CompileUnit cu) {
  if (redirect!=null) redirect().setCompileUnit(cu);
  if (compileUnit!= null) compileUnit = cu;
}
origin: org.codehaus.groovy/groovy-all-minimal

protected void setCompileUnit(CompileUnit cu) {
  if (redirect!=null) redirect().setCompileUnit(cu);
  if (compileUnit!= null) compileUnit = cu;
}
origin: org.codehaus.groovy/groovy-jdk14

protected void setCompileUnit(CompileUnit cu) {
  if (redirect!=null) redirect().setCompileUnit(cu);
  if (compileUnit!= null) compileUnit = cu;
}
origin: org.kohsuke.droovy/groovy

protected void setCompileUnit(CompileUnit cu) {
  if (redirect!=null) redirect().setCompileUnit(cu);
  if (compileUnit!= null) compileUnit = cu;
}
org.codehaus.groovy.astClassNodesetCompileUnit

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

  • Finding current android device location
  • findViewById (Activity)
  • scheduleAtFixedRate (Timer)
  • setContentView (Activity)
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • KeyStore (java.security)
    KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • Reference (javax.naming)
  • JButton (javax.swing)
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
  • Best IntelliJ 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