- org.codehaus.groovy.classgen.asm.DelegatingController
-
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-
-
Methods Summary
-
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class WriterController |
getAcg, getAssertionWriter, getBinaryExpressionHelper, getBytecodeVersion, getCallSiteWriter, getClassName, getClassNode, getClassVisitor, getClosureWriter, getCompileStack, getConstructorNode, getContext, getCv, getInterfaceClassLoadingClass, getInternalBaseClassName, getInternalClassName, getInvocationWriter, getLineNumber, getMethodNode, getMethodVisitor, getNextHelperMethodIndex, getOperandStack, getOutermostClass, getReturnType, getSourceUnit, getStatementWriter, getTypeChooser, getUnaryExpressionHelper, init, isConstructor, isFastPath, isInClosure, isInClosureConstructor, isInScriptBody, isNotClinit, isNotExplicitThisInClosure, isStaticConstructor, isStaticContext, isStaticMethod, resetLineNumber, setConstructorNode, setInterfaceClassLoadingClass, setLineNumber, setMethodNode, setMethodVisitor, shouldOptimizeForInt, switchToFastPath, switchToSlowPath |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
-
-
Method Detail
-
@Override
public int getBytecodeVersion()
-
@Override
public org.objectweb.asm.ClassVisitor getClassVisitor()
-
@Override
public org.objectweb.asm.ClassVisitor getCv()
-
@Override
public org.objectweb.asm.MethodVisitor getMethodVisitor()
-
@Override
public boolean isConstructor()
-
@Override
public boolean isInClosureConstructor()
-
@Override
public boolean isInScriptBody()
-
@Override
public boolean isNotExplicitThisInClosure(boolean implicitThis)
-
@Override
public boolean isStaticConstructor()
-
@Override
public boolean isStaticContext()
-
@Override
public boolean isStaticMethod()
-
@Override
public void setLineNumber(int n)
-
@Override
public void setMethodVisitor(org.objectweb.asm.MethodVisitor methodVisitor)
-
@Override
public boolean shouldOptimizeForInt()
-
@Override
public void switchToFastPath()
-
@Override
public void switchToSlowPath()
Copyright © 2003-2015 The Apache Software Foundation. All rights reserved.