Top Fields Constructors Methods
org.python.antlr.ast

public final Enum boolopType

extends Enum<boolopType>
Class Inheritance

Field Summary

Modifier and TypeField and Description
public static final boolopType
public static final boolopType
public static final boolopType

Constructor Summary

AccessConstructor and Description
private

Method Summary

Modifier and TypeMethod and Description
public static boolopType
public static boolopType[]
Inherited from java.lang.Enum:
clonecompareTodescribeConstableequalsfinalizegetDeclaringClasshashCodenameordinaltoStringvalueOf

Field Detail

Andback to summary
public static final boolopType And
Orback to summary
public static final boolopType Or
UNDEFINEDback to summary
public static final boolopType UNDEFINED

Constructor Detail

boolopTypeback to summary
private boolopType()

Method Detail

valueOfback to summary
public static boolopType valueOf(String name)
valuesback to summary
public static boolopType[] values()