public static class JSORestrictionsChecker.CheckerState extends Object
Constructor and Description |
---|
CheckerState() |
Modifier and Type | Method and Description |
---|---|
void |
addJsoInterface(org.eclipse.jdt.internal.compiler.ast.TypeDeclaration jsoType,
org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud,
org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding interf) |
String |
getJsoImplementor(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding binding) |
boolean |
isJsoInterface(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding binding) |
public void addJsoInterface(org.eclipse.jdt.internal.compiler.ast.TypeDeclaration jsoType, org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud, org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding interf)
public String getJsoImplementor(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding binding)
public boolean isJsoInterface(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding binding)
Copyright © 2018. All rights reserved.