- org.codehaus.groovy.classgen.asm.WriterController
-
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
-
-
Field Detail
-
public boolean optimizeForInt
-
Method Detail
-
public int getBytecodeVersion()
-
public org.objectweb.asm.ClassVisitor getClassVisitor()
-
public org.objectweb.asm.ClassVisitor getCv()
-
public String getInternalBaseClassName()
-
public String getInternalClassName()
-
public int getLineNumber()
-
public org.objectweb.asm.MethodVisitor getMethodVisitor()
-
public int getNextHelperMethodIndex()
-
public boolean isConstructor()
-
public boolean isFastPath()
-
public boolean isInClosure()
-
public boolean isInClosureConstructor()
-
public boolean isInScriptBody()
- Returns:
- true if we are in a script body, where all variables declared are no longer
local variables but are properties
-
public boolean isNotClinit()
-
public boolean isNotExplicitThisInClosure(boolean implicitThis)
-
public boolean isStaticConstructor()
-
public boolean isStaticContext()
-
public boolean isStaticMethod()
-
public void resetLineNumber()
-
public void setLineNumber(int n)
-
public void setMethodVisitor(org.objectweb.asm.MethodVisitor methodVisitor)
-
public boolean shouldOptimizeForInt()
-
public void switchToFastPath()
-
public void switchToSlowPath()
Copyright © 2003-2015 The Apache Software Foundation. All rights reserved.