- B_COMPILE_ERROR - Static variable in class com.caucho.quercus.env.Env
-
- B_COMPILE_WARNING - Static variable in class com.caucho.quercus.env.Env
-
- B_CORE_ERROR - Static variable in class com.caucho.quercus.env.Env
-
- B_CORE_WARNING - Static variable in class com.caucho.quercus.env.Env
-
- B_DEPRECATED - Static variable in class com.caucho.quercus.env.Env
-
- B_ERROR - Static variable in class com.caucho.quercus.env.Env
-
- B_LAST - Static variable in class com.caucho.quercus.env.Env
-
- B_NOTICE - Static variable in class com.caucho.quercus.env.Env
-
- B_PARSE - Static variable in class com.caucho.quercus.env.Env
-
- B_RECOVERABLE_ERROR - Static variable in class com.caucho.quercus.env.Env
-
- B_STRICT - Static variable in class com.caucho.quercus.env.Env
-
- B_USER_DEPRECATED - Static variable in class com.caucho.quercus.env.Env
-
- B_USER_ERROR - Static variable in class com.caucho.quercus.env.Env
-
- B_USER_NOTICE - Static variable in class com.caucho.quercus.env.Env
-
- B_USER_WARNING - Static variable in class com.caucho.quercus.env.Env
-
- B_WARNING - Static variable in class com.caucho.quercus.env.Env
-
- BALOAD - Static variable in class com.caucho.bytecode.CodeVisitor
-
- Base64 - Class in com.caucho.util
-
Base64 decoding.
- Base64() - Constructor for class com.caucho.util.Base64
-
- base64_decode(Env, StringValue, boolean) - Static method in class com.caucho.quercus.lib.UrlModule
-
Decodes base64
- base64_encode(StringValue) - Static method in class com.caucho.quercus.lib.UrlModule
-
Encodes base64
- base_convert(Env, StringValue, int, int) - Static method in class com.caucho.quercus.lib.MathModule
-
Convert a number between arbitrary bases
- BASE_URI - Static variable in class com.caucho.xpath.Expr
-
- BaseClass - Class in com.caucho.java.gen
-
Basic class generation.
- BaseClass() - Constructor for class com.caucho.java.gen.BaseClass
-
Creates the base class
- BaseClass(String) - Constructor for class com.caucho.java.gen.BaseClass
-
Creates the base class
- BaseClass(String, String) - Constructor for class com.caucho.java.gen.BaseClass
-
Creates the base class
- BaseMethod - Class in com.caucho.java.gen
-
Basic method generation.
- BaseMethod(String, CallChain) - Constructor for class com.caucho.java.gen.BaseMethod
-
Creates the base method
- BaseMethod(Method, CallChain) - Constructor for class com.caucho.java.gen.BaseMethod
-
Creates the base method
- BaseMethod(Method) - Constructor for class com.caucho.java.gen.BaseMethod
-
Creates the base method
- BaseMethod(Method, Method) - Constructor for class com.caucho.java.gen.BaseMethod
-
Creates the base method
- basename(StringValue, StringValue) - Static method in class com.caucho.quercus.lib.file.FileModule
-
Returns the base name of a string.
- BaseRef - Class in com.caucho.config.types
-
Base configuration for ejb-ref and resource-env-ref.
- BaseRef() - Constructor for class com.caucho.config.types.BaseRef
-
- BaseRef(Path) - Constructor for class com.caucho.config.types.BaseRef
-
- BaseRef(Path, String) - Constructor for class com.caucho.config.types.BaseRef
-
- BaseType - Class in com.caucho.config.reflect
-
type matching the web bean
- BaseType() - Constructor for class com.caucho.config.reflect.BaseType
-
- BaseType.ClassFill - Enum in com.caucho.config.reflect
-
- BaseTypeAnnotated - Interface in com.caucho.config.reflect
-
Abstract introspected view of a Bean
- BaseTypeFactory - Class in com.caucho.config.reflect
-
type matching the web bean
- BaseTypeFactory() - Constructor for class com.caucho.config.reflect.BaseTypeFactory
-
- baseURI(Node) - Static method in class com.caucho.xml.QAbstractNode
-
Returns the base URI
- BaseURI(Expr) - Constructor for class com.caucho.xpath.expr.Functions.BaseURI
-
- BaseURI - Class in com.caucho.xpath.functions
-
Returns the base URI of a node.
- BaseURI(Expr) - Constructor for class com.caucho.xpath.functions.BaseURI
-
- basic(String, String) - Static method in class com.caucho.quercus.lib.curl.Authentication
-
Returns a basic encoded response string.
- basic(String) - Static method in class com.caucho.quercus.lib.curl.Authentication
-
- BasicDependencyContainer - Class in com.caucho.vfs
-
Contains a set of dependencies.
- BasicDependencyContainer() - Constructor for class com.caucho.vfs.BasicDependencyContainer
-
- BasicFuture<V> - Class in com.caucho.util
-
basic future
- BasicFuture() - Constructor for class com.caucho.util.BasicFuture
-
- BASTORE - Static variable in class com.caucho.bytecode.CodeVisitor
-
- bcadd(Env, Value, Value, int) - Static method in class com.caucho.quercus.lib.BcmathModule
-
Add two arbitrary precision numbers.
- bccomp(Env, Value, Value, int) - Static method in class com.caucho.quercus.lib.BcmathModule
-
Compare two arbitrary precision numbers, return -1 if value 1 < value2,
0 if value1 == value2, 1 if value1 > value2.
- bcdiv(Env, Value, Value, int) - Static method in class com.caucho.quercus.lib.BcmathModule
-
Divide one arbitrary precision number (value1) by another (value2).
- BcmathModule - Class in com.caucho.quercus.lib
-
PHP math routines.
- BcmathModule() - Constructor for class com.caucho.quercus.lib.BcmathModule
-
- bcmod(Env, Value, Value) - Static method in class com.caucho.quercus.lib.BcmathModule
-
Return the modulus of an aribtrary precison number.
- bcmul(Env, Value, Value, int) - Static method in class com.caucho.quercus.lib.BcmathModule
-
Multiply two arbitrary precision numbers.
- bcpow(Env, Value, Value, int) - Static method in class com.caucho.quercus.lib.BcmathModule
-
Raise one arbitrary precision number (base) to the power of another (exp).
- bcpowmod(Env, BigDecimal, BigDecimal, BigDecimal, int) - Static method in class com.caucho.quercus.lib.BcmathModule
-
Raise one arbitrary precision number (base) to the power of another (exp),
and then return the modulus.
- bcscale(Env, int) - Static method in class com.caucho.quercus.lib.BcmathModule
-
Set the default scale to use for subsequent calls to bcmath functions.
- bcsqrt(Env, Value, int) - Static method in class com.caucho.quercus.lib.BcmathModule
-
Return the square root of an arbitrary precision number.
- bcsub(Env, Value, Value, int) - Static method in class com.caucho.quercus.lib.BcmathModule
-
Subtract arbitrary precision number (value2) from another (value1).
- bean() - Method in class com.caucho.config.inject.BeanBuilder
-
- BEAN - Static variable in class com.caucho.config.inject.DelegateProxyBean
-
- BeanAdapter<X,T> - Class in com.caucho.config.inject
-
Adapter from an internal bean to an external exposed bean as used by
session beans.
- BeanAdapter(InjectManager, <any>) - Constructor for class com.caucho.config.inject.BeanAdapter
-
- BeanArg<T> - Class in com.caucho.config.program
-
Custom bean configured by namespace
- BeanArg(InjectManager, Type, Annotation[], InjectionPoint) - Constructor for class com.caucho.config.program.BeanArg
-
- BeanBuilder<T> - Class in com.caucho.config.inject
-
SingletonBean represents a singleton instance exported as a web beans.
- BeanBuilder(ManagedBeanImpl<T>) - Constructor for class com.caucho.config.inject.BeanBuilder
-
- BeanConfig - Class in com.caucho.config.cfg
-
Backward-compat configuration for the xml web bean component.
- BeanConfig() - Constructor for class com.caucho.config.cfg.BeanConfig
-
- BeanConfigFactory - Interface in com.caucho.config.inject
-
Custom bean creation
- BeanGenerator<X> - Class in com.caucho.config.gen
-
Generates the skeleton for a bean.
- BeanGenerator(String, <any>) - Constructor for class com.caucho.config.gen.BeanGenerator
-
- BeanInjectionTarget - Interface in com.caucho.config.gen
-
Creates an configures an ejb instance
- BeanInstance<T> - Class in com.caucho.config.inject
-
Holds a bean and its value
- BeanInstance(<any>, T) - Constructor for class com.caucho.config.inject.BeanInstance
-
- BeanJndiProxy - Class in com.caucho.config.types
-
Object proxy to create instance of a bean.
- BeanJndiProxy(BeanManager, <any>) - Constructor for class com.caucho.config.types.BeanJndiProxy
-
- BeanName - Annotation Type in com.caucho.config.j2ee
-
The @BeanName annotation for EJB names
- BeanNameLiteral - Class in com.caucho.config.j2ee
-
A @BeanName literal for EJB names
- BeanNameLiteral(String) - Constructor for class com.caucho.config.j2ee.BeanNameLiteral
-
- BeansConfig - Class in com.caucho.config.cfg
-
Configuration for a classloader root containing webbeans
- BeansConfig(InjectManager, Path) - Constructor for class com.caucho.config.cfg.BeansConfig
-
- BeansConfig.AlternativesConfig - Class in com.caucho.config.cfg
-
- BeansConfig.Decorators - Class in com.caucho.config.cfg
-
- BeansConfig.DeployConfig - Class in com.caucho.config.cfg
-
- BeansConfig.Interceptors - Class in com.caucho.config.cfg
-
- BeanStartupEvent - Class in com.caucho.config.inject
-
An event at webbeans startup
- BeanStartupEvent(BeanManager, Bean) - Constructor for class com.caucho.config.inject.BeanStartupEvent
-
- BeanUtil - Class in com.caucho.util
-
Bean utilities.
- BeanUtil() - Constructor for class com.caucho.util.BeanUtil
-
- BeanValueGenerator - Class in com.caucho.config.program
-
Generator for a component value.
- BeanValueGenerator(String, Bean) - Constructor for class com.caucho.config.program.BeanValueGenerator
-
- BeanWrapper<T> - Class in com.caucho.config.inject
-
Internal implementation for a Bean
- BeanWrapper(InjectManager, <any>) - Constructor for class com.caucho.config.inject.BeanWrapper
-
- BEFORE_STOP - Static variable in class com.caucho.lifecycle.LifecycleNotification
-
- BeforeBeanDiscoveryImpl - Class in com.caucho.config.extension
-
- beforeCompletion() - Method in class com.caucho.config.gen.SynchronizationAdapter
-
- beforeConfigure(XmlConfigContext, Object, Node) - Method in class com.caucho.config.type.ConfigType
-
Called before the children are configured.
- beforeConfigure(XmlConfigContext, Object, Node) - Method in class com.caucho.config.type.EnvironmentBeanType
-
Called before the children are configured.
- beforeConfigure(XmlConfigContext, Object, Node) - Method in class com.caucho.config.type.InlineBeanType
-
Called before the children are configured.
- beforeConfigure(XmlConfigContext, Object, Node) - Method in class com.caucho.config.xml.XmlBeanType
-
Called before the children are configured.
- beforeConfigureBean(XmlConfigContext, Object, Node) - Method in class com.caucho.config.type.ConfigType
-
Called before the children are configured.
- beforeDiscovery(BeforeBeanDiscovery) - Method in class com.caucho.config.xml.XmlStandardPlugin
-
- begin() - Static method in class com.caucho.inject.RequestContext
-
- begin() - Static method in class com.caucho.inject.ThreadContext
-
- begin() - Method in class com.caucho.transaction.TransactionManagerImpl
-
Create a new transaction and associate it with the thread.
- begin() - Method in class com.caucho.transaction.UserTransactionImpl
-
Start the transaction.
- begin() - Method in class com.caucho.transaction.UserTransactionProxy
-
Start the transaction.
- begin_document(String, String) - Method in class com.caucho.quercus.lib.pdf.PDF
-
- begin_page(double, double) - Method in class com.caucho.quercus.lib.pdf.PDF
-
- begin_page_ext(double, double, String) - Method in class com.caucho.quercus.lib.pdf.PDF
-
- beginDocument() - Method in class com.caucho.quercus.lib.pdf.PDFWriter
-
- beginObject(int) - Method in class com.caucho.quercus.lib.pdf.PDFWriter
-
- beginOffer(boolean) - Method in class com.caucho.util.RingQueue
-
- beginPoll() - Method in class com.caucho.util.RingQueue
-
- beginTransaction() - Method in class com.caucho.quercus.lib.db.PDO
-
Starts a transaction.
- Big5Decoder - Class in com.caucho.quercus.lib.i18n
-
- Big5Decoder(String) - Constructor for class com.caucho.quercus.lib.i18n.Big5Decoder
-
- Big5Encoder - Class in com.caucho.quercus.lib.i18n
-
- Big5Encoder(String) - Constructor for class com.caucho.quercus.lib.i18n.Big5Encoder
-
- BigDecimalMarshal - Class in com.caucho.quercus.marshal
-
Code for marshalling arguments.
- BigDecimalMarshal() - Constructor for class com.caucho.quercus.marshal.BigDecimalMarshal
-
- BigDecimalValue - Class in com.caucho.quercus.env
-
Represents a Quercus java BigInteger value.
- BigDecimalValue(Env, BigDecimal, JavaClassDef) - Constructor for class com.caucho.quercus.env.BigDecimalValue
-
- BigDecimalValueExpression - Class in com.caucho.el
-
Abstract implementation class for an expression.
- BigDecimalValueExpression(Expr, String, Class) - Constructor for class com.caucho.el.BigDecimalValueExpression
-
- BigDecimalValueExpression(Expr, String) - Constructor for class com.caucho.el.BigDecimalValueExpression
-
- BigDecimalValueExpression(Expr) - Constructor for class com.caucho.el.BigDecimalValueExpression
-
- BigDecimalValueExpression() - Constructor for class com.caucho.el.BigDecimalValueExpression
-
- BigIntegerMarshal - Class in com.caucho.quercus.marshal
-
Code for marshalling arguments.
- BigIntegerMarshal() - Constructor for class com.caucho.quercus.marshal.BigIntegerMarshal
-
- BigIntegerValue - Class in com.caucho.quercus.env
-
Represents a Quercus java BigInteger value.
- BigIntegerValue(Env, BigInteger, JavaClassDef) - Constructor for class com.caucho.quercus.env.BigIntegerValue
-
- BigIntegerValueExpression - Class in com.caucho.el
-
Abstract implementation class for an expression.
- BigIntegerValueExpression(Expr, String, Class) - Constructor for class com.caucho.el.BigIntegerValueExpression
-
- BigIntegerValueExpression(Expr, String) - Constructor for class com.caucho.el.BigIntegerValueExpression
-
- BigIntegerValueExpression(Expr) - Constructor for class com.caucho.el.BigIntegerValueExpression
-
- BigIntegerValueExpression() - Constructor for class com.caucho.el.BigIntegerValueExpression
-
- bin2hex(Env, InputStream) - Static method in class com.caucho.quercus.lib.string.StringModule
-
Converts a binary value to a hex value.
- BINARY_BINARY_VALUE_COST - Static variable in class com.caucho.quercus.marshal.Marshal
-
- BINARY_BYTE_ARRAY_COST - Static variable in class com.caucho.quercus.marshal.Marshal
-
- BINARY_BYTE_OBJECT_ARRAY_COST - Static variable in class com.caucho.quercus.marshal.Marshal
-
- BINARY_CHARACTER_ARRAY_COST - Static variable in class com.caucho.quercus.marshal.Marshal
-
- BINARY_CHARACTER_OBJECT_ARRAY_COST - Static variable in class com.caucho.quercus.marshal.Marshal
-
- BINARY_FLAG - Static variable in class com.caucho.quercus.lib.db.MysqliModule
-
- BINARY_STRING_COST - Static variable in class com.caucho.quercus.marshal.Marshal
-
- BINARY_STRING_VALUE_COST - Static variable in class com.caucho.quercus.marshal.Marshal
-
- BinaryAddExpr - Class in com.caucho.quercus.expr
-
Represents a PHP add expression.
- BinaryAddExpr(Location, Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryAddExpr
-
- BinaryAddExpr(Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryAddExpr
-
- BinaryAndExpr - Class in com.caucho.quercus.expr
-
Represents a logical and expression.
- BinaryAndExpr(Location, Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryAndExpr
-
- BinaryAndExpr(Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryAndExpr
-
- BinaryAppendExpr - Class in com.caucho.quercus.expr
-
Represents a PHP append ('.') expression.
- BinaryAppendExpr(Expr, BinaryAppendExpr) - Constructor for class com.caucho.quercus.expr.BinaryAppendExpr
-
- BinaryAssignExpr - Class in com.caucho.quercus.expr
-
Represents a PHP assignment expression.
- BinaryAssignExpr(Location, AbstractVarExpr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryAssignExpr
-
- BinaryAssignExpr(AbstractVarExpr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryAssignExpr
-
- BinaryAssignListEachExpr - Class in com.caucho.quercus.expr
-
Represents a PHP list() = each() assignment expression.
- BinaryAssignListEachExpr(ListHeadExpr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryAssignListEachExpr
-
- BinaryAssignListExpr - Class in com.caucho.quercus.expr
-
Represents a PHP list assignment expression.
- BinaryAssignListExpr(ListHeadExpr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryAssignListExpr
-
- BinaryAssignRefExpr - Class in com.caucho.quercus.expr
-
Represents a PHP assignment expression.
- BinaryAssignRefExpr(Location, AbstractVarExpr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryAssignRefExpr
-
- BinaryAssignRefExpr(AbstractVarExpr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryAssignRefExpr
-
- BinaryBitAndExpr - Class in com.caucho.quercus.expr
-
Represents a PHP bitwise and expression.
- BinaryBitAndExpr(Location, Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryBitAndExpr
-
- BinaryBitAndExpr(Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryBitAndExpr
-
- BinaryBitOrExpr - Class in com.caucho.quercus.expr
-
Represents a PHP bitwise or expression.
- BinaryBitOrExpr(Location, Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryBitOrExpr
-
- BinaryBitOrExpr(Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryBitOrExpr
-
- BinaryBitXorExpr - Class in com.caucho.quercus.expr
-
Represents a PHP bitwise xor expression.
- BinaryBitXorExpr(Location, Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryBitXorExpr
-
- BinaryBitXorExpr(Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryBitXorExpr
-
- BinaryBuilderStream - Class in com.caucho.quercus.env
-
Stream for appending to binary builder.
- BinaryBuilderStream(StringValue) - Constructor for class com.caucho.quercus.env.BinaryBuilderStream
-
- BinaryBuilderValue - Class in com.caucho.quercus.env
-
Represents a 8-bit PHP 6 style binary builder (unicode.semantics = on)
- BinaryBuilderValue() - Constructor for class com.caucho.quercus.env.BinaryBuilderValue
-
- BinaryBuilderValue(BinaryBuilderValue) - Constructor for class com.caucho.quercus.env.BinaryBuilderValue
-
- BinaryBuilderValue(int) - Constructor for class com.caucho.quercus.env.BinaryBuilderValue
-
- BinaryBuilderValue(byte[], int, int) - Constructor for class com.caucho.quercus.env.BinaryBuilderValue
-
- BinaryBuilderValue(byte[]) - Constructor for class com.caucho.quercus.env.BinaryBuilderValue
-
- BinaryBuilderValue(String) - Constructor for class com.caucho.quercus.env.BinaryBuilderValue
-
- BinaryBuilderValue(char[]) - Constructor for class com.caucho.quercus.env.BinaryBuilderValue
-
- BinaryBuilderValue(char[], Value) - Constructor for class com.caucho.quercus.env.BinaryBuilderValue
-
- BinaryBuilderValue(TempBuffer) - Constructor for class com.caucho.quercus.env.BinaryBuilderValue
-
- BinaryBuilderValue(byte) - Constructor for class com.caucho.quercus.env.BinaryBuilderValue
-
- BinaryCharAtExpr - Class in com.caucho.quercus.expr
-
Represents the character at expression
- BinaryCharAtExpr(Location, Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryCharAtExpr
-
- BinaryCharAtExpr(Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryCharAtExpr
-
- BinaryCommaExpr - Class in com.caucho.quercus.expr
-
A "($foo, $bar)" comma expression (evaluates all and returns first).
- BinaryCommaExpr(Location, Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryCommaExpr
-
- BinaryCommaExpr(Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryCommaExpr
-
- BinaryDivExpr - Class in com.caucho.quercus.expr
-
Represents a PHP division expression.
- BinaryDivExpr(Location, Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryDivExpr
-
- BinaryDivExpr(Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryDivExpr
-
- BinaryEqExpr - Class in com.caucho.quercus.expr
-
Represents a PHP equality testing expression.
- BinaryEqExpr(Location, Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryEqExpr
-
- BinaryEqExpr(Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryEqExpr
-
- BinaryEqualsExpr - Class in com.caucho.quercus.expr
-
Represents a PHP equality testing expression.
- BinaryEqualsExpr(Location, Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryEqualsExpr
-
- BinaryEqualsExpr(Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryEqualsExpr
-
- BinaryExpr - Class in com.caucho.el
-
Represents a binary numeric operation
- BinaryExpr - Class in com.caucho.quercus.lib.gettext.expr
-
- BinaryExpr(Expr, Expr) - Constructor for class com.caucho.quercus.lib.gettext.expr.BinaryExpr
-
- BinaryGeqExpr - Class in com.caucho.quercus.expr
-
Represents a PHP comparison expression.
- BinaryGeqExpr(Location, Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryGeqExpr
-
- BinaryGeqExpr(Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryGeqExpr
-
- BinaryGtExpr - Class in com.caucho.quercus.expr
-
Represents a PHP comparison expression.
- BinaryGtExpr(Location, Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryGtExpr
-
- BinaryGtExpr(Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryGtExpr
-
- BinaryInput - Interface in com.caucho.quercus.lib.file
-
Interface for a Quercus binary input stream
- BinaryInputMarshal - Class in com.caucho.quercus.marshal
-
- BinaryInputMarshal() - Constructor for class com.caucho.quercus.marshal.BinaryInputMarshal
-
- BinaryInstanceOfExpr - Class in com.caucho.quercus.expr
-
Represents a PHP instanceof expression.
- BinaryInstanceOfExpr(Location, Expr, String) - Constructor for class com.caucho.quercus.expr.BinaryInstanceOfExpr
-
- BinaryInstanceOfExpr(Expr, String) - Constructor for class com.caucho.quercus.expr.BinaryInstanceOfExpr
-
- BinaryInstanceOfVarExpr - Class in com.caucho.quercus.expr
-
Represents a PHP instanceof expression in which the right side is a variable
holding the string class name.
- BinaryInstanceOfVarExpr(Location, Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryInstanceOfVarExpr
-
- BinaryInstanceOfVarExpr(Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryInstanceOfVarExpr
-
- BinaryLeftShiftExpr - Class in com.caucho.quercus.expr
-
Represents a PHP left shift expression.
- BinaryLeftShiftExpr(Location, Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryLeftShiftExpr
-
- BinaryLeftShiftExpr(Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryLeftShiftExpr
-
- BinaryLeqExpr - Class in com.caucho.quercus.expr
-
Represents a PHP comparison expression.
- BinaryLeqExpr(Location, Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryLeqExpr
-
- BinaryLeqExpr(Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryLeqExpr
-
- BinaryLtExpr - Class in com.caucho.quercus.expr
-
Represents a PHP comparison expression.
- BinaryLtExpr(Location, Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryLtExpr
-
- BinaryLtExpr(Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryLtExpr
-
- BinaryModExpr - Class in com.caucho.quercus.expr
-
Represents a PHP mod expression.
- BinaryModExpr(Location, Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryModExpr
-
- BinaryModExpr(Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryModExpr
-
- BinaryMulExpr - Class in com.caucho.quercus.expr
-
Represents a PHP multiplication expression.
- BinaryMulExpr(Location, Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryMulExpr
-
- BinaryMulExpr(Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryMulExpr
-
- BinaryNeqExpr - Class in com.caucho.quercus.expr
-
Represents a PHP equality testing expression.
- BinaryNeqExpr(Location, Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryNeqExpr
-
- BinaryNeqExpr(Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryNeqExpr
-
- BinaryOrExpr - Class in com.caucho.quercus.expr
-
Represents a logical or expression.
- BinaryOrExpr(Location, Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryOrExpr
-
- BinaryOrExpr(Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryOrExpr
-
- BinaryOutput - Interface in com.caucho.quercus.lib.file
-
Represents a Quercus output stream
- BinaryOutputMarshal - Class in com.caucho.quercus.marshal
-
- BinaryOutputMarshal() - Constructor for class com.caucho.quercus.marshal.BinaryOutputMarshal
-
- BinaryRightShiftExpr - Class in com.caucho.quercus.expr
-
Represents a PHP right shift expression.
- BinaryRightShiftExpr(Location, Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryRightShiftExpr
-
- BinaryRightShiftExpr(Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryRightShiftExpr
-
- BinaryStream - Interface in com.caucho.quercus.lib.file
-
Interface for a Quercus stream
- BinarySubExpr - Class in com.caucho.quercus.expr
-
A "$b - $a" subtract expression.
- BinarySubExpr(Location, Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinarySubExpr
-
- BinarySubExpr(Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinarySubExpr
-
- BinaryValue - Class in com.caucho.quercus.env
-
Represents an 8-bit binary php-6 value.
- BinaryValue() - Constructor for class com.caucho.quercus.env.BinaryValue
-
- BinaryValueMarshal - Class in com.caucho.quercus.marshal
-
- BinaryValueMarshal() - Constructor for class com.caucho.quercus.marshal.BinaryValueMarshal
-
- BinaryXorExpr - Class in com.caucho.quercus.expr
-
Represents a logical xor expression.
- BinaryXorExpr(Location, Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryXorExpr
-
- BinaryXorExpr(Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryXorExpr
-
- BINCMP_FLAG - Static variable in class com.caucho.quercus.lib.db.MysqliModule
-
- bind() - Method in class com.caucho.config.event.ObserverImpl
-
- bind() - Method in class com.caucho.config.inject.AbstractIntrospectedBean
-
- bind() - Method in class com.caucho.config.inject.CandiProducer
-
- bind() - Method in class com.caucho.config.inject.DecoratorBean
-
- bind() - Method in class com.caucho.config.inject.InjectionTargetBuilder
-
- bind() - Method in class com.caucho.config.inject.InjectManager
-
Starts the bind phase
- bind() - Method in class com.caucho.config.inject.ProducesFieldBean
-
- bind() - Method in class com.caucho.config.inject.ProducesMethodBean
-
- bind(String, Class<?>, String, Annotation...) - Method in class com.caucho.config.j2ee.JavaeeInjectionHandler
-
- bind(String, Class<?>, Annotation...) - Method in class com.caucho.config.j2ee.JavaeeInjectionHandler
-
- bind(String, Class) - Method in class com.caucho.config.j2ee.JavaeeResourceGenerator
-
- bind(String, Class, String) - Method in class com.caucho.config.j2ee.JavaeeResourceGenerator
-
- bind() - Method in class com.caucho.config.program.Arg
-
- bind() - Method in class com.caucho.config.program.BeanArg
-
- bind() - Method in class com.caucho.config.program.ConfigProgram
-
Binds the injection point
- bind() - Method in class com.caucho.config.program.ValueArg
-
- bind() - Method in class com.caucho.config.types.EjbRef
-
- bind(String, Object) - Method in class com.caucho.naming.AbstractModel
-
Binds an object as a child to the model.
- bind(String, Object) - Method in class com.caucho.naming.ContextImpl
-
Binds an object to the context.
- bind(Name, Object) - Method in class com.caucho.naming.ContextImpl
-
Binds an object to the context.
- bind(Name, Object, Attributes) - Method in class com.caucho.naming.DirContextImpl
-
- bind(String, Object, Attributes) - Method in class com.caucho.naming.DirContextImpl
-
- bind(String, Object) - Method in class com.caucho.naming.EnvironmentModel
-
Rebinds an object as a child to the model.
- bind(String, Object) - Method in class com.caucho.naming.ErrorContext
-
- bind(Name, Object) - Method in class com.caucho.naming.ErrorContext
-
- bind(String, Object) - Method in class com.caucho.naming.MemoryModel
-
Rebinds an object as a child to the model.
- bind(String, Object) - Method in class com.caucho.naming.PathJndiContext
-
- bind(Name, Object) - Method in class com.caucho.naming.PathJndiContext
-
- bind(Env, JdbcResultResource) - Method in class com.caucho.quercus.lib.db.BoundColumn
-
- bind(SocketAddress) - Method in interface com.caucho.quercus.lib.file.SocketInputOutput
-
- bind(SocketAddress) - Method in class com.caucho.quercus.lib.file.TcpInputOutput
-
- bind(SocketAddress) - Method in class com.caucho.quercus.lib.file.UdpInputOutput
-
- bind(Path) - Method in class com.caucho.vfs.FilesystemPath
-
- bind(Path) - Method in class com.caucho.vfs.Path
-
Binds the context to the current path.
- bind(Path) - Method in class com.caucho.vfs.PathWrapper
-
Binds the context to the current path.
- bind_param(Env, StringValue, Value[]) - Method in class com.caucho.quercus.lib.db.MysqliStatement
-
Binds variables to a prepared statement as parameters.
- bind_result(Env, Value[]) - Method in class com.caucho.quercus.lib.db.MysqliStatement
-
Binds variables to a prepared statement for result storage.
- bind_textdomain_codeset(Env, String, String) - Method in class com.caucho.quercus.lib.gettext.GettextModule
-
Sets charset of translated strings that are returned from this domain.
- bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.function.CompiledFunction_0
-
Binds the user's arguments to the actual arguments.
- bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.function.CompiledFunction_1
-
Binds the user's arguments to the actual arguments.
- bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.function.CompiledFunction_2
-
Binds the user's arguments to the actual arguments.
- bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.function.CompiledFunction_3
-
Binds the user's arguments to the actual arguments.
- bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.function.CompiledFunction_4
-
Binds the user's arguments to the actual arguments.
- bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.function.CompiledFunction_5
-
Binds the user's arguments to the actual arguments.
- bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.function.CompiledFunction_N
-
Binds the user's arguments to the actual arguments.
- bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.function.CompiledFunctionRef_0
-
Binds the user's arguments to the actual arguments.
- bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.function.CompiledFunctionRef_1
-
Binds the user's arguments to the actual arguments.
- bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.function.CompiledFunctionRef_2
-
Binds the user's arguments to the actual arguments.
- bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.function.CompiledFunctionRef_3
-
Binds the user's arguments to the actual arguments.
- bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.function.CompiledFunctionRef_4
-
Binds the user's arguments to the actual arguments.
- bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.function.CompiledFunctionRef_5
-
Binds the user's arguments to the actual arguments.
- bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.function.CompiledFunctionRef_N
-
Binds the user's arguments to the actual arguments.
- bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.MethodDeclaration
-
Binds the user's arguments to the actual arguments.
- bindColumn(Env, Value, Value, int) - Method in class com.caucho.quercus.lib.db.PDOStatement
-
- bindDeep(String, Object) - Static method in class com.caucho.naming.Jndi
-
- bindDeep(Context, String, Object) - Static method in class com.caucho.naming.Jndi
-
- bindDeepShort(String, Object) - Static method in class com.caucho.naming.Jndi
-
- bindDeepShort(Context, String, Object) - Static method in class com.caucho.naming.Jndi
-
- bindec(Env, StringValue) - Static method in class com.caucho.quercus.lib.MathModule
-
Returns the decimal equivalent of the binary number represented by the
binary string argument.
- bindGenerator(String, DataSourceDefinition) - Method in class com.caucho.config.j2ee.DataSourceDefinitionHandler
-
- bindGenerator(String, EJB, Class<?>) - Method in class com.caucho.config.j2ee.EjbHandler
-
- bindGlobals() - Method in class com.caucho.config.inject.InjectManager
-
- binding(Collection<Annotation>) - Method in class com.caucho.config.inject.BeanBuilder
-
- bindJndi(String, ValueGenerator, String) - Method in class com.caucho.config.j2ee.JavaeeInjectionHandler
-
- bindJndi(Field, ValueGenerator) - Method in class com.caucho.config.j2ee.JavaeeInjectionHandler
-
- bindJndi(Method, ValueGenerator) - Method in class com.caucho.config.j2ee.JavaeeInjectionHandler
-
- bindParam(Env, Value, Value, int, int, Value) - Method in class com.caucho.quercus.lib.db.PDOStatement
-
- bindParameter(String, Type, Set<Annotation>) - Method in class com.caucho.config.xml.XmlBeanConfig
-
- bindParams(Env, ColumnType[], Value[]) - Method in class com.caucho.quercus.lib.db.JdbcPreparedStatementResource
-
Creates _types and _params array for this prepared statement.
- bindResults(Env, Value[]) - Method in class com.caucho.quercus.lib.db.JdbcStatementResource
-
XXX: MySQL returns the table metadata on preparation of a statement,
but java.sql doesn't support this feature.
- bindtextdomain(Env, String, StringValue) - Method in class com.caucho.quercus.lib.gettext.GettextModule
-
Changes root directory of domain.
- bindValue(Env, Value, Value, int) - Method in class com.caucho.quercus.lib.db.PDOStatement
-
- BIPUSH - Static variable in class com.caucho.bytecode.CodeVisitor
-
- bitAnd(Value) - Method in class com.caucho.quercus.env.JavaAdapterVar
-
Binary And.
- bitAnd(Value) - Method in class com.caucho.quercus.env.StringValue
-
- bitAnd(Value) - Method in class com.caucho.quercus.env.Value
-
- bitAnd(Value) - Method in class com.caucho.quercus.env.Var
-
Binary And.
- bitOr(Value) - Method in class com.caucho.quercus.env.JavaAdapterVar
-
Binary or.
- bitOr(Value) - Method in class com.caucho.quercus.env.StringValue
-
- bitOr(Value) - Method in class com.caucho.quercus.env.Value
-
- bitOr(Value) - Method in class com.caucho.quercus.env.Var
-
Binary or.
- BitsUtil - Class in com.caucho.util
-
bit/bytes utilities.
- BitsUtil() - Constructor for class com.caucho.util.BitsUtil
-
- bitXor(Value) - Method in class com.caucho.quercus.env.JavaAdapterVar
-
Binary xor.
- bitXor(Value) - Method in class com.caucho.quercus.env.StringValue
-
- bitXor(Value) - Method in class com.caucho.quercus.env.Value
-
Binary xor.
- bitXor(Value) - Method in class com.caucho.quercus.env.Var
-
Binary xor.
- BLOB - Static variable in class com.caucho.quercus.lib.db.JdbcResultResource
-
- BLOB_FLAG - Static variable in class com.caucho.quercus.lib.db.MysqliModule
-
- BlockStatement - Class in com.caucho.quercus.statement
-
Represents sequence of statements.
- BlockStatement(Location, Statement[]) - Constructor for class com.caucho.quercus.statement.BlockStatement
-
- BlockStatement(Location, ArrayList<Statement>) - Constructor for class com.caucho.quercus.statement.BlockStatement
-
- BOOLEAN - Static variable in class com.caucho.bytecode.JClass
-
- BOOLEAN - Static variable in class com.caucho.el.Marshall
-
- BOOLEAN - Static variable in class com.caucho.quercus.env.ValueType
-
- BOOLEAN - Static variable in class com.caucho.xpath.Expr
-
- BOOLEAN_EQ - Static variable in class com.caucho.xpath.Expr
-
- BOOLEAN_NEQ - Static variable in class com.caucho.xpath.Expr
-
- BooleanExpr - Class in com.caucho.el
-
Represents a binary boolean expression.
- BooleanExpr(int, Expr, Expr) - Constructor for class com.caucho.el.BooleanExpr
-
Constructs a new Boolean expression.
- BooleanExpr - Class in com.caucho.xpath.expr
-
- BooleanExpr(int, Expr, Expr) - Constructor for class com.caucho.xpath.expr.BooleanExpr
-
- BooleanExpr(int, Expr) - Constructor for class com.caucho.xpath.expr.BooleanExpr
-
- BooleanExpr(boolean) - Constructor for class com.caucho.xpath.expr.BooleanExpr
-
- BooleanExpr(int, ArrayList) - Constructor for class com.caucho.xpath.expr.BooleanExpr
-
- BooleanLiteral - Class in com.caucho.el
-
A boolean literal expression.
- BooleanLiteral(boolean) - Constructor for class com.caucho.el.BooleanLiteral
-
Creates a new boolean literal.
- BooleanMarshal - Class in com.caucho.quercus.marshal
-
Code for marshaling (PHP to Java) and unmarshaling (Java to PHP) arguments.
- BooleanMarshal() - Constructor for class com.caucho.quercus.marshal.BooleanMarshal
-
- BooleanObjectMarshal - Class in com.caucho.quercus.marshal
-
- BooleanObjectMarshal() - Constructor for class com.caucho.quercus.marshal.BooleanObjectMarshal
-
- BooleanPrimitiveType - Class in com.caucho.config.type
-
Represents a boolean type.
- BooleanType - Class in com.caucho.config.type
-
Represents a boolean or Boolean type.
- BooleanValidateFilter - Class in com.caucho.quercus.lib.filter
-
- BooleanValidateFilter() - Constructor for class com.caucho.quercus.lib.filter.BooleanValidateFilter
-
- BooleanValue - Class in com.caucho.quercus.env
-
Represents a PHP boolean value.
- BooleanValueExpression - Class in com.caucho.el
-
Abstract implementation class for an expression.
- BooleanValueExpression(Expr, String, Class) - Constructor for class com.caucho.el.BooleanValueExpression
-
- BooleanValueExpression(Expr, String) - Constructor for class com.caucho.el.BooleanValueExpression
-
- BooleanValueExpression(Expr) - Constructor for class com.caucho.el.BooleanValueExpression
-
- BOTH - Static variable in class com.caucho.quercus.lib.pdf.PDFStream
-
- BoundColumn - Class in com.caucho.quercus.lib.db
-
- BoundColumn(ResultSetMetaData, Value, Value, ColumnType) - Constructor for class com.caucho.quercus.lib.db.BoundColumn
-
- BoxType - Class in com.caucho.config.reflect
-
class type matching
- BoxType(Class<?>, Class<?>) - Constructor for class com.caucho.config.reflect.BoxType
-
- BREAK - Static variable in class com.caucho.quercus.env.BreakValue
-
- BREAK_FALL_THROUGH - Static variable in class com.caucho.quercus.statement.Statement
-
- BreakStatement - Class in com.caucho.quercus.statement
-
Represents a break expression statement in a PHP program.
- BreakStatement(Location, Expr, ArrayList<String>) - Constructor for class com.caucho.quercus.statement.BreakStatement
-
- BreakValue - Class in com.caucho.quercus.env
-
Represents a PHP break value.
- BreakValue(Value) - Constructor for class com.caucho.quercus.env.BreakValue
-
- BreakValue(int) - Constructor for class com.caucho.quercus.env.BreakValue
-
- BufferedBinaryInputOutput - Class in com.caucho.quercus.lib.file
-
Represents a Quercus file open for reading
- BufferedBinaryInputOutput(Env) - Constructor for class com.caucho.quercus.lib.file.BufferedBinaryInputOutput
-
- BufferedReaderAdapter - Class in com.caucho.vfs
-
Trivial adapter so readers and input streams can be used in the
same servlet.
- BufferedReaderAdapter(ReadStream) - Constructor for class com.caucho.vfs.BufferedReaderAdapter
-
- build() - Method in class com.caucho.env.actor.ActorQueueBuilder
-
- build(ActorProcessor<? super T>...) - Method in class com.caucho.env.actor.ActorQueueBuilder
-
- build() - Method in class com.caucho.env.actor.ActorQueuePreallocBuilder
-
- buildAnnotatedType() - Method in class com.caucho.config.cfg.AbstractBeanConfig
-
- buildClassPath(ArrayList<String>) - Method in class com.caucho.loader.CompilingLoader
-
Adds the classpath we're responsible for to the classpath
- buildClassPath(ArrayList<String>) - Method in class com.caucho.loader.DynamicClassLoader
-
Fill data for the class path.
- buildClassPath(ArrayList<String>) - Method in class com.caucho.loader.JarListLoader
-
Fill data for the class path.
- buildClassPath(ArrayList<String>) - Method in class com.caucho.loader.Loader
-
Adds the sourcepath of this loader.
- buildClassPath(ArrayList<String>) - Method in class com.caucho.loader.SimpleLoader
-
Adds the class of this resource.
- buildClassPathImpl(ArrayList<String>) - Method in class com.caucho.loader.module.ArtifactClassLoader
-
- buildImportClassPath(ArrayList<String>) - Method in class com.caucho.loader.DynamicClassLoader
-
- buildImportClassPath(ArrayList<String>) - Method in class com.caucho.loader.EnvironmentClassLoader
-
- buildImportClassPath(ArrayList<String>) - Method in class com.caucho.loader.module.ArtifactManager
-
- buildInject(Class<?>, ArrayList<ConfigProgram>) - Method in class com.caucho.config.program.ResourceProgramManager
-
- buildResourcePathSpecificFirst(ArrayList<String>) - Method in class com.caucho.loader.DynamicClassLoader
-
Returns the resource path with most specific first.
- buildSourcePath(ArrayList<String>) - Method in class com.caucho.loader.DynamicClassLoader
-
Fill data for the class path.
- buildSourcePath(ArrayList<String>) - Method in class com.caucho.loader.Loader
-
Adds the sourcepath of this loader.
- buildThread(StringBuilder, ThreadInfo, ThreadInfo) - Method in class com.caucho.util.ThreadDump
-
- buildThreads(StringBuilder, ThreadInfo[], Thread.State, boolean) - Method in class com.caucho.util.ThreadDump
-
- BYTE - Static variable in class com.caucho.bytecode.JClass
-
- BYTE - Static variable in class com.caucho.config.types.Bytes
-
- BYTE - Static variable in class com.caucho.el.Marshall
-
- ByteAppendable - Interface in com.caucho.util
-
Interface for appending bytes to buffer or an output stream.
- ByteArrayBinaryStream - Class in com.caucho.quercus.lib.file
-
php://memory
- ByteArrayBinaryStream(Env) - Constructor for class com.caucho.quercus.lib.file.ByteArrayBinaryStream
-
- byteAt(int) - Method in class com.caucho.util.ByteBuffer
-
Returns the byte at the specified offset.
- ByteBuffer - Class in com.caucho.util
-
A variable-length byte buffer, similar to a character buffer.
- ByteBuffer(int) - Constructor for class com.caucho.util.ByteBuffer
-
- ByteBuffer() - Constructor for class com.caucho.util.ByteBuffer
-
- ByteCode - Class in com.caucho.bytecode
-
Interface to the bytecode compiler.
- ByteCode() - Constructor for class com.caucho.bytecode.ByteCode
-
- ByteCodeClassMatcher - Interface in com.caucho.bytecode
-
Returns true if the class matches, i.e.
- ByteCodeClassScanner - Class in com.caucho.bytecode
-
Scans for matching classes.
- ByteCodeClassScanner() - Constructor for class com.caucho.bytecode.ByteCodeClassScanner
-
- ByteCodeEnhancer - Interface in com.caucho.loader.enhancer
-
Direct bytecode enhancer.
- ByteCodeParser - Class in com.caucho.bytecode
-
Interface to the bytecode parser.
- ByteCodeParser() - Constructor for class com.caucho.bytecode.ByteCodeParser
-
- ByteCodeWriter - Class in com.caucho.bytecode
-
Interface to the bytecode compiler.
- ByteMarshal - Class in com.caucho.quercus.marshal
-
- ByteMarshal() - Constructor for class com.caucho.quercus.marshal.ByteMarshal
-
- ByteObjectMarshal - Class in com.caucho.quercus.marshal
-
- ByteObjectMarshal() - Constructor for class com.caucho.quercus.marshal.ByteObjectMarshal
-
- BytePrimitiveType - Class in com.caucho.config.type
-
Represents a byte type.
- Bytes - Class in com.caucho.config.types
-
Returns a number of bytes, allowing EL expressions.
- Bytes() - Constructor for class com.caucho.config.types.Bytes
-
- Bytes(long) - Constructor for class com.caucho.config.types.Bytes
-
- ByteToChar - Class in com.caucho.vfs
-
Utility class for converting a byte stream to a character stream.
- ByteToCharWriter - Class in com.caucho.vfs
-
Utility class for converting a byte stream to a character stream.
- byteToHex(int) - Static method in class com.caucho.util.URLUtil
-
- ByteType - Class in com.caucho.config.type
-
Represents a byte or Byte type.
- ByteValueExpression - Class in com.caucho.el
-
Abstract implementation class for an expression.
- ByteValueExpression(Expr, String, Class) - Constructor for class com.caucho.el.ByteValueExpression
-
- ByteValueExpression(Expr, String) - Constructor for class com.caucho.el.ByteValueExpression
-
- ByteValueExpression(Expr) - Constructor for class com.caucho.el.ByteValueExpression
-
- ByteValueExpression() - Constructor for class com.caucho.el.ByteValueExpression
-